RUNNING WITH RIFLES
http://www.runningwithrifles.com/phpBB3/

[Fixed] Newly purchased game. missing parts of the game
http://www.runningwithrifles.com/phpBB3/viewtopic.php?f=5&t=1052
Page 1 of 2

Author:  wengart [ Tue Mar 05, 2013 5:39 am ]
Post subject:  [Fixed] Newly purchased game. missing parts of the game

I just purchased Running With Rifles and the troops only have rifles. There are no shotguns, LMGs, snipers, and the APCs do not have cannons on them. I've looked around for the options that might control this but there doesn't seem to be anything controlling this.

Also is there a way to randomly spawn with a weapon? I always spawn with the weapon
I died with, and I would like to spawn with a random weapon.

Any help would be appreciated.

Author:  ZnasVecKo [ Tue Mar 05, 2013 5:59 am ]
Post subject:  Re: Newly purchased game. missing parts of the game

wengart wrote:
I just purchased Running With Rifles and the troops only have rifles. There are no shotguns, LMGs, snipers, and the APCs do not have cannons on them. I've looked around for the options that might control this but there doesn't seem to be anything controlling this.

Also is there a way to randomly spawn with a weapon? I always spawn with the weapon
I died with, and I would like to spawn with a random weapon.

Any help would be appreciated.

Hm.... A few questions:
1. Which maps do you have?
2. Is there a version number on the main menu?
3. Which weapons EXACTLY do you have?
4. What are the folders in your "media" folder?
5. Do you have weapon boxes where you can cycle through weapons?

And no, you can't spawn with a random weapon. The feature was removed to to being annoying as all hell.

Author:  wengart [ Tue Mar 05, 2013 6:06 am ]
Post subject:  Re: Newly purchased game. missing parts of the game

1. Stalemate, Aeolian Coast, Vaalaekoski, Sainte-anne, Frostbite

2. beta 0.82

3. Ak-47, Famas G1, M16 A4 I also have grenades, Law, and mortars

4. Folders: overlays, packages, textures_splash PAKS: data1.pak, data2.pak, data3.pak
CFG: terrain

Author:  ZnasVecKo [ Tue Mar 05, 2013 6:12 am ]
Post subject:  Re: Newly purchased game. missing parts of the game

wengart wrote:
1. Stalemate, Aeolian Coast, Vaalaekoski, Sainte-anne, Frostbite

2. beta 0.82

3. Ak-47, Famas G1, M16 A4 I also have grenades, Law, and mortars

4. Folders: overlays, packages, textures_splash PAKS: data1.pak, data2.pak, data3.pak
CFG: terrain


1. All good.
2. Is not out yet according to my knowledge.
3. Famas and M16 are not in vanilla (unless pasik changed it).
4. Everything normal here.

I would also like you to tell me what are your files in the "weapons" folder. It is inside of the "vanilla" folder in the "packages" folder.

Author:  wengart [ Tue Mar 05, 2013 6:22 am ]
Post subject:  Re: Newly purchased game. missing parts of the game

2. I literally bought the game off of Desura 2 hours ago and it has .82 available for download.

ak47
all_weapons
apc_hmg.projectile
apc_hmg
bullet.projectile
famasg1
g36
hand_grenade.projectile
m16a4
m24_a2
m72_law
m240
mortar_shell.projectile
mossberg
mp5sd
pkm
rocket.projectile

Author:  ZnasVecKo [ Tue Mar 05, 2013 6:27 am ]
Post subject:  Re: Newly purchased game. missing parts of the game

wengart wrote:
2. I literally bought the game off of Desura 2 hours ago and it has .82 available for download.

ak47
all_weapons
apc_hmg.projectile
apc_hmg
bullet.projectile
famasg1
g36
hand_grenade.projectile
m16a4
m24_a2
m72_law
m240
mortar_shell.projectile
mossberg
mp5sd
pkm
rocket.projectile

Well thank you! It seems that every file is there. Now, write the contents of the all_weapons.xml here. It may be the problem.

Author:  wengart [ Tue Mar 05, 2013 6:31 am ]
Post subject:  Re: Newly purchased game. missing parts of the game

<?xml version="1.0" encoding="UTF-8"?>
-<weapons>

<!-- <weapon file="ak47.xml" /> <weapon file="apc_hmg.xml" /> <weapon file="g36.xml" /> <weapon file="m24_a2.xml" /> <weapon file="m72_law.xml" /> <weapon file="m240.xml" /> <weapon file="mossberg.xml" /> <weapon file="mp5sd.xml" /> <weapon file="pkm.xml" /> <weapon file="famasg1.xml" /> <weapon file="m16a4.xml" /> -->

<weapon file="ak47.xml"/>
<weapon file="m72_law.xml"/>
<weapon file="famasg1.xml"/>
<weapon file="m16a4.xml"/>

</weapons>

spaces added for readability. It looks like the only weapon files I have are for the ones in game.

Author:  ZnasVecKo [ Tue Mar 05, 2013 6:35 am ]
Post subject:  Re: Newly purchased game. missing parts of the game

wengart wrote:
<?xml version="1.0" encoding="UTF-8"?>
-<weapons>

<!-- <weapon file="ak47.xml" /> <weapon file="apc_hmg.xml" /> <weapon file="g36.xml" /> <weapon file="m24_a2.xml" /> <weapon file="m72_law.xml" /> <weapon file="m240.xml" /> <weapon file="mossberg.xml" /> <weapon file="mp5sd.xml" /> <weapon file="pkm.xml" /> <weapon file="famasg1.xml" /> <weapon file="m16a4.xml" /> -->

<weapon file="ak47.xml"/>
<weapon file="m72_law.xml"/>
<weapon file="famasg1.xml"/>
<weapon file="m16a4.xml"/>

</weapons>

spaces added for readability. It looks like the only weapon files I have are for the ones in game.

You have all of the weapon files. I'm going to alter it so that all of them are ingame.

<weapons>
<weapon file="ak47.xml" />
<weapon file="apc_hmg.xml" />
<weapon file="g36.xml" />
<weapon file="m24_a2.xml" />
<weapon file="m72_law.xml" />
<weapon file="m240.xml" />
<weapon file="mossberg.xml" />
<weapon file="mp5sd.xml" />
<weapon file="pkm.xml" />
<weapon file="famasg1.xml" />
<weapon file="m16a4.xml" />
</weapons>

This is what it should look like (all_weapons.xml) . Open it with Notepad or something similar and overwrite everything.

Author:  wengart [ Tue Mar 05, 2013 6:46 am ]
Post subject:  Re: Newly purchased game. missing parts of the game

It worked! Thanks for the help!

Author:  ZnasVecKo [ Tue Mar 05, 2013 6:48 am ]
Post subject:  Re: Newly purchased game. missing parts of the game

wengart wrote:
It worked! Thanks for the help!

If you want you can ask me some other things such as:
-offical overlays
-mods
-how to mod weapons
etc.

Page 1 of 2 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/