Zybero
Staff Sergeant
Posts: 81
|
Post by Zybero on Nov 3, 2009 1:17:01 GMT -8
3) M2c50 = 65 M1919 = 17 ZB37 = 72
M2c50 MWP = 20 M1919 MWP = 57 ZB37 MWP = 34
|
|
|
Post by mro on Nov 3, 2009 9:55:13 GMT -8
thank You: I guess the right address is in INI, weap and items txt, either for main and for Fist Bravo and which is difference between 3pv and fpv?
|
|
Zybero
Staff Sergeant
Posts: 81
|
Post by Zybero on Nov 3, 2009 12:52:09 GMT -8
There is no ID for 3PV, only the weapon it self. Example: This is a basic Shigor AI scripts:
//VC AK47 Test
#define GROUP 2 #define MEMBERID 0 #define RANK 4 #define NAME_NR 2740 #define REDEFINIFILENAME "CVP_VC03"
#define INI_FILE_BODY "CVP_VC03"
#define EQP_FILE_BODY "G\\characters\\CVP_VC03\\VC1_MGU_A\\eqp.ini" #define EQP_FILE_HEAD "G\\characters\\_heads\\_eqpini\\vhg001.ini"
#define FORCEMAINGUN 1 #define STANDSTATIV "g\\anims\\script anims\\st032.stg" #include <inc\shigor\vcsoldier.cxx>
This will give you a VC with a AK47 in both FPV and 3PV And if you ask "How does it?"
#define FORCEMAINGUN (Weapon ID)
Its something else in Maxovo scripts, i will post that another day
|
|