-
Posts
252 -
Joined
-
Last visited
Content Type
Profiles
News Articles
Tutorials
Forums
Downloads
Everything posted by Fighter
-
Have him try again. This may be fixed.
-
JKA uses C and C++. Compiling the source is very easy, actually. Using Visual Studio you just click a button in a menu and your code is compiled into the .dll files. The source code is what it is - source code. Assets such as sounds, models, maps, etc are not part of the source code and are separate, which is why the code is only a few MB.
-
Jedi Academy and Jedi Outcast source code released!!
Fighter replied to eezstreet's topic in Coding and Scripts
-
If you don't know already - code mixup has been fixed.
-
All commands, including force powers, call functions at the bottom of g_cmds.cpp. You can use that function call to go directly to the definition of the power.
-
Update: It appears Raven is aware about the source code mixup.
-
Important news from @@mrwonko:
-
Jedi Academy and Jedi Outcast source code released!!
Fighter replied to eezstreet's topic in Coding and Scripts
Be sure to join the #JACoders IRC channel then! -
Once I get Visual Studio set up, I think I'll do some work on fixing up ModView's code, as it doesn't compile in the state it was given to us. Though I doubt I'll be able to add multiple models, and that'd be someone else's project.
-
I can confirm Caelum is aware of the source being released.
-
Jedi Academy and Jedi Outcast source code released!!
Fighter replied to eezstreet's topic in Coding and Scripts
Officially released by Ravensoft employee James Monroe. Edit: Ninja'd by Razor -
Lesser known JA Commands (SP)
Fighter replied to eezstreet's topic in Jedi Knight General Discussions
Now that we have the SDK, it doesn't seem like it would be to hard to figure out how to correctly use /spawn. Also, I looked into that broken NPCdrive command, and it looks like the actual drive part was commented out: // TEMPORARY! BRING BACK LATER!!! //G_DriveVehicle( found, NULL, gi.argv(2) ); -
Jedi Academy and Jedi Outcast source code released!!
Fighter replied to eezstreet's topic in Coding and Scripts
Pasted from an online text file we're using to collaborate with: -
Now that the ModView source code is released...perhaps this would be possible if someone wanted to release a new version of ModView with support for this.
-
Jedi Academy and Jedi Outcast source code released!!
Fighter replied to eezstreet's topic in Coding and Scripts
This is awesome. Time to start exploring the code! -
This is no April Fools joke You heard me correctly. The FULL source code for BOTH Jedi Outcast and Jedi Academy has been released. I never thought we would see this day. In the words of @@eezstreet: Update: It appears BehavEd code is actually not present, and that some encryption code was stripped. What does this mean for non-coders? In the words of eezstreet again: What made Ravensoft finally decide to release the code? It's likely related to the closing down of LucasArts. Also, it's thanks to community members like you for bugging Raven to do this. Special thanks to eezstreet for notifying us about this as well as helping to get Raven to release the code. Where can I find the code? Update: Ravensoft has taken the code down. We're unsure when it will be back up. In Conclusion I recommend heading over to the #JACoders IRC channel (Click here to connect through a web interface) if you want to discuss this with other coders if you're a coder, and even if you're not a coder, head over there to find out the latest discoveries and projects involving this code. If you're a coder, have fun digging around the code and making awesome stuff! If you're not a coder, have fun anticipating the stuff coders are bound to release as time goes on! Also, be sure to check out eezstreet's thread: http://jkhub.org/top...-code-released/ This news post will be updated as we explore the code more. Click here to view the article
-
This is no April Fools joke You heard me correctly. The FULL source code for BOTH Jedi Outcast and Jedi Academy has been released. I never thought we would see this day. In the words of @eezstreet: Update: It appears BehavEd code is actually not present, and that some encryption code was stripped. What does this mean for non-coders? In the words of eezstreet again: What made Ravensoft finally decide to release the code? It's likely related to the closing down of LucasArts. Also, it's thanks to community members like you for bugging Raven to do this. Special thanks to eezstreet for notifying us about this as well as helping to get Raven to release the code. Where can I find the code? Update: Ravensoft has taken the code down. We're unsure when it will be back up. In Conclusion I recommend heading over to the #JACoders IRC channel (Click here to connect through a web interface) if you want to discuss this with other coders if you're a coder, and even if you're not a coder, head over there to find out the latest discoveries and projects involving this code. If you're a coder, have fun digging around the code and making awesome stuff! If you're not a coder, have fun anticipating the stuff coders are bound to release as time goes on! Also, be sure to check out eezstreet's thread: http://jkhub.org/topic/1941-jedi-academy-and-jedi-outcast-source-code-released/ This news post will be updated as we explore the code more.
-
I still use the discs. From what I've read there are a few issues regarding the Steam version. I've also read that you can just change your Steam game's launch options so that it loads a mod properly, without having to rename files, however it seems like that's something you'd have to change every time you want to run a different mod, which if that's the case, would be annoying to do.
-
It looks like spambots have managed to get past that, too. Updated again to a different thing which hopefully will reduce spam.
-
If you mean the resource list of the JKHub bar, he'd have to contact us and make a request. Then we would give him the code to add the bar to his site and he would be added to the list.
-
Good idea. I've added a link to it on the main page.
-
The anti-spam has been updated to a method that should be much better.
-
A new captcha was added, however some spambots are still getting around that, so we'll have to find a better anti-spam method.