Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release [contest]Leipe GunGame
#51
(10-21-2011, 13:04)snilloconator Wrote:
(10-21-2011, 08:29)Dountill Wrote: You dont have tobdie for molotov. You can just throw them (yes, you indeed keep holding your weapon). The ballistic comes in twice to give people with lower level a change to compete up. Bots can be added by changing your config.if you have problems with that you.can find some tutorial or send me a pm.
We will take a look at some levels + bot support dont know when you can expect it (busy on school).

That still don't explain why we get stuck on certain weapons till we die. What I'm trying to say is you can not progress in the game if your on certain levels (like the uzi) until you die. You have to wait until you die...

I also don't understand you say you can add bots then the next line you say that your busy w/ school and you don't know when bot support can be expected.... Little confused.

You dont get stuck, you just keep your weapon in hand, but you have to use your grenade (i havent made it so far that if u made it to grenade, it takes away your weapon).

About the bots, if you just did a search you can see that you can add bots yourself, by editing your config file. Later on i will make it possible whene u got to less players to play, bots will show up instant. If you dont get this, please add me to steam.
[Image: 41295377.jpg]
Reply

#52
seta scr_bot_difficulty "easy"
seta scr_bots_managed_all "4"
seta scr_bots_managed_spawn "4"
sv_maxclients "30"

I have added this to the config and can not get bots working at all.... Anyone?
Reply

#53
BTW server crashed with 15 people in it again....?
Reply

#54
Without a log, i wont be able to do a thing. other people also still got problems?
[Image: 41295377.jpg]
Reply

#55
What @snillocontator (did i spell it right?) is trying to say you cant level up untill you die when you get to certain weapons (like Molotov and Sticky) you are able to throw them, you still hold the previous weapon, but you won't level up when you kill someone... You can only level up when you die once and kill someone after you died.
(Hope you understand what he's talking about)

Also the method to add bots just works in Private Match, not on a server. I've got a server running it but can't add Bots... Postet already a code to add bots with a count of players (for ex. 1 player = 5Bots)

(Here's the code again)
Code:
addBots()
    {
   for( ; ; )
   {    
    botNum = 0;
    players = level.players.size;
    teams = [];
    teams[0] = "allies";
    teams[1] = "axis";

    if( players <= 1 )
    botNum = 5;

    if( players = 2 )
    botNum = 4;
    
    if( players = 3 )
    botNum = 3;
    
    if( players == 4 )
    botNum = 2;
    
    if( players == 5 )
    botNum = 1;
    
    for( i = 0; i < botNum; i++ )
    {
    wait 2;
    bot = AddTestClient();
    bot.pers[ "isBot" ] = true;
    bot thread maps\mp\gametypes\_bot::bot_spawn_think( teams[ randomInt( 2 ) ] );
    }
  wait 0.01;}  
}
I already postet it on September 29. :X
Reply

#56
Good work, leipheid op locatie Superman
Reply

#57
Hi,

I now have this brilliant mod (Leipe GunGame) tries to load on my server, but I only have 20 weapons to level up and then it's over. Somehow it also looks different than on other servers. It is lacking in me the weapons display at the bottom left.

Can you tell me what is my mistake?
There is unfortunately no config for this mod
Do I have to create one myself?

I hope you can help there.

PS: My English is not so good but hope you can understand it. I saw that you're from Holland. Maybe you can also GermanSmile

MFg Rickmaster1989
Reply

#58
Think you did not load the mod from the omenu. But just started a regular gungame. There is no extra config needed Since it is in the mod. Hope you will help this. If not. Feel free to contact
[Image: 41295377.jpg]
Reply

#59
I have downloaded the mod and run the remote console with the command g_gametype; map_rotate.
Now is also the mod, but with only 20 weapons. I would have the mod with the 57 or 60 weapons.
Shall I let our server IP there so you can connect times and you can watch it?

I will run the Mod of a Unranked Server.

How do I create a map rotation in the mod?
Reply

#60
Hi everyone ..
I am trying to get this mod to work on our unranked Black Ops server. I have rename the mod to mp_GunGame and the folder it is on in the mods folder. I created a server.cfg file and have it listed as the config file in our Gameservers Mod panel.. I can't seem to get the server to list in the server browser.. Can Someone please give me a hand on getting this going? Any help would be greatly appreciated.. here is my server.cfg file... What am i doing wrong here?

seta sv_hostname "OurServerName"
seta rcon_password "*******"
seta g_password ""
seta g_gametype "gun"
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Preview Gungame Mod Howl3r 8 5,561 08-04-2013, 21:39
Last Post: Howl3r
  [Request] modded gungame for combat training ultimate 0 2,315 06-02-2013, 13:14
Last Post: ultimate
  GunGame with doors Mathdu91 22 20,235 04-07-2013, 15:35
Last Post: DYNAMIA
  [Release] Smiles GunGame v2 _Smile_Man_ 8 16,424 04-07-2013, 13:54
Last Post: Borealis
Rainbow [Release] [Contest] Scroll Menu iAegle 49 34,504 03-21-2013, 07:30
Last Post: jermC
  [Release] SanX GunGame Mod 1.8 d0h! 4 11,296 10-30-2012, 06:01
Last Post: ironcore
  How can i create a Gungame-Server with own weapons? gumpo03 4 4,964 09-06-2012, 20:06
Last Post: JariZ
  More than 18 gungame? mikeoxbig 7 4,646 08-20-2012, 22:18
Last Post: mikeoxbig
  [Release] [contest] Get the Specials Xzite 26 15,968 03-28-2012, 16:53
Last Post: TerrorSpider
  Ranked gungame synaptik 4 3,598 01-29-2012, 13:46
Last Post: kokole

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.