Urban Terror Forums: Dunnos - Command, UI, Bots, LAN - Urban Terror Forums

Jump to content

 Login | Register 
Advertisement
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Dunnos - Command, UI, Bots, LAN Rate Topic: -----

Some dunnos

#1 User is offline   Inukaze Icon

  • Account: inukaze
  • Joined: 30-July 15
  • Posts: 9

Posted 25 November 2019 - 05:49 PM

Hi there, yesterday i had download the latest version of Urban Terror, let me give a breif of my situation, i am from venezuela, i had download the game, for LAN Party with my friends, 4 Human Players in Total. i went to their home with a pendrive with the game, extract in the 4 pcs , and well when i start some map in the latest version i notice the follow

1 - I had open the console, and use /exec bots.cfg
Output -> Unknow command addbot

Dunno : Why the command was removed? we like play against 56 bots, and well this commands works fine in the version 4.1 (I still have it, because is the latest works like a ioQuake3 mod i found)

2 - Why in the User Interface, don't have way to management bots like Team Arena ?

3 - Its possible to use Urban Terror latest version like a Mod of ioQuake3? i prefer that way

4 - You had considerate the Players don't have internet, and they use your Game for Fun on Intranet (LAN or Ad Hoc WiFi) ?

5 - On the Internet Servers, its possible to Limit Found Games with the same version of client i am running? (Because i still use the version 4.1, because still works like a ioQuake3 mod, and i can use the command addbot)

6 - When a server start, how i can do, the bots automatically adds when the game start, and if full, when a Human player join to the game, a bot just be kicked and make slot / free space for the human player ?

7 - The rest its awesome, for me this is the unique things its need to be improve, specially the UI Bots Management

This post has been edited by Inukaze: 25 November 2019 - 05:50 PM



#3 User is offline   Inukaze Icon

  • Account: inukaze
  • Joined: 30-July 15
  • Posts: 9

Posted 25 November 2019 - 11:05 PM

View PostMr.Yeah, on 25 November 2019 - 06:15 PM, said:

addbot
still works in 4.3, did you set
bot_enable 1
prior to loading your map?


Yes my autoexec.cfg content is
//In this file you can do settings that will be executed everytime Urban Terror is started. It will not get overwritten.
//Lines starting with // are ignored.
//Example1: exec yourconfig.cfg
//Example2: set cg_fov "110"
//Example3: bind x ut_weaptoggle knife

// Activar Compatibilidad con los bots :
bots_enable 1
bots_minplayers 1



and my bots.cfg content is
//Urban Terror 4.1 Compatible Bots Automatically Add :
addbot Boa
addbot Cheetah
addbot Chiken
addbot Cobra
addbot Cockroach
addbot Cougar
addbot Goose
addbot Mantis
addbot Penguin
addbot Puma
addbot Python
addbot Raven
addbot Scarab
addbot Scorpion
addbot Tiger
addbot Widow

//Urban Terror 4.3 ¿Compatible Bots Automatically Add? :
addbot Adrastos
addbot Bleach
addbot Dre
addbot Lollipop
addbot Mutt
addbot Nails
addbot Oscar
addbot Robin
addbot Rock
addbot Staple
addbot Windex


but when i use
exec bots.cfg, do nothing under GNU/Linux inside the game, but if i put in autoexec.cfg just indicate "unknow command addbot" (like under Windows 7)

xD SOLVED, i put "bots_enable" instead "bot_enable" xD
Well i don't know why the another answer, dissapear :(

and the another thing i fix for GNU/Linux client was the :
bind WORLD_26 "toggleconsole"

to make it work equal under Windows.

This post has been edited by Inukaze: 25 November 2019 - 11:41 PM


#4 User is offline   Inukaze Icon

  • Account: inukaze
  • Joined: 30-July 15
  • Posts: 9

Posted 25 November 2019 - 11:42 PM

Well i dont know why the answer for the point 6, just dessapear when i quote the first answer xD.

^3WARNING: invalid cull parm 'front' in shader 'textures/tub/sn_rail1t'
^3WARNING: invalid cull parm 'front' in shader 'textures/tub/sn_rail1t'
^3WARNING: invalid cull parm 'front' in shader 'textures/tub/sn_rail1t'
^3WARNING: invalid cull parm 'front' in shader 'textures/tub/sn_rail1t'
^3WARNING: invalid cull parm 'front' in shader 'textures/tub/sn_rail1t'


This post has been edited by Inukaze: 25 November 2019 - 11:44 PM


#5 User is offline   Yoorrikab Icon

  • Account: yoorrikab
  • Joined: 14-August 16
  • Posts: 23

Posted 26 November 2019 - 10:41 AM

I have problems using the bots_minplayers 1 command, so I am not using this command.
I do not use autoexec.cfg.
To add bots, add lines to server.cfg

..........................................................
//---------------------------------------------------------
//  OTHER SERVER SETTINGS
//---------------------------------------------------------
set  bot_enable   "1"  // set "1" to enable bots or set "0" to disable bots on your dedicated server

...........................................................
//---------------------------------------------------------
//  EXEC CONFIRMATION
//---------------------------------------------------------

map  ut4_intermodal_beta  // What map to start with?
exec bot.cfg              // Start bot.cfg


***
The contents of the bot.cfg (add 5 bots)

addbot scorpion 1 Blue 2000 One
addbot scorpion 1 Blue 4000 Two
addbot scorpion 1 Blue 6000 Three
addbot raven 4 Blue 8000 Four
addbot raven 1 Blue 10000 Five


I added scorpion and raven bots, because only these bots have sniper weapons. Who kills the bot, takes it SR8 or PSG1
To start a dedicated server, I add these commands to the server shortcut
+set com_hunkmegs 768 +set net_port 27964 +exec server.cfg

This post has been edited by Yoorrikab: 26 November 2019 - 10:50 AM


bullet_loaderAdvertisement

#6 User is offline   Inukaze Icon

  • Account: inukaze
  • Joined: 30-July 15
  • Posts: 9

Posted 26 November 2019 - 01:07 PM

View PostYoorrikab, on 26 November 2019 - 10:41 AM, said:

I have problems using the bots_minplayers 1 command, so I am not using this command.
I do not use autoexec.cfg.
To add bots, add lines to server.cfg

..........................................................
//---------------------------------------------------------
//  OTHER SERVER SETTINGS
//---------------------------------------------------------
set  bot_enable   "1"  // set "1" to enable bots or set "0" to disable bots on your dedicated server

...........................................................
//---------------------------------------------------------
//  EXEC CONFIRMATION
//---------------------------------------------------------

map  ut4_intermodal_beta  // What map to start with?
exec bot.cfg              // Start bot.cfg


***
The contents of the bot.cfg (add 5 bots)

addbot scorpion 1 Blue 2000 One
addbot scorpion 1 Blue 4000 Two
addbot scorpion 1 Blue 6000 Three
addbot raven 4 Blue 8000 Four
addbot raven 1 Blue 10000 Five


I added scorpion and raven bots, because only these bots have sniper weapons. Who kills the bot, takes it SR8 or PSG1
To start a dedicated server, I add these commands to the server shortcut
+set com_hunkmegs 768 +set net_port 27964 +exec server.cfg




1 - The "server.cfg" is not ready automaticall by Urban Terror ?
2 - Which maps recommend for the Sniper Bots ?

3 - Well i set the follow manually in the q3config.cfg of Urban Terror :

bind WORLD_26 "toggleconsole" //I can open the console, but i can't close with the same key i must press "Alt Gr + 4" (No keypad number) to close the console

seta com_soundMegs "64" // Default : 8
seta com_zoneMegs "128" // Default : 32
seta com_hunkMegs "768" // Default : 256



Or well, someone can give me example of how use : autoexec.cfg to load server.cfg for when i open the game automatically start a game with bots with the mapcycle active, and ever i join to the blue team or auto-join ?


i think for the autoexec.cfg be something very simple like
exec server.cfg


in the q3cnfig i saw this options :
seta cl_useMumble "0"
seta cl_mumbleScale "0.0254"
seta cl_voipGainDuringCapture "0.2"
seta cl_voipCaptureMult "2.0"
seta cl_voipUseVAD "0"
seta cl_voipVADThreshold "0.25"
seta cl_voipShowMeter "1"
seta cl_voip "0"


this can be very useful for me, if i decide play on internet with friends like in a Venezuelan server like :

200.109.236.126

i assume to the use the microphone "VoIP" must be enable, but i don't know if mumble too must be enabled.

#7 User is offline   Yoorrikab Icon

  • Account: yoorrikab
  • Joined: 14-August 16
  • Posts: 23

Posted 26 November 2019 - 03:38 PM

View PostInukaze, on 26 November 2019 - 01:07 PM, said:

...
2 - Which maps recommend for the Sniper Bots ?

I use these "sniper" maps, you can download them here:
http://sebsauvage.net/q3ut4/
https://c0ffee.moe/q3ut4/
These are the best maps, I think, but these are "multi-storey" maps, Players here die when falling from a height. Using "anti-gravity" is a bad way. I used them on server whis MinModUrT. "MinModIrt" disables player damage when falling from a height, so you can use "multi-story" maps
Dangercity_f1.pk3
bod_lunchroom_f2.pk3
padgarden_f1.pk3
padkitchen_f1.pk3
ut4_aardtimes_www2.pk3
ut4_alinosperch_a3.pk3
ut4_crazychristmas.pk3
ut4_dealey_b2.pk3
ut4_druglord.pk3
ut4_futbolwar_b2f2.pk3
ut4_futbolwar_stars_b1f1.pk3
ut4_gad_dom.pk3
ut4_intermodal_beta.pk3
ut4_laneway4_beta.pk3
ut4_rip_release.pk3
ut4_rivendel_b4f.pk3
ut4_superman2_beta.pk3
ut4_toys_release.pk3
ut4_valley_r2f.pk3
ut4_violentos_b3f.pk3
***
If when you turn on the map you get the error message “aas file is missing,” then download the aas-file of the same name from here and copy it to the \ UrbanTerror43 \ q3ut4 \ maps folder
How to add bots to the map if the map does not support the game with bots read here
***
I start the server on a Windows 7x64 system with the “Watchdog” bat file.
If the server shuts down, then this file automatically restart the server after 5 seconds. Server name "Quake3-UrT-Ded.x86.exe"

@echo off
cls
echo Protecting Watchdog Quake3-UrT-Ded.x86.exe server from crashes...
echo If you want to close Watchdog Quake3-UrT-Ded.x86.exe server and this script, close the it window
title Watchdog Quake3-UrT-Ded.x86.exe server
:start
echo (%time%) Watchdog Quake3-UrT-Ded.x86.exe server started.
START/wait Quake3-UrT-Ded.x86.exe +set com_hunkmegs 768 +set net_port 27964 +exec server.cfg
ping -n 5 localhost > nul
echo (%time%) WARNING: Watchdog Quake3-UrT-Ded.x86.exe server closed or crashed, restarting.
goto start


This post has been edited by Yoorrikab: 26 November 2019 - 04:16 PM


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

Advertisement


Copyright © 1999-2024 Frozensand Games Limited  |  All rights reserved  |  Urban Terror™ and FrozenSand™ are trademarks of Frozensand Games Limited

Frozensand Games is a Limited company registered in England and Wales. Company Reg No: 10343942