It is currently Wed May 15, 2024 1:02 am

RUNNING WITH RIFLES Multiplayer

test

Game servers 46 List provided by EpocDotFr | Players online 21


All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Fri Nov 21, 2014 8:34 pm 
Offline

Joined: Fri Nov 21, 2014 8:31 pm
Posts: 1
Myself and a friend who has experience with .xml documents have been trying to add weapons to the armoury for a fun playthrough. We've modified the rewards .xml to get easy promotions so far but have been unable to add weapons such as the F2000 to the armoury.

Can anyone help us out?


Top
 Profile  
 
PostPosted: Sat Nov 22, 2014 7:40 am 
Offline
Site Admin

Joined: Mon Jun 27, 2011 11:59 am
Posts: 2856
Code:
    <commonness value="0.0006" can_respawn_with="0" in_stock="0" />

First, change in_stock to 1 to make it possible for it to appear in armory.

Next, the rare weapons are enabled to be available for the miniboss soldier group only by default, so you need to modify the faction files as well. For example, green.xml, you can see these
Code:
         <weapon key='p90.weapon' />
         <weapon key='benelli_m4.weapon' />
         <weapon key='f2000.weapon' />
         <weapon key='aks74u.weapon' />
         <weapon key='pepperdust.weapon' />
         <weapon key='vss_vintorez.weapon' />
         <weapon key='ns2000.weapon' />
         <weapon key='stoner_lmg.weapon' />
         <weapon key='aa-12.weapon' />
         <weapon key='mgl_flasher.weapon' />
         <weapon key='barrett_m107.weapon' />
         <weapon key='xm8.weapon' />     

listed under miniboss group. You'd need to copy paste those into the corresponding position a bit higher up so that they end up inside the default group. The same applies to other faction files, including the separate ones for winter maps in vanilla.winter/factions/.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 52 guests


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® Forum Software © phpBB Group