-
Posts
5,207 -
Joined
-
Last visited
Content Type
News Articles
Tutorials
Forums
Downloads
Everything posted by eezstreet
-
Sign up for the Third Scrimmage Match!
eezstreet replied to eezstreet's topic in Jedi Knight Galaxies
Hi, do you have a preferred time / timezone info? That'll help us determine which time is the best. -
Jedi Knight Galaxies Third Scrimmage Match - December 2017 It has been far too long. With the release of The Last Jedi, Star Wars season is upon us once more, and we have a new big update for you - 1.3.0. You can read all about it here. In order to make the patch go smoothly, we're going to do a public test of 1.3.0. Announcing the Third Scrimmage Match! With exciting changes like jetpacks, shields, consumable items, armor, and a new damage type system with complex interactions between these, you'll see new layers of strategy and verticality introduced. We hope to demonstrate these features and get your feedback on them. During the scrimmage match we will play on the released maps on both Team Free For All and Capture the Flag modes. How to sign up See this thread. Be sure to read the directions at the beginning carefully and include all of the necessary information. When is it? The date will be determined based on when people are best available. We're going to try to shoot for having as many people on as possible. What you'll need There will be a Google Drive link posted for downloading when it's ready. If you're signed up for the scrimmage match, just wait for a notification on JKHub for the mention. You'll want to download that, as well as the Extra Maps Pack. You do not need the current version of the game. The 1.3.0 patch will replace old content. All you need is a legal copy of Jedi Academy and everything listed above. Looking to 2018 After the scrimmmage match, there will be a few features left to complete (custom ammo types, etc) and then we will release 1.3.0. There will be a few patches, but then we can focus on the thing you have all been waiting for...lightsabers.
-
Here you can sign up for the third scrimmage match. In order to sign up for the scrimmage match, please post the following, as a reply to this thread: Your General Location (for ping/timezone)What times work best for you (on your timezone)What platform you use (Windows, Linux or Mac; optional)How many people you want to bring along with you (optional)Whether or not you can record video (optional) Here is the current list of sign ups, as well as timezones that work for them: ---------------------------------------- @eezstreet - Any time, by myself. @@Darth Futuza - Mountain Time, any time except 31st evening, Windows, can record, +extras @ - Australia time, any time, Windows and Linux, can record and stream, +2-3 extras @@Dalo Lorn - European Time, any time between 12:00 - 22 CET (gmt+1), +1 extra @@swegmaster - American Time, any time on the weekend @ - European Time, any time between 12:00 - 22:00, +1 extra possible @@Noodle - GMT-3, preferrably between 14:00 - 17:00, +2 extra @@Onysfx - Canadian Eastern Time, any time @@Ramikad - GMT+1, any time before or after midnight @@gerbilOFdoom - Any time before noonish ---------------------------------------- Download link Time of the scrimmage match
-
We now use Discord instead of IRC to communicate. Check out the link in the OP!
-
Minor updates to the changelog. We have conducted an internal playtest and identified some issues. We will be going ahead with the public playtest soon, after the remainder of the bugs are fixed. After the public playtest, we will be taking people's opinions about how it plays and iterating again, as well as finishing some last minute content, like the special ammo types menu.
-
The heat sensor seems like a modified trip mine. I'm thinking more like consumable aid items.
-
While there is the concept for these, there aren't any consumable items in the game. I'm paging @@Silverfang and @@Darth Futuza here to come up with some ideas for consumable items.
-
Development screenshots: cool things that are being worked on
eezstreet replied to eezstreet's topic in Jedi Knight Galaxies
rend2 is going to be implemented as part of Phase 2, as an optional second renderer to use. We're also going to implement TTF fonts and a new UI system probably then as well, with UTF-16 strings for more translations hopefully. -
Warzone renderer for JKG - Download Links.
eezstreet replied to UniqueOne's topic in Jedi Knight Galaxies
No. JKG uses a special API which is distinct from the MP one, which is distinct from the SP one. -
I went ahead and documented every single field of every ext_data file, with the exception of the saber related ones as that data is subject to change between now and 1.4.0.
-
Updated the changelog. I had some real life issues and also have been working on my other projects which have consumed a lot of my time. I am talking with the rest of the team to see where things are and when we can get a release.
-
I think Boothand summed it up perfectly. The whole point of OpenJK is to provide a stable base for people to work on, and an open sourced version of the game with bugs fixed. There's a few very minor development improvements but adding a physics engine is not only a huge undertaking (and it should be noted that there are barely any active maintainers on the project), it also affects many different systems and how they interact with each other which has the ability to introduce incompatibilities esp. with savegames and network connectivity. A physics engine is outside the scope of OpenJK.
-
The Incredible Binnysan/HACKUR has passed away.
eezstreet replied to Cyb3rst0rm's topic in Jedi Knight General Discussions
Never spoke to binny but I've seen him around on servers. Sad to hear that he is gone. -
Staff saber throw for MB2 and JKA
eezstreet replied to k4far's topic in Jedi Knight General Discussions
I don't understand what the point of this thread is, if I'm being honest. The MB2 devs don't read these forums and it's a closed source mod, so there's not so much we can do. That being said...there's no engine restriction. All of the code for this is handled in w_saber.c. -
is that...? no... it can't be... It's DAT BOI?
-
I gave you the answer to this question already. https://jkhub.org/topic/9330-max-map-entity/
-
OpenJK doesn't add normal maps on its own. You'll need to use the rend2 or warzone renderers if you want normal maps.
-
Shield Animation For JKA And MB2.
eezstreet replied to k4far's topic in Jedi Knight General Discussions
I think there's some utility in having shield animations for everyone to use. Particularly in mods that have a medieval setting. Thoughts, @@minilogoguy18 / @@DT85 ? -
JK2 JK2Enhanced Alpha 2: Upcoming
eezstreet replied to eezstreet's topic in WIPs, Teasers & Releases
When I work on this again. -
Unable To Load Jo Or Ja Multiplayer On Linux Port
eezstreet replied to EvilSupahFly's topic in OpenJK
There isn't a multiplayer Jedi Outcast component in OpenJK. That's more of what jk2mv does. If you are having trouble with builds compiled from source you can try some of the premade Linux builds. -
(Also, it doesn't use any of those bitmasks you mentioned; I don't even think they exist?)
-
@@NAB622 that looks mostly correct to me, although TFFA and CTF should be 4 and 5, respectively.
-
Not sure what you mean by bitflags, but the game types can be found here: https://github.com/JKGDevs/JediKnightGalaxies/blob/master/codemp/game/bg_public.h (All of the #ifdefs are disabled)