I'm starting from scratch again with the JA server. We had a lot of fun playing this and this time around I would like to ask what you would like to see on the server. Gametype choices: Free for all, Duel, Team DM, Siege Force Powers: Yes or No, if so which powers. Most players prefer saber only battles. Mods: Any mods that you would like implemented or just keep it vanilla?
Free for All. No. Other than JA+? For the grappling hook to actually work at instantaneous travel speeds and be on larger maps. Yes plz. Yes, yes, then it'd be just like old times....
The two biggest are JA+ and Movie Battles II which I currently have running atm. Personally I'm not enjoying Movie Battles thus far so I'll probably move it back to JA+ maybe do a mixed mode of free for all and duels with saber only.
Movie battles is good for when we all come together and want to do something that happened in the movies, its slightly more balanced in how you have to guard yourself and can't saber spam. It also brings back the old battlefront II player types (Rocket guy, bounty hunters, other heroes).
Play it when I say "hey lets play" and you will see how much you like it. The answer is gg very yes much wow.
I can't wait to see a video of me forcing 8bit to make me a sandwich while wearing this. NSFW-ish This would also be acceptable. Also, #shotsfired
I recently joined and like messing around on the server, could someone tell me how the custom file redirect was set up? Any help would be appreciated.
Try using this in the launch options for your server batch file to make sure your server is allowing users to download the files. Code: +set sv_allowdownload 1 Also you'll need this in your server.cfg this example is from the JK+ mod Code: //--------URL Download Redirect--------- seta jp_DlBaseURL "http://www.website.com/redirect/JA/" // Download Redirect URL => Put your own website/ Or FTP site here. // it enables player to download very quikly requiered pk3 files to connect your server (lile maps, npc, vehicle..etc). // ex: put the value "http://www.japlus.net/japlus/" if you got a website at this URL (PS: it can also be FTP site ftp://). // jp_DlBaseURL is the equivalent to your gamedata folder. // so if your server have a pk3 test.pk3 under the base folder, your Website (or FTP site) must contain // this file at http://www.japlus.net/japlus/base/test.pk3 if you want people to be able to download it. // remember the server will only make player download the real needed files and not all files. Hope this helps!
That helps out a ton, thank you guys very much! Just one last question, do the files on the redirect need to be compressed in some manner or no?