Jump to content

Aldro Koon

Members
  • Posts

    296
  • Joined

  • Last visited

Everything posted by Aldro Koon

  1. Pls fix: https://jkhub.org/wiki/index.php?title=Main_Page
  2. Been 6 months now since last reply although he did login in November... ;_;
  3. A JK3 video tribute of our {JoF} 13th Anniversary event:
    https://www.youtube.com/watch?v=Gqp8HVZxtko

  4. Gold moments like this in JKA ❤️ #{JoF}13th Year Anniversary
    spacer.png

    1. RJA

      RJA

      Thank you for keeping this game alive ❤️

  5. Yet another episode is out! https://vimeo.com/372448259
  6. Try a few easier VSTRs and see if that works, then slowly work your way up instead of going all out instantly. For example: set s101 "wait 500;svsay ^3Current map is ^2mp/duel5" set m101 "map mp/duel5;vstr s101"
  7. Maybe try launching it with OpenJK if thats doable/helps?
  8. Scripting npcs to walk a path through waypoints while performing animations/holding them (think of the Atlantica map if you have seen it). I recently added a tiny bit of Icarus Scripting to our entity modded MP/Duel6 which is in the normal rotation on our {JoF}Public server. If you ever see it on, you might wanna visit. We have an npc sitting down in a chair indefinitely. We have an npc patrolling an area with his hands in amatease-ish position a lá Luke Skywalker. We have two npcs sparring/fighting, turning off their saber, talking to each other, and repeating this process indefinitely.
  9. Pretty sure the wait time is in ms! When you do any command with wait, I do believe that you wont be able to perform any other commands inbetween that wait. Meaning if you theoretically put a vstr that has a wait of say 5 minutes, and its running -- then the server wont accept any rcon commands (and maybe even admin commands) for 5 minutes until said vstr finishes. Using VSTR to do super long "waits" is probably not a good idea and not just for this reason, but I do believe it takes a toll on the server performance too. Dont quote me on all of this but it is what I have been led to believe based on experience although I have not actually investigated it thoroughly. What you rather want is something that externally writes svsay after a given time. With Linux, you would have to use crontab to schedule it. But that is slightly bit more complicated than using JKA commands obviously. So the easy alternative is to simply do message at the start of every map (in a vstr that lods the map, add a short wait time and drop the message you want there). But doing it for several minutes or hours is where I think you probably should reconsider. Once again not sure but I think thats the case. Try bringing up the console and connect doing /connect 127.0.0.1:21000 or /connect 127.0.0.1:29070. Make sure your server is up on the CP or whatever you are using. If that works, then its likely that your internet connection doesnt have open ports for JA/your NAT settings are restricted or there is some firewall preventing it from being publically hosted. If that doesnt work, then your server isnt launching properly and we would probably need to see what your CP is saying to troubleshoot it. Preferably with /developer 1 or /developer 2 enabled on the server.
×
×
  • Create New...