Jump to content

Didz

Members
  • Posts

    259
  • Joined

  • Last visited

Everything posted by Didz

  1. Server hosting companies shouldn't have any issue at all, servers have been using multiple master servers since the 90s Notably the GameSpy and QTracker master servers.
  2. Server owners don't need any mod to make it work, they support multiple master servers out-of-the-box. You can also use a mod like the All Seeing Eye on your client to use the JKHub Master Server as well EDIT: Clarified this in the OP
  3. My strong points aren't building hardware, but I recently helped a friend build his own computer and I used this guide extensively: http://arstechnica.com/gadgets/2014/08/ars-technica-system-guide-august-2014/ I really recommend reading this guide beforehand so you get an idea of what you'll need, how each component compares, and get a sense of what kind of alternatives you can use. They have 3 different tiers of computers, "Budget Box", "Hot Rod", and "God Box". Despite the name, the Budget Box is still a really good spec for gaming and music production and I mainly followed this tier for my friend. These guides suggest buying SSDs for your computer, but I wouldn't bother myself. You can mix and match most of the components in the guide, just make sure your motherboard is compatible with your CPU as they have proprietary sockets. Also, you can never have enough USB ports (USB3 ports on the front are a bonus for newer flash drives/HDDs) I think you should definitely go for Windows 8.1 as the OS if you're a Windows user though, because it'll be easier to upgrade to Windows 10 when that comes out. The OS is much better under-the-hood than Windows 7, and you can get rid of many annoying things it introduces (boot to desktop instead of Start screen etc.). I've unpinned all the useless metro apps from my start screen and pinned regular programs like Office, all my dev tools, Steam, TeamSpeak, etc. there instead.
  4. We've long planned for the closing down of Raven's official master servers so we have alternatives in place. Raven Software have been contacted, but it's the Christmas holidays so they won't be working. The official master servers will likely be up again in a few days when everyone returns to work.
  5. The IP address of the JKHub Master Server has changed. It will take up to 24 hours for all online JKA/JK2 servers to refresh the master server IP address, unless those servers are manually restarted. Until then, the server list will be slightly sparse.
  6. master.jkhub.org Service Status - Last Updated: 2017-12-06 23:04 UTC The JKHub master server is currently online. To view the latest version online, check out this handy page by @@jacklul: https://jkhubservers.appspot.com/ For another alternative master server, try this one by @@ouned: https://jk2.ouned.de/master/ You can configure up to 5 master servers in JKA/JK2, and even browse 5 master server lists from the Join A Game screen using OpenJK. (Use OpenJK client and use +set fs_game OpenJK) The JKHub Master Server is an alternative master server for Jedi Academy and Jedi Outcast that can be used if Raven Software's master server goes down. The service is provided freely to the community in hope that it will be useful to people. Configuration for Players Currently the easiest way to use the JKHub Master Server as a player is by using OpenJK. The OpenJK client along with the OpenJK UI DLL is able to show multiple Internet sources in the Join A Game menu. OpenJK is still in development and hasn't had a public release yet, however development builds for Windows, OS X, and Linux are available at builds.openjk.org. Start openjk.x86.exe with the command-line +set fs_game OpenJK.Configure one of the sv_master<1-5> cvars to "master.jkhub.org" using the console. Example: /seta sv_master2 "master.jkhub.org"Go to the Join A Game menu (aka the server list), and toggle the Source selection at the top of the menu to "Internet <1-5>" where the number corresponds to the sv_master<1-5> cvar you set.Click "Get New List" and the game will get all the servers from the JKHub Master Server.Alternatively you can use The JKA All Seeing Eye Server Browser Mod if you prefer to stick with retail Jedi Academy. Just note that this won't work if you are running another client-side mod that modifies the user interface. I'm not aware of any client-side mods for Jedi Outcast that support multiple master servers, but please let me know if you do! Configuration for Server Owners Just set one of the sv_master<1-5> cvars in the server's config file to master.jkhub.org. This works out-of-the-box; You don't need any special mod to add the functionality. Example: set sv_master1 "masterjk3.ravensoft.com" set sv_master2 "master.jkhub.org"Contact The master server is operated by @@Caelum and if you need to contact him, just use the private messaging system here on JKHub or head to the JKCommunity Discord.
  7. The blue overlay gets drawn in the code while its drawing all the other 2D stuff. All it is is a rectangle stretched to cover the screen, tinted with a blue colour and some transparency. The colour/transparency is hard-coded in the client code.
  8. We don't have a website developer with enough time to do the homepage. I've redirected it to the GitHub repository for now
  9. The JKHub Master Server is back online again. It's at master.jkhub.org as always, and supports JKA and JK2 servers. It will undergo maintenance soon, but hopefully there won't be much downtime.

    1. Didz

      Didz

      You can check the server list in your browser as well: http://my.jacklul.com/jkhubservers/

  10. master.jkhub.org uses dpmaster as its backend, and I've noticed that first artefact too. Your second bug is invalid though. The UDP protocol does not guarantee packet ordering, so it wouldn't make sense to have a "terminator" packet with EOF like basejka has. This is a mistake that Raven Software introduced into the protocol, the EOF packet should not be distinguished from EOT. However, the extra null bytes at the end of the packet is something I don't really want there either. I could fix this by using my own master server implementation, but I don't know of any implementations that have a problem dealing with dpmaster's server list responses. If it's a major issue, I can change it.
  11. I learned so much from developing on JKG and had so much fun doing it. Most of the team members were quite young (I started on the project at 15) and enthusiastic, but we had no idea how to properly schedule our time. We had great creativity and engineering, but not quite the nack for melding mechanics together seamlessly. Most of the videos and screenshots put out for the dev diary were just some rubbish prototypes that weren't properly functional in the game. The biggest hole in the development for me was the lack of story-writing, as the game was supposed to have quests and some lore. Team/time/resource management didn't exist, although we had some idea of what people were working on because we were on IRC all the time (no idea what people outside IRC worked on though). The final nail in the coffin for my involvement was a time where all the team's focus was directed at creating a Stargate replica in-game, purely for "GM" travel between servers. So much time was wasted working on that piece of crap that no player would ever encounter. It required modelling, texturing, shadering, animating, Lua scripting, sound editing, and dialogue writing. Worst of all, it was completely unecessary as GMs could simply just /connect to whatever server they needed to be on. I don't feel bitter about the project though, I had a great deal of experience from it. I could feel bitter about players never being able to play the game it was meant to be, but that would just be #FirstWorldProblems.
  12. The Start button doesn't work for me either in Firefox. JavaScript is a nice language for writing cross-platform games for the web. Some examples: 2048, Untrusted, and some games by Enclave Games. Here's a simple game of Space Invaders being live-coded in 30 mins: http://vimeo.com/105955605
  13. The builds page is back offline again due to deep-rooted problems in the Bash codebase. See here: http://arstechnica.com/security/2014/09/still-more-vulnerabilities-in-bash-shellshock-becomes-whack-a-mole/ I don't have a time estimate for when I can bring it back up. It depends on when the collective conscience of internet security researchers are happy that the issues have been resolved.
  14. JKHub Master Server being restarted as a precautionary measure against the shellshock exploit. More info about that here: http://www.theguardian.com/technology/2014/sep/25/shellshock-bug-heartbleed

    1. Merek

      Merek

      JKHub master server is running Linux? LOL!

    2. Didz

      Didz

      Yes. So is Google, Facebook, Twitter, YouTube, Wikipedia, Steam, Cloudflare, GitHub, Reddit, Imgur, Yahoo!, LinkedIn, Flickr, Mozilla, Tumblr, PayPal, Wordpress, Ask, StackOverflow, and many more.

       

      Do you think it's a coincidence that every service online worth mentioning is running on Linux platforms? Windows isn't the answer to everything.

  15. The View New Content button is really handy and I use it all the time to see what's new on the forums since I last visited. It would really help with figuring out where a post was actually posted if the full path of the post was noted, not just the name of the direct parent subforum. Right now there are a bunch of posts which are just labelled as being under "Discussion". There are so many mod forums on the board with a sub-forum of "Discussion" that you can't figure out which discussion forum the post actually belongs to. Current behaviour: Reason to use guns in Discussion Suggested behaviour: Reason to use guns in Mod Project Forums > Jedi Knight: Enhanced > Discussion This would make it clearer which mod the post relates to.
  16. Again, the issue wouldn't be the hard drive (whether it's SSD or not). There's something else that's causing the problem. The lag could be caused by CPU time being taken up by another process and slowing the server's frames down, or it could be a networking issue. Have you tried checking Resource Monitor to see what's taking up CPU time and what processes have network activity? If it's a VPS, you might have been moved onto a node that's full of other customers who are competing for resources.
  17. The type of hard drive shouldn't make any difference at all during gameplay (unless someone's changing their model, or a new map is loading, etc.). I would just look into this with @@Caelum and see if there's any other specs that are different with this upgrade. EDIT: Oops I thought you meant you were being hosted by JKA Server, silly @@Caelum for naming his service that. Still try to contact your host provider to inquire about this, maybe they can do some testing with you.
  18. By ping lag, I'm guessing you mean actual lag that's affecting gameplay (as opposed to just looking at the number on scoreboard going up, as that's not very accurate). You could try using Wireshark to capture the packets that are happening on your network interface. You could compare the traffic that happens when you don't have lag, and then what changes when you're experiencing the lag. Wireshark is quite advanced to use effectively so you might need to reseaerch interpreting network captures.
  19. BobaFett's 'hack utility' just exploits bugs in code. The multi-line chat is an exploit that exists in basejka, but patched server-side in most mods. Boba's tool just allows the client to exploit the bug easier. The amsleep exploit is something that JA+ introduced, so it obviously doesn't affect basejka. That feature is broken in JA+ but it could be fixed.
  20. If multi-line names or chat is allowed, that's a JA+ bug and maybe you could check out JA++ for your server. If someone can get out of amsleep, that again is a JA+ bug. I have no idea if JA++ does amsleep, but if it does, it probably doesn't have that bug. So basically either convince the JA+ developer to fix those bugs, or try JA++ instead.
  21. ^ OBS is awesome, and free in both meanings of the word.
  22. He's modding SoF2 which uses a very similar engine to JKA. That's why he's seeking help here.
×
×
  • Create New...