OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods Beta Testing => Topic started by: exigent on 23 Aug 2004, 20:18:31
-
Ok i have a navy seal addon, and i download the marine assult pack addone and i already converted the weapons to 1.46 by putting them on the seals, but now i want to change the models of the seals to the ones in the marine pack, anyone know exatcly what line i would have to edit?
I.E:
USMC Troops
--------------------------
soldier---------------------------------------- CLASS NAME--------------------------
------------------------------------------------------------------------------------
USMC Squad Leader SUCHpatrol
USMC Fire Team Leader SUCHftldr
USMC Rifleman SUCHusmcrifle
USMC Rifleman Grenadier SUCHusmcgren
Navy Corpsman SUCHusmcmedic
USMC Auto-Rifleman SUCHusmcauto
USMC Assaultman SMAW SUCHusmcsmaw
USMC AT Assault Javelin SUCHusmcJAV
Say if i wanted to use the USMC Squad Leader in this:
class CfgVehicles
{
class All{};
class AllVehicles:All{};
class Land:AllVehicles{};
class Man:Land{};
class Soldier:Man{};
class SoldierWB:Soldier{};
class SoldierWG:SoldierWB{};
class OfficerW: SoldierWB {};
class bibsealdespl: OfficerW
{
displayName="BIB SEAL (desert) Patrol Leader (PL)";
model="\bibsealdes\bibsealdesban";
weapons[]={"C8XM4cco","Binocular","NVGoggles","Throw","Put"};
magazines[]={"c8xm4mag","c8xm4mag","c8xm4mag","c8xm4mag","c8xm4mag"};
accuracy=2.750000;
sensitivity=2;
camouflage=0.750000;
threat[]={1,0.500000,0.100000};
nightVision=1;
Anyone know what line i would have to edit? Or is it even possable?
-
you have to edit this line
model="\bibsealdes\bibsealdesban";
its filename\modelname
-
did you get permission?
-
Hummmm i did what you told me to do but the game shuts down when i click on that player that i changed? Is there something else i need to change in the config file?
Hummmmm no, but do i need permission? Because i am not releasing it to the public? ???
-
so you did this
class CfgVehicles
{
class All{};
class AllVehicles:All{};
class Land:AllVehicles{};
class Man:Land{};
class Soldier:Man{};
class SoldierWB:Soldier{};
class SoldierWG:SoldierWB{};
class OfficerW: SoldierWB {};
class bibsealdespl: OfficerW
{
displayName="BIB SEAL (desert) Patrol Leader (PL)";
model="\SUCHusmc\SUCHpatrol";
weapons[]={"C8XM4cco","Binocular","NVGoggles","Throw","Put"};
magazines[]={"c8xm4mag","c8xm4mag","c8xm4mag","c8xm4mag","c8xm4mag"};
accuracy=2.750000;
sensitivity=2;
camouflage=0.750000;
threat[]={1,0.500000,0.100000};
nightVision=1;
and it crashed only reason i can think of is that the model is only for 1.85 but that would kinda not make sense
-
Ops sorry i fixed it lol i had the wrong model name and file name lol. hummm one more question lol, does this work the same way for other addons like helicopters?
-
yes it does,hmm it works for everything
-
Ah ok goody lol thanks a lot. If i have some other questions i'll reply :D.