View unanswered posts | View active topics It is currently Sun Jan 05, 2025 2:08 am



Reply to topic  [ 2 posts ] 
 How do I edit weight and ammo count? 
Author Message
Data Realms Elite
Data Realms Elite
User avatar

Joined: Mon Jul 12, 2010 5:39 am
Posts: 4558
Reply with quote
Post How do I edit weight and ammo count?
I'm making a very small (VERY small) mod. All it is is an edited gatling gun. Extremely overpowered at that. Why? Because I want it to weigh little to nothing so the actor will still go as fast as if they were holding nothing, AND make it have infinite ammo. How would I do this by editing the .ini?


Fri Jul 30, 2010 10:22 pm
Profile WWW
User avatar

Joined: Mon Jun 15, 2009 4:02 pm
Posts: 905
Reply with quote
Post Re: How do I edit weight and ammo count?
Well, assuming you have the ini (Coalition.rte\Devices\Weapons\Machineguns\GatlingGun.ini) you need to scroll down until you see
Code:
AddAmmo = Magazine
   PresetName = Magazine Gatling Gun
   Mass = 10
   ...

and then continue scrolling down until
Code:
   DrawAfterParent = 0
   RoundCount = 100
   RTTRatio = 6

Change RoundCount = 100 to RoundCount = -1.
Make sure you don't mess up the capitalization or tabbing, as it will break if they are not correct.

Next, scroll down a little way to
Code:
AddDevice = HDFirearm
   PresetName = Gatling Gun
   Description = Coalition's feared heavy weapon...

Look just below that for
Code:
   Mass = 54

Try changing that to a low value, like 1.
Save the file and run Cortex Command. If you've not broken anything, it should load without problems.

Feel free to experiment and change other values, and observe the effects it has.
Everything you need to know about modding in CC is a handy compilation of useful threads, should you wish to experiment further.


Fri Jul 30, 2010 10:40 pm
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 2 posts ] 

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.029s | 13 Queries | GZIP : Off ]