JA Coders: Difference between revisions

From Jedi Knight Wiki | JKHub
No edit summary
mNo edit summary
Line 2: Line 2:
'''JA Coders''' is a website dedicated to the discussion of coding for [[Jedi Academy]] created by [[Raz0r]]. It also contains various resources, such as tutorials, to assist coders in learning about the source code of the game and how to add various features.
'''JA Coders''' is a website dedicated to the discussion of coding for [[Jedi Academy]] created by [[Raz0r]]. It also contains various resources, such as tutorials, to assist coders in learning about the source code of the game and how to add various features.


==Modbase==
==OpenJK==
Various members of the JA Coders community are working on a project called "modbase".
Various members of the JA Coders community are working on a project called "OpenJK".


The readme of the project states:
The readme of the project states:
 
<blockquote>The purpose of this project is to maintain and improve the Jedi Academy and Jedi Outcast games, developed by Raven Software. This project does not attempt to rebalance or otherwise modify core gameplay.</blockquote>
"The purpose of this "mod base" is to provide a clean and bug-free base for coders to base their new projects off. There are dozens of bugs/exploits/glitches in the official SDK. We hope to eliminate re-inventing the wheel with each project having to fix the same old bugs
 
This project will not attempt to rebalance or otherwise modify core gameplay aspects."




===External Links===
===External Links===
* [http://www.jacoders.org/ JA Coders website]
* [http://www.jacoders.org/ JA Coders website]
* [https://github.com/JACoders/OpenJK OpenJK Project Page]
* [http://jkhub.org/forum/51-discussion/ OpenJK Forum]

Revision as of 23:42, 1 April 2014

JA Coders is a website dedicated to the discussion of coding for Jedi Academy created by Raz0r. It also contains various resources, such as tutorials, to assist coders in learning about the source code of the game and how to add various features.

OpenJK

Various members of the JA Coders community are working on a project called "OpenJK".

The readme of the project states:

The purpose of this project is to maintain and improve the Jedi Academy and Jedi Outcast games, developed by Raven Software. This project does not attempt to rebalance or otherwise modify core gameplay.


External Links