Posted by: WolfBite59 - Monday, March 28, 2022 9:29:33 PM
So its been [b]yearsssss[/b] so i literally have had to relearn everything .ini related at least. For example i made the spectre buildable and controllable and it can also launch cruise missiles at a distance and is stealth while firing how ever it is easily detectable around things. I made a United Nations faction including cia officers and such. My problem is i edited the system.ini for the GPSScrambler to effect structures and aircraft yet it still doesnt work. I have scoured the internet for days trying to find something that can at least point me in the right direction. Here is my code for [u][b]system.ini[/b][/u]
[quote]
Object GPSScrambler_InvisibleMarker
; ***DESIGN parameters ***
VisionRange = 0.0
EditorSorting = SYSTEM
Draw = W3DModelDraw ModuleTag_NOTREALLYADRAW
DefaultConditionState
Model = None
ParticleSysBone = None GPSMicrowaveScambler
ParticleSysBone = None GPSRotisserie
ParticleSysBone = None gpsScrambleCloud
End
End
KindOf = NO_COLLIDE IMMOBILE UNATTACKABLE
; *** ENGINEERING Parameters ***
Body = ImmortalBody ModuleTag_01
MaxHealth = 1
InitialHealth = 1
End
Behavior = GrantStealthBehavior ModuleTag_02
StartRadius = 50.0
FinalRadius = 200.0 ;this needs to sync with the radiuscursorradius in SpecialPower SuperweaponGPSScrambler
RadiusGrowRate = 20.0
RadiusParticleSystemName = ParticleUplinkCannon_LaserBaseReadyToFire
KindOf = VEHICLE INFANTRY AIRCRAFT STRUCTURE
End
End[/quote]
I also tried looking at the OCL and the physical properties. This is the closest im come to enabling scrambler for aircraft and structures. The reason for this instead of camo netting is for allied purposes online if your ally comes under attack you can hide their base for a short amount of time until they can retreat or counter W/E. Please help
Love and Peace,
WolfBite59
EDIT: Sorry i think i put this post in the wrong section if i did could a moderator please relocate it to the correct location? Thanks in advance!
Posted by: WolfBite59 - Tuesday, March 29, 2022 3:09:35 AM
Okay so i literally found the answer after i posted this. You need to add the GLA camo netting upgrade in the engineering parameters for each individual unit. The gla gets away with using the GPSScrambler on their structures for this very reason, so after modifying the system.ini [u][i][b]Reference my first post.[/b][/i][/u] i managed to figured it out. Reference Below------->
So an example of what i did is this
[quote]
; *** ENGINEERING Parameters ***
KindOf = IMMOBILE
Behavior = StealthUpdate ModuleStealth_24
StealthDelay = 2500 ; msec
StealthForbiddenConditions = ATTACKING USING_ABILITY TAKING_DAMAGE
InnateStealth = No ;Requires upgrade first
OrderIdleEnemiesToAttackMeUponReveal = Yes
End
Behavior = StealthUpgrade ModuleTag_26
TriggeredBy = Upgrade_GLACamoNetting
END [/quote]
Now the only reason i am putting this here is because i know there are people out there to this day who still are trying to find new and impressive things to do with editing the games data. Good luck to all of you!
Edit: Sorry about all the typos i was very tired last night when i wrote this lol.
Posted by: UTD^Force - Wednesday, March 30, 2022 2:00:58 PM