Home   Help Search Login Register  

Author Topic: If you like Tanks, this is a must have addon!!  (Read 3449 times)

0 Members and 1 Guest are viewing this topic.

Grendel

  • Guest
Re:If you like Tanks, this is a must have addon!!
« Reply #15 on: 04 May 2004, 22:58:23 »
I am not at all well versed in config.cpp editing, but I'll try to help...

Download the PBO-Decryptor and Make PBO applications from the editor depot page here at OFPEC.  Next, run the PBO-Decryptor, which will extract all the files that make up the addon.  Look for a file named Config.cpp, and open it with windows Notepad or Wordpad, and sift through all the lines of code.  I don't know what the specific lines are that determine the armor values for the tank, but if you look around, experiment, and cross you fingers you should be able to figure it out.  If the tank has it's own ammo specific for the addon, the damage values will be in the config as well, if it just uses stock BIS ammo, then you would have to define a whole new class and such (and someone else has to help you with that).

good luck

-Grendel
\


Tango Down

  • Guest
Re:If you like Tanks, this is a must have addon!!
« Reply #16 on: 06 May 2004, 18:21:09 »
well i got the PBO-Encryptor and decompressed the files and found the config.bin flire and opened it will wordpad

now im stumped here is an example of the sort of code i see in the config.bin file

ªinitAngleY     «minAngleY ˆÿÿÿ ¬maxAngleY ­+120 ®initFov 333?¯minFov =
×>°maxFov Å¡â„¢Y? ±Animations   ²Y_ind   ³type Â'rotation µan

i dont have a clue where to start changing stuff or what to change or how to change it, am i doing something wrong or am i nearly there?

Grendel

  • Guest
Re:If you like Tanks, this is a must have addon!!
« Reply #17 on: 06 May 2004, 23:35:39 »
it looks like its machine code...My CPU with OFP is down till tommorow (so I can't verify) but the pbo might be bianarized (encrypted) by the author, or I could just be speaking entirely out of my fourth point of contact (a$$) ;).

-Grendel

erm...Did you use PBO ENcryptor or DEcryptor? If you used encryptor, you probably re-encrypted the pbo.  You need to use the pbo decryptor.

Also, look for a config.cpp not the .bin
« Last Edit: 07 May 2004, 02:12:08 by Grendel »

Offline oyman

  • Members
  • *
  • king of pings
Re:If you like Tanks, this is a must have addon!!
« Reply #18 on: 07 May 2004, 00:24:59 »
i had a look at the config and you can change the armor but to change the weapons power you would have to edit the whole DKMM_RSC file
Code: [Select]
ammo="DKMM_RSC_Shell125";
      reloadtime=5
      count=32
      displayName="L27A1 (CHARM 3)";
      displayNameMagazine="L27A1 (CHARM 3)";
      shortNameMagazine="L27A1 (CHARM 3)";
      sound[]={"\DKMM_RSC\sounds\cr2_120mm.wss",10,1};
      reloadSound[]={"\dkmm_rsc\sounds\autoreload.wss","db-10",1};
      backgroundreload=0
      nameSound="heat";
      canLock=2
so it would be possible but you might end up messing up alot dkm addons :-\

Grendel

  • Guest
Re:If you like Tanks, this is a must have addon!!
« Reply #19 on: 07 May 2004, 02:11:05 »
What if you just defined a whole new ammo class in the DKMM_RSC file, and then modified the challenger addon to use the new ammo?  This would keep the other addons from being affected.

-Grendel

Tango Down

  • Guest
Re:If you like Tanks, this is a must have addon!!
« Reply #20 on: 07 May 2004, 16:15:57 »
well i definetly used the decryptor and the only config file i see is the config.bin

i tried decompressing another file and that had a notepad config.cpp but the one for the dkm challenger there is not .cpp file at all

am i opening the correct file. once the file is extracted you get the readme file and the DKMM_CR2.pbo and i find the dkmm_cr2.pbo file and decompresses

any other suggestions? hoe exactly did you get that oyman?

blazer01

  • Guest
Re:If you like Tanks, this is a must have addon!!
« Reply #21 on: 08 May 2004, 00:25:58 »
same er ;D i got the Challenger 2 and wot a tank  8)nice but the
armor dus need sum work on it and the gun but i the the best pack out
is the ustank pack sum nice m1 in that pack but id like 2 do sum skins
for it  ;D but will sum 1 do a new cofig file for it plzzzzzzzz

Offline oyman

  • Members
  • *
  • king of pings
Re:If you like Tanks, this is a must have addon!!
« Reply #22 on: 08 May 2004, 03:18:20 »
Quote
hoe exactly did you get that oyman?
i used PBO Decrypter 1.3, but ill post up the config of the tank


man theres alot of confusing stuff in that config file