Jump to content

Mateos

Members
  • Posts

    63
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Mateos

  1. Good afternoon, I'd like to cycle through the players (not just bots!) from a team to check if they are in a AABB area; I'd like to count them when they're alive (so not dead nor waiting for a Medic) First check can be ETUtil.IsTeamDead, but that's ofc not enough I know how to cycle through bots with BotTable, and there seemed to be a function in the Bot library that could help but it is marked as deprecated (IsWaitingForMedic), and probably just work for bots? So I'm looking for the elements to build a loop to go through the players, and just for a particular team check if their position is inside the AABB while being able to walk... Basically just counting them I can then just sort a % with Server.Team[ team ].NumPlayers and say tell if the area is 'safe' for the other team to like secure an objective Could someone please point me to the right direction? I haven't found an example in the scripts (perhaps I'm just bad at searching ^^') Thanks
  2. Good evening, I've resumed working on Calculus waypoints, adding roles At first I've just added roles to camping goals (DEFEND, CAMP), but since the RIDE goal was following some CAMP goals, I've given the RIDE goal to the same roles as the CAMP ones As soon as I've done this, the bots stopped to do the RIDE goal, even though it is available and with a higher priority than the CAMP ones Perhaps the SWITCH one is also affected, but I haven't tested/checked yet I've sent the files over at the repository Could someone please check if the same happens to them? Perhaps it's something with my installation Regards, Mateos
  3. A first answer was provided here: github.com/jswigart/omni-bot/issues/16 But most of them are absent from the official repo heh ^^'
  4. By 7 and 8.1 I meant Windows, sorry ^^' The game, as sound as the event is triggered, stops responding and the usual Windoww window about a crash shows up (the one 'looking for a solution'...). I know a clan had an issue with one of my previous maps, where when the Tank got repaired and started moving (so, a script_mover), the server was crashing. And the map was too compiled under Windows 8.1. I can only use my 8.1 the week-ends, but I plan to make a prefab to check if the script_mover's do crash because of the OS used to compile, even though this sounds really weird...
  5. Good morning, I have a map which crashes upon a death event of an entity. It involves moving a script_mover's etc., but here's the strange issue. If the map is compiled under 7, no problem. If the map is compiled under 8.1, same GtkRadiant installed (and thus compiler, checked .proj files on both so they're the same, and pointing to the same compiler, the x64 one), the crash happens. On vanilla and any other mod, the game stops responding and crashes; while silEnT catches the error "bad cgame system trap: 24". Could you please share some information about this error? Thank you in advance, Regards, Mateos
  6. Well I played 3 or 4 maps in a row without issue on a silEnT server Hope it will last! Thank you I have two DLLs (not the qagame); Do you want me to try again with a dedicated on that install?
  7. Starting a dedicated on a clean install (thus no DLLs extracted yet) results in my last post Quote content: Starting is as admin doesn't change anything. Again, I have all my ETs out of Program Files. I will try first to load it as client to see if the DLLs are correctly extracted. Edit 1: Started through a shortcut loading directly a clean silEnT mod, it started; No DLL extracted still, will try to join a server now.
  8. The shorcut has: "C:\Jeux\Wolfenstein - Enemy Territory\ETDED.exe" +set dedicated 2 +set fs_game silent +map oasis It works fine in the other install o.o Is there some kind of PK3 in my etmain which could cause this?
  9. Only left the silent 0.8.1 PK3 and no DLL: Same pakX.pk3 files in all my installs, they're all copy/paste from my main one (checked checksum in case). DLLs are not extracted btw now, I guess the game has not been far enough to do so
  10. All my installs are already out of Program Files; On a lite install, for waypointing, I can host a dedicated and play on it (tested 2 maps); On my main installation, I get couldn't reopen pak2.pk3 while launching the dedicated server.
  11. I have all my ET installs excluded from Avast! scan, so it shouldn't be it; However it is configured to show nothing for full screen application, will try to disable that and see if it reacts towards the mod runtime. Edit: Nope, nothing on the side of the AV :/ Edit 2: Re-extracted manually the DLLs, it started, but when joining a server, I get another crash, and the windowed console displaying what's below (same for other ETPub-based mods, ETPub itself; ETPro/NQ are fine); Note that I'm a Windows 7 user, I start the game as admin, and it is installed out of Program Files (so I shouldn't get that Pure Server check thingy with the DLLs of the mod).
  12. Hello, I posted a topic over at SD forums, but I think I better post it here, since developers may have more knowledge and check more often this one ^^' The topic: http://forums.warchest.com/showthread.php/39844-Broken-ETPub-based-mods I haven't found anything on the Internet, and I did not have this issue before; Dunno what could have changed anything :/ Thanks in advance, Regards, Mateos
×
×
  • Create New...