Home   Help Search Login Register  

Author Topic: Changing models.  (Read 1493 times)

0 Members and 1 Guest are viewing this topic.

exigent

  • Guest
Changing models.
« 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?

Offline oyman

  • Members
  • *
  • king of pings
Re:Changing models.
« Reply #1 on: 24 Aug 2004, 00:03:35 »
you have to edit this line
Code: [Select]
model="\bibsealdes\bibsealdesban";

its filename\modelname

bigdog632

  • Guest
Re:Changing models.
« Reply #2 on: 24 Aug 2004, 00:09:43 »
did you get permission?

exigent

  • Guest
Re:Changing models.
« Reply #3 on: 24 Aug 2004, 00:13:30 »
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? ???
« Last Edit: 24 Aug 2004, 00:14:12 by exigent »

Offline oyman

  • Members
  • *
  • king of pings
Re:Changing models.
« Reply #4 on: 24 Aug 2004, 00:17:57 »
so you did this
Code: [Select]
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

exigent

  • Guest
Re:Changing models.
« Reply #5 on: 24 Aug 2004, 01:13:04 »
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?

Offline oyman

  • Members
  • *
  • king of pings
Re:Changing models.
« Reply #6 on: 24 Aug 2004, 04:20:23 »
yes it does,hmm it works for everything
« Last Edit: 24 Aug 2004, 04:20:54 by oyman »

exigent

  • Guest
Re:Changing models.
« Reply #7 on: 24 Aug 2004, 11:47:42 »
Ah ok goody lol thanks a lot. If i have some other questions i'll reply :D.