Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 07/27/25 in Posts

  1. I've fixed the problem and committed it to SVN. I use this short command to print values: Commands["p"] = function(_params) { ExecCommand("script_run print(" + _params[0] + ")"); }; \bot p Map.liftStatus
    2 points
  2. I've fixed another problem and committed it to SVN.
    1 point
  3. ClassCount is internal property and it should never be used in map scripts. If there are goals for satchel, you should change MinClassCount. Server.MinClassCount[TEAM.AXIS][CLASS.COVERTOPS] += 1; If there are not enough BUILD goals, you should also decrease MinClassCount for engineer. Server.MinClassCount[TEAM.AXIS][CLASS.ENGINEER] = 1;
    1 point
  4. johnkeeper

    New memeber

    Hii this s new member of your community
    1 point
  5. palota

    Routing and weight

    Routes to CAPPOINT must start at FLAG goal position. You have to create ROUTE_kegs goal and set its radius large enough to include both "FLAG_axis_gold1" and "FLAG_axis_gold2".
    1 point
  6. Hello, I’m looking for dedicated hosting for running a small game server for friends. I don’t know much about setup, so I’d like something user-friendly. Is HostingSource AMD server hosting trustworthy? Any recommendations?
    1 point
  7. Bots hold JUMP button because there is inwater flag on waypoint UID 110. You have to add a new waypoint between UID 109 and UID 110 (you can use command waypoint_split).
    1 point
  8. Logs are disabled by default since Omni-bot 0.9. To enable logs you have to set cvar omnibot_logsize. Value is maximal file size in KB.
    1 point
  9. Waypoint flag elevator is wrong.
    1 point
  10. Check Reviews and Ratings. Read independent reviews from trusted sources and real users. Avoid hosts with frequent complaints about uptime, speed, or support.
    1 point
  11. Goals for both teams are enabled by Util.EnableGoal. Weapon properties are used mainly for heavy weapons like panzerfaust and flamethrower. That's why they have higher priority so that soldiers prefer their specific goals. If you don't like default priorities, you can change them by SetGoalPriority. Command /bot goal_setproperty weapon weapon_name is used to add a weapon to the list of permitted weapons. Command /bot goal_setproperty weapon clear is used to delete all weapons.
    1 point
  12. VPS First Month discounts starting at $3- Coupon Code: $3VPSM1ALL (valid till the end of 2025). I truly appreciate the flexibility offered by HostingSource.com web host, allowing me to scale resources whenever my sites grow or require more power.
    1 point
  13. Mateos

    Stuckages

    Edit et/scripts/goals/goal_checkstuck.gm, and set this.LogStuckage to true (l. 6)
    1 point
  14. I think by giving that switch the INFILTRATOR role, auto-given to bots in disguise; see: https://mygamingtalk.com/wiki/Roles
    1 point
  15. PuNkReAS

    Revive.gm Version 0.92

    I'm not a developer, but is this the file I posted about earlier in another topic? Isn't it possible to make it so that when you get shot, the doctor bot doesn't load your gun first and then give you a shot, but the other way around? This would improve the game experience a lot.
    1 point
  16. Adding a Name should work I think. Then you will see a name instead of 0.
    1 point
  17. hellreturn

    Website Updated

    Hello, I have updated website to current version as old version wasn't supported anymore. While we are fixing some issues, some features might not be available. Thanks for being mygamingtalk user.
    1 point
  18. Hi, I am just installed the SilEnT Mod on my server and it's failing to start I get this out put in the logs. can some one please help me? ET 2.60b linux-i386 May 8 2006 ----- FS_Startup ----- Current search path: /usr/share/games/enemy-territory/silent/silent-0.9.0.pk3 (528 files) /usr/share/games/enemy-territory/silent /usr/share/games/enemy-territory/etmain/pak2.pk3 (22 files) /usr/share/games/enemy-territory/etmain/pak1.pk3 (10 files) /usr/share/games/enemy-territory/etmain/pak0.pk3 (3725 files) /usr/share/games/enemy-territory/etmain/mp_bin.pk3 (6 files) /usr/share/games/enemy-territory/etmain ---------------------- 4291 files in pk3 files execing default.cfg couldn't exec language.cfg couldn't exec autoexec.cfg Hunk_Clear: reset the hunk ok Bypassing CD checks Found high quality video and fast CPU --- Common Initialization Complete --- Opening IP socket: localhost:27960 Hostname: web-01 IP: 127.0.1.1 stdin is not a tty, tty console mode failed execing objectivecycle.cfg g_gametype will be changed upon restarting. ------ Server Initialization ------ Server: oasis Hunk_Clear: reset the hunk ok ----- FS_Startup ----- Current search path: /usr/share/games/enemy-territory/silent/silent-0.9.0.pk3 (528 files) /usr/share/games/enemy-territory/silent /usr/share/games/enemy-territory/etmain/pak2.pk3 (22 files) /usr/share/games/enemy-territory/etmain/pak1.pk3 (10 files) /usr/share/games/enemy-territory/etmain/pak0.pk3 (3725 files) /usr/share/games/enemy-territory/etmain/mp_bin.pk3 (6 files) /usr/share/games/enemy-territory/etmain ---------------------- 8582 files in pk3 files Sys_LoadDll(/usr/share/games/enemy-territory/silent/qagame.mp.i386.so)... Sys_LoadDll(/usr/share/games/enemy-territory/silent/qagame.mp.i386.so) failed: "libstdc++.so.6: cannot open shared object file: No such file or directory" Sys_LoadDll(/usr/share/games/enemy-territory/silent/qagame.mp.i386.so)... Sys_LoadDll(/usr/share/games/enemy-territory/silent/qagame.mp.i386.so) failed: "libstdc++.so.6: cannot open shared object file: No such file or directory" Sys_LoadDll(qagame) failed dlopen() completely! ----- Server Shutdown ----- Resolving etmaster.idsoftware.com etmaster.idsoftware.com resolved to 192.246.40.60:27950 Sending heartbeat to etmaster.idsoftware.com --------------------------- Sys_Error: VM_Create on game failed
    1 point
  19. I have that setted in my server config and it works: // Omni-bots set omnibot_enable 1 set omnibot_path "" set g_bot_maxXP 8000 set omnibot_flags 262144
    1 point
  20. How do i enable bots here?
    1 point
  21. tried installing this apt-get install lib32stdc++6 And I got it working
    1 point
  22. "libstdc++.so.6: cannot open shared object file: No such file or directory" thats exactly your problem. I think u are missing the 32 bit version of libc and libstdc++
    1 point
×
×
  • Create New...