Jump to content

Recommended Posts

Posted

Hello, is there a way to start a server and have bots spawn in automatically? I have tried launching with the

?numplay=x parameter, and I have also tried changing the BotRatio in UDKGame.ini. Neither of these seems to do anything.

Posted
  twig123 said:
I was also wondering this. I'm pretty disappointed in the lack of documentation on configuration settings :-\

We are using UDK/UE3 like 1000 developers before us. Google is your friend to find documentation about UDK/UE3. Though the setting to disable bots is not working atm. But we will have that in the next patch.

Posted

The following parameters will work:

?GDIBotCount=x

?NODBotCount=x

The following parameters seem to control their difficulty:

?GDIDifficulty=x

?NODDifficulty=x

The following parameters seem to control their aggressiveness (though it doesn't have any real effect IMO):

?GDIAttackingValue=[0-100]

?NODAttackingValue=[0-100]

Posted
  RypeL said:
  twig123 said:
I was also wondering this. I'm pretty disappointed in the lack of documentation on configuration settings :-\

We are using UDK/UE3 like 1000 developers before us. Google is your friend to find documentation about UDK/UE3. Though the setting to disable bots is not working atm. But we will have that in the next patch.

I understand that the game is build on previous platforms, but it would help adoption of the game if common settings were to be made easily accessible. Not knowing anything about UDK/UE3, I can't tell you how frustrating it is to try to look through they may config files to try to find what obscure thing may change a setting... Even how to start a local server took me a couple days of searching before I the info on how to do so was posted on the RenX page.

Posted
  TheFuzzy said:
The following parameters will work:

?GDIBotCount=x

?NODBotCount=x

The following parameters seem to control their difficulty:

?GDIDifficulty=x

?NODDifficulty=x

The following parameters seem to control their aggressiveness (though it doesn't have any real effect IMO):

?GDIAttackingValue=[0-100]

?NODAttackingValue=[0-100]

Where are these settings located?

I did a TextCrawler search through the entire RenX Server installation folder and didn't find these settings...

Posted

You start the application with those in the command line:

"C:\Program Files\Renegade X\Binaries\Win32\UDK.exe server?GDIBotCount=x?NODBotCount=x"

Not sure if that's the correct path, adjust as necessary.

Posted
  BillieJoe67 said:
You start the application with those in the command line:

"C:\Program Files\Renegade X\Binaries\Win32\UDK.exe server?GDIBotCount=x?NODBotCount=x"

Not sure if that's the correct path, adjust as necessary.

Thank you, I'll test this once I get home.

Are these settings documented somewhere by chance?

Posted
  twig123 said:
  BillieJoe67 said:
You start the application with those in the command line:

"C:\Program Files\Renegade X\Binaries\Win32\UDK.exe server?GDIBotCount=x?NODBotCount=x"

Not sure if that's the correct path, adjust as necessary.

Thank you, I'll test this once I get home.

Are these settings documented somewhere by chance?

Not that I can find. Doing a Google search for it also only brought up this thread.

It seems that the bots do not spawn when the server starts, but they spawn when the first player joins. So if the round ends and the map changes, the bots all despawn until someone else joins the server.

Posted
  twig123 said:
Where are these settings located?

I did a TextCrawler search through the entire RenX Server installation folder and didn't find these settings...

I started a Skirmish map, then used the console command "obj dump renx_game_0" to view all the settings used for the current match.

It took me a while to find out what the command exactly was, though. :o

  albertfish said:
It seems that the bots do not spawn when the server starts, but they spawn when the first player joins. So if the round ends and the map changes, the bots all despawn until someone else joins the server.

You can use the ?bWaitForNetPlayers=False parameter to force the server to start the match without waiting for players, even in subsequent rounds.

  • 3 weeks later...
Posted
  TheFuzzy said:
  twig123 said:
Where are these settings located?

I did a TextCrawler search through the entire RenX Server installation folder and didn't find these settings...

I started a Skirmish map, then used the console command "obj dump renx_game_0" to view all the settings used for the current match.

It took me a while to find out what the command exactly was, though. :o

  albertfish said:
It seems that the bots do not spawn when the server starts, but they spawn when the first player joins. So if the round ends and the map changes, the bots all despawn until someone else joins the server.

You can use the ?bWaitForNetPlayers=False parameter to force the server to start the match without waiting for players, even in subsequent rounds.

Wow, thats amazing, THANKS! how did you find out that you had to use "obj dump renx_game_0" :confused:

Thanks in future, I really want to know these stuffs ;)!

(Sorry if any bad grammar is used)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...