How edit the simple trainer (Trainerv.asi) ?
-
I'm imaging all attachment usable on all of weapons like this (ex: carbine rifle can use scope_max, scope_medium, scope_small_02, scope_macro all)
And im editing save weapons.ini
But this is inefficient
So i need to know how edit trainerv.asiAnyone can teach to me?
-
you don't, the .asi is the compiled script. Once that is created from the .cpp it cannot be opened or modified. The .ini is designed specifically to be the configuration for the mod and the only modifiable aspect of it.
-
@ItsJustCurtis .cs files are C# (.NET) scripts, which would become the .dll files in your scripts folder. .asi files are compiled from C++, which are .cpp files (among others).
-
@Jitnaught said in How edit the simple trainer (Trainerv.asi) ?:
@ItsJustCurtis .cs files are C# (.NET) scripts, which would become the .dll files in your scripts folder. .asi files are compiled from C++, which are .cpp files (among others).
Sure, I'm not as clued up on scripts, but the idea is there. The compiled .asi and .dll files can't be modified, which was my main point