Jump to content

PuNkReAS

Members
  • Posts

    42
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Thanks
    PuNkReAS reacted to palota in RtCW -The bots are not used with MG42 guns   
    You can download Omni-bot 0.9 from GitHub. List of changes is in changelog.txt file inside the ZIP.
  2. Thanks
    PuNkReAS reacted to palota in Questions   
    You have to create some ATTACK or DEFEND goals. Then use function SetAvailableMapGoals to enable or disable these goals.
  3. Thanks
    PuNkReAS reacted to palota in Wp.SetWaypointFlag when several waypoints have the same name   
    I will add possibility to set multiple navigation flags in the next Omni-bot version.
  4. Thanks
    PuNkReAS reacted to palota in RtCW -The bots are not used with MG42 guns   
    I installed S4NDMoD and I can see bots using MG42 guns.
  5. Thanks
    PuNkReAS reacted to palota in Questions   
    Did you read the wiki ? The cappoint must be created by these commands when you are standing at the exit:
    /bot goal_create cappoint transmitter /bot goal_save I attached gm script which disables PLANT_2transmitter7 goal so that engineers do not drop dynamite near the transmitter.
    basor2light.gm
  6. Thanks
    PuNkReAS reacted to palota in Goldrush RtCW/ET   
    I made waypoints for KT_G-Rush. You can download them from GitHub.
  7. Like
    PuNkReAS reacted to palota in Goldrush RtCW/ET   
    I tried that map but got errors GeneratePermanentShader - MAX_SHADERS HIT and a lot of textures are missing.
    It's impossible to steal the tank. I cannot win because I don't know how to get in the bank.
    It looks like it was converted from the original official goldrush map. You can use goldrush.way from ET and rename it to goldrush_b2.way.
  8. Thanks
    PuNkReAS reacted to palota in Questions   
    To shoot windows you have to add this line into the OnBotJoin function:
    bot.TargetBreakableDist = 90.0; New scripts already have that line, then just delete //~
    You can use regular expressions .* to enable all MOUNTMG42 and REPAIRMG42 goals:
    SetAvailableMapGoals( TEAM.AXIS, true, ".*MG42_.*" );  
  9. Thanks
    PuNkReAS reacted to palota in Questions   
    You've converted the waypoints successfully. Now you should create some goals.
    Add a CAPPOINT goal at the ship so that Allies know where to take the documents Add three GRENADE goals to destroy barriers on the beach Enable MOUNTMG42 goals for Axis team Change priorities. CHECKPOINT_beach_flag should have the same priority as FLAG_War_Documents. Create routes.
  10. Thanks
    PuNkReAS reacted to palota in Questions   
    I think it's impossible to directly load a .bsp file. But you can easily make .pk3 from it. Create a new maps folder, move .bsp and .script files into the folder, compress the maps folder to ZIP, rename ZIP to PK3, then move PK3 to Return to Castle Wolfenstein/Main.
  11. Like
    PuNkReAS reacted to palota in Wiki pages   
    Omni-bot wiki has been moved to https://mygamingtalk.com/wiki/OMNIBOT_-_Enemy_Territory_Modification
     
  12. Like
    PuNkReAS reacted to palota in Omnibot connecting issue   
    I tried to fix it by kicking connecting bots. But I can't test it because I don't have a dedicated server.
    You can get the new version from Assembla SVN. It's in file et/scripts/goals/goal_selectweapons.gm.
  13. Thanks
    PuNkReAS reacted to hellreturn in /vsay hi - v16   
    Hello and welcome to our forums! 
    Sorry for the delay in approval email. It had some issues, which should be good now. I will look into better solution in next few days. 
  14. Thanks
    PuNkReAS reacted to palota in Questions   
    noclip works only if cheats are enabled. To enable cheats, you must start a map with devmap command instead of map command. English is easy to learn. Programming languages are hard to learn. Wildwest beach is similar to mp_beach. I would recommend to look into file mp_beach.gm to find some inspiration. Engineer try to plant a dynamite on the nearest waypoint. If the nearest waypoint is behind the wall, they cannot get to it and fail. You should move the waypoints near the beach wall. You must create a CAPPOINT goal at the mine cart where the gold has to be delivered. Why there is usepath property at the waypoints near the mine cart ? You should never use usepath, it is obsolete. If you remove it, then bots can go downstairs to the gold.
  15. Thanks
    PuNkReAS reacted to palota in Questions   
    Hi,
    I never used OB_DMS. I use keyboard shortcuts for everything. You can bind keys to Omni-bot commands in your server config.
    bind KP_INS "bot addbot" bind KP_DEL "bot kickall" bind g "bot sag" bind = "set timescale 9" bind - "set timescale 1" bind BACKSPACE "noclip" You can also define your custom commands in file omni-bot/rtcw/scripts/rtcw_autoexec_user.gm
    Commands["wc"] = function(_params) { ExecCommand("waypoint_addflag crouch"); }; Commands["g"] = function(_params) { ExecCommand("goal_create " + _params[0] + " " + _params[1]); }; Commands["gp"] = function(_params) { arg = _params[0]; if (tableCount(_params) > 1) { arg += " " + _params[1]; } ExecCommand("goal_setproperty " + arg); }; Commands["nav"] = function(_params) { if(_params[0]==null){ ExecCommand("waypoint_clearproperty paththrough"); } else{ ExecCommand("waypoint_setproperty paththrough Navigation_PT:" + _params[0]); } }; Bots need a gm script in order to know what to do. Have you read the wiki ?
    If you already made some waypoints, please post them here.
  16. Like
    PuNkReAS got a reaction from hellreturn in Questions   
    Hi guys!

    First of all, I have to thank Mateos for his help, without whom I wouldn't be here. 
    I am a big fan of the RtCW game. I missed 8 years, then returned to RtCW in 2020. I am very happy to see that there are still active players, so I started setting up servers. I currently run 3 servers, one of which is omni-bot. (More info: rtcw.hu)
    I have many questions, but I will try to summarize them briefly:
    - Is there a similar program to RtCW that would make my job significantly easier?
    === I see that there is one for ET: http://svn.assembla.com/svn/omnibot/Enemy-Territory/0.8/tools/route_tool/ or OB_DMS https://www.mediafire.com/file/r78cd624jmjwr09/OB_DMS.zip/file 
    I see that this is a good program that would make my job easier! So is such a program available for RtCW? (Pictures attached)
    - The question is, how to specify something to do with the bot?
    === For example the radar_b1 map Allies spawn. Bots start by firing a gun at the window. How can this be programmed? (They only advance if the player shoots out the window.)
    Then mp_ruiner map.  I lead the bots to the big gate, where at first the bots just run around, then they realize that dynamite needs to be installed, but minutes go by until then, this doesn't look very good in gameplay. 
    The other way is up a ladder to a cliff where they don't deposit dynamite at all. I believe these features work by default, no?

     


×
×
  • Create New...