Omicron Posted April 4, 2013 Share Posted April 4, 2013 Awesome, I just had the idea making this a community project where everyone can contribute assets.What sort of assets did you have in mind? Link to comment
Raz0r Posted April 4, 2013 Share Posted April 4, 2013 HD remake seems more suitable now =] Doby, NAB622, Tempust85 and 1 other like this Link to comment
Defiant Posted April 4, 2013 Share Posted April 4, 2013 On behalf of the MB2 team - "Wooooooohoooooo" MaceMadunusus, Jango40, TheDoctor and 1 other like this Link to comment
Szico VII Posted April 4, 2013 Share Posted April 4, 2013 This is indeed long overdue and excellent news!! Link to comment
afi Posted April 4, 2013 Share Posted April 4, 2013 What sort of assets did you have in mind? Everything The point of openArena (based on the Q3-sourcecode) was to recreate all assets that are in the game so you were able to release the game for free without people suing you (coz the code is opensource, but the assets (maps, models, gfx etc) are not,) Link to comment
MaceMadunusus Posted April 4, 2013 Share Posted April 4, 2013 On behalf of the MB2 team - "Wooooooohoooooo" I love you, you just made me laugh my ass off. Tempust85 likes this Link to comment
eezstreet Posted April 4, 2013 Author Share Posted April 4, 2013 JK2: HD The code was officially released, yes. I've been talking with James for a long time, and he sorta randomly (sorta not) emailed me with the news after redsaurus/I bothered him about ModView source I'm talking with Raven to see if I'm allowed to publicly post the official JK2 script, and see if I can get the map source and carcass/behaved/stringed/assimilate source code. The official JACoders fork of the code is hosted on GitHub, and I will be committing my changes to SPwithin a few days (currently SP doesn't compile, but it's fixable). katanamaru likes this Link to comment
eezstreet Posted April 4, 2013 Author Share Posted April 4, 2013 Kotaku has picked up on the news, and Mike Gummelt is posting in the comments:http://kotaku.com/lucasarts-closure-convinces-developers-to-release-awes-468994505 Link to comment
redsaurus Posted April 4, 2013 Share Posted April 4, 2013 any chance you could ask your raven contacts about including the mac stuff? I'll try via aspyr, but might be good to ask raven too..don't really want to have to redo all the porting stuff if i can avoid it Circa likes this Link to comment
eezstreet Posted April 4, 2013 Author Share Posted April 4, 2013 I don't think they have access to that source. This mostly appears to be a raw copy/paste, suggesting that they don't have it. I'll see if I can get them to bug Aspyr though. Link to comment
afi Posted April 4, 2013 Share Posted April 4, 2013 We built Jedi Outcast off of Star Trek Voyager: Elite Force (the Stormtroopers in the first prototypes of Jedi Outcast were Klingons I painted white... heh) Wait wat, didn't know that <.< Link to comment
Mog Posted April 4, 2013 Share Posted April 4, 2013 HOLY SHIT! This is going to revive this game in ways we can't possibly fathom. Link to comment
katanamaru Posted April 4, 2013 Share Posted April 4, 2013 Okay time to start thinking up things I want to get done. Reanimate both backhand styles transitions, reanimate shield style's transitions.Fix bug in JA SP where if you have a gun or holstered weapon and use two-handed lighting it doesn't play the loop animation. Things I'll need:Ability to add saber styles to the game for single, dual, and staff.Ability to use a saber in one hand and a gun in the left. Things I want:Working sp vehicles.Ability to make vehicles npcs so I can "transform" into one via playermodel command and key binding.See my avatar Did I mention the styles I'd like to make?2 new staff styles; blue (like Maul in Ep 1) and red (like Exar Kun)Form 2 Makashi with attacks in the transitions. This will be based off my experience in fencing with sabers and arming swords.A style based off my German longsword system.One more dual style. Probably blue so you'll attack with one and cover yourself with another.2 saber and gun styles. Link to comment
minilogoguy18 Posted April 4, 2013 Share Posted April 4, 2013 The ability to add new styles and also new guns is just gnarly to even think about, it's finally possible. I'd love to animate some new styles. katanamaru and Tempust85 like this Link to comment
Delta_135 Posted April 4, 2013 Share Posted April 4, 2013 this is the best thing ever my life is 83.56% complete i can't wait to see what you guys come up with(i hope for some sp coding tutorials) Link to comment
Teancum Posted April 4, 2013 Share Posted April 4, 2013 *Remove Xbox crap *Teancum from Gametoast here. I wanted to make a quick comment on this, being a developer (outside the game industry) for several years. Seems totally pointless. It's embedded over 100 times in the source, and it doesn't hurt anything to keep it in. I'd recommend just leaving it alone. Pulling it will be an aboslute ton more trouble than it's worth, and will likely accidentally break many things along the way. Link to comment
therfiles Posted April 4, 2013 Share Posted April 4, 2013 This may finally be the motivation I need to learn coding! Fighter, katanamaru, Garyn Dakari and 1 other like this Link to comment
Fighter Posted April 4, 2013 Share Posted April 4, 2013 This may finally be the motivation I need to learn coding!Be sure to join the #JACoders IRC channel then! therfiles likes this Link to comment
Dusty Posted April 4, 2013 Share Posted April 4, 2013 This is so cool, but I can't help but worry you guys are going to want to turn the whole game inside out... I mean, being able to edit the code is cool, but I'm worried everyone will just be like "screw regular JA/JO!", let's just make our own new game/version of it and nobody will play it anymore... Anyone else feel the same way? Circa and TheDoctor like this Link to comment
eezstreet Posted April 4, 2013 Author Share Posted April 4, 2013 OpenJK is still the exact same game. We're working to keep the game as unchanged as possible, aside from the bug fixes and slight aesthetics. I think the only two major changes are the removal of the .str system (in favor of something better), and allowing JKA and JK2 to be able to be run on the same executable. @@Teancum: The Xbox code is relatively useless, and serves absolutely no purpose being in the files. I'd say remove it, as it can't be compiled anyway. Link to comment
eezstreet Posted April 4, 2013 Author Share Posted April 4, 2013 Also: styles have been possible for a long time, see JKG's .stance file system. Link to comment
Dusty Posted April 4, 2013 Share Posted April 4, 2013 ^Fair enough. I mean, I don't have any problem with people using the code to make their own games or whatevs, it'd just disappoint me to see JA abandoned for stuff like that, is all I'm saying. Link to comment
Teancum Posted April 4, 2013 Share Posted April 4, 2013 OpenJK is still the exact same game. We're working to keep the game as unchanged as possible, aside from the bug fixes and slight aesthetics. I think the only two major changes are the removal of the .str system (in favor of something better), and allowing JKA and JK2 to be able to be run on the same executable. @@Teancum: The Xbox code is relatively useless, and serves absolutely no purpose being in the files. I'd say remove it, as it can't be compiled anyway. I get where you're coming from -- but it's all interweaved and will likely break things along the way, whereas simply not bothering it will allow you to move forward without having to fix things. And on the subject of compiling, that's incorrect. The original XDK (technically) is floating around the web, and VS2003 can be used to compile the code, which incidentally is probably the version the PC build was done on as well. It may compile easier there rather than a new build of Visual Studio as dependencies have changed. ^Fair enough. I mean, I don't have any problem with people using the code to make their own games or whatevs, it'd just disappoint me to see JA abandoned for stuff like that, is all I'm saying. Agreed. The idea of such is great, but with JK so cheap it seems best not to try and split the community. Link to comment
TheDoctor Posted April 4, 2013 Share Posted April 4, 2013 So does this mean that mods such as MBII or other projects will be able to move on from the many bugs that they have? Also actually become a seperate game to Jedi Academy as intended? Or how about JA+ move up in the world in some way? Non-coder right here. Link to comment
Teancum Posted April 4, 2013 Share Posted April 4, 2013 ^This brings up an interesting point. I'd suggest (though I don't see this happening) that the entirey community maintain ONE code branch for the core game. Individual mods can fork off as necessary, but this way all benefit from having everything at their disposal. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now