It is currently Thu May 01, 2025 5:22 am

RUNNING WITH RIFLES Multiplayer

test

Game servers 50 List provided by EpocDotFr | Players online 135


All times are UTC




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 14 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: Tue Mar 05, 2013 5:39 am 
Offline

Joined: Tue Mar 05, 2013 5:30 am
Posts: 5
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.


Top
 Profile  
 
PostPosted: Tue Mar 05, 2013 5:59 am 
Offline

Joined: Sat May 19, 2012 10:00 am
Posts: 256
Location: Belgrade, Serbia
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.


Top
 Profile  
 
PostPosted: Tue Mar 05, 2013 6:06 am 
Offline

Joined: Tue Mar 05, 2013 5:30 am
Posts: 5
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


Top
 Profile  
 
PostPosted: Tue Mar 05, 2013 6:12 am 
Offline

Joined: Sat May 19, 2012 10:00 am
Posts: 256
Location: Belgrade, Serbia
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.


Top
 Profile  
 
PostPosted: Tue Mar 05, 2013 6:22 am 
Offline

Joined: Tue Mar 05, 2013 5:30 am
Posts: 5
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


Top
 Profile  
 
PostPosted: Tue Mar 05, 2013 6:27 am 
Offline

Joined: Sat May 19, 2012 10:00 am
Posts: 256
Location: Belgrade, Serbia
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.


Top
 Profile  
 
PostPosted: Tue Mar 05, 2013 6:31 am 
Offline

Joined: Tue Mar 05, 2013 5:30 am
Posts: 5
<?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.


Top
 Profile  
 
PostPosted: Tue Mar 05, 2013 6:35 am 
Offline

Joined: Sat May 19, 2012 10:00 am
Posts: 256
Location: Belgrade, Serbia
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.


Top
 Profile  
 
PostPosted: Tue Mar 05, 2013 6:46 am 
Offline

Joined: Tue Mar 05, 2013 5:30 am
Posts: 5
It worked! Thanks for the help!


Top
 Profile  
 
PostPosted: Tue Mar 05, 2013 6:48 am 
Offline

Joined: Sat May 19, 2012 10:00 am
Posts: 256
Location: Belgrade, Serbia
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.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 14 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 10 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