Delete effects
-
Does anyone know how to delete drugs effects, which file I need to edit in update.rpf
-
@ricchfamq
Try 'timecycle_mods_4.xml', search for 'drug' & make all the modifiers with 'drug' in the name look like this:<modifier name="drug_flying_base" numMods="0" userFlags="0" /> <modifier name="drug_flying_01" numMods="0" userFlags="0" /> <modifier name="drug_flying_02" numMods="0" userFlags="0" /> <modifier name="DRUG_gas_huffin" numMods="0" userFlags="0" /> <modifier name="Drug_deadman" numMods="0" userFlags="0" /> <modifier name="Drug_deadman_blend" numMods="0" userFlags="0" /> <modifier name="DRUG_2_drive" numMods="0" userFlags="0" /> <modifier name="drug_drive_blend01" numMods="0" userFlags="0" /> <modifier name="drug_drive_blend02" numMods="0" userFlags="0" /> <modifier name="drug_wobbly" numMods="0" userFlags="0" />
There may be other ones named differently in other timecycle_mods files.
Same process to remove those effects when you can find them.If you have a trainer that can test out timecycle modifiers you'll get the name of them.
QuantV can do it. 'QuantV' > 'Weather' > 'set timecycle_mod' > Alphabetical timecycle modifier list will appear where you can select whichever tc mod you want & have it display it's effect immediately onscreen.
Once you have the name, you can search for it in the four timecycle_mods files & remove it's effect as per the example above.
-
Thank you very much dude )