jswigart / omni-bot

Omni-bot is a first person shooter bot frameworkfor AI controlled multiplayer opponents in several popular FPS games and engines
http://www.omni-bot.com
74 stars 23 forks source link

few things in omnibot rtcw 0.90 #26

Closed v1rkes closed 3 months ago

v1rkes commented 11 months ago

aas i downloaded omnibot version 0.90 and you forgot to edit this img. i get this msg when a map is loading. other curious thing is this after a round is finished. omnib g_unlockWeapons Unlock all weapons for all classes default 0, 1 to unlock weapons with this cmd medic, engies shouldn't drop their weapon right? but is not working if u can check.

plastovicka commented 11 months ago

Startup screen image is displayed by the mod. It's in package omnibot_rtcw.pk3 which is downloaded to clients. Last version of the mod is 0.85 which was released in 2015.

If g_unlockWeapons is 1, then soldiers can drop their weapon (mauser, flamethrower, venom) and everybody can pick it up.

v1rkes commented 11 months ago

image

Last version of the mod is 0.85 which was released in 2015.

plastovicka commented 11 months ago

There are two folders in the installation package:

  1. omni-bot - it controls bots' behavior, movement, shooting and goals. Console commands must begin with \bot prefix. Last version is 0.9.
  2. omnibot - it's a mod which modifies the game rules, weapons, players skills, menus, textures and sounds. It is configured by cvars. Last version is 0.85.

The omni-bot folder is required to run bots. The omnibot folder is optional and can be replaced by another compatible mod, for example s4ndmod. Many servers use own mods which are customized for their clan.