Software Development Kit: Difference between revisions

From Totem Arts Wiki
Jump to navigation Jump to search
(Added link to Havoc89's vehicle rigging tutorials)
(Added GitHub link)
Line 2: Line 2:


==Source==
==Source==
All of [[Renegade X]]'s source code is available in the SDK, and is located in the "Development" directory in the SDK. All of [[Renegade X]]'s game code is written in [[UnrealScript]].
All of [[Renegade X]]'s source code is available in the SDK, and is located in the "Development" directory in the SDK. All of [[Renegade X]]'s game code is written in [[UnrealScript]]. In addition, a separately maintained copy of the source code is maintained at GitHub as well. The GitHub repository is located at [https://github.com/TotemArts/Renegade-X/tree/master].


==Assets==
==Assets==
All of [[Renegade X]]'s assets are available in the SDK, such as [[vehicles]], [[levels]], [[Infantry Classes | infantry classes]], meshes, sounds, and more. Users of the SDK can create any level, and are not limited in what they can create.
All of [[Renegade X]]'s assets are available in the SDK, such as [[vehicles]], [[levels]], [[Infantry Classes | infantry classes]], meshes, sounds, and more. Users of the SDK can create any level, and are not limited in what they can create.


==Tutorial==
==Tutorials==
kenz3001's YouTube tutorial series of videos for the SDK are available at [https://www.youtube.com/playlist?list=PLCXI7m_9Es70QZYj02u8CeGB_qij14Bxf]. More Renegade X related videos are also available on kenz3001's YouTube channel at [https://www.youtube.com/user/kenz3001].
kenz3001's YouTube tutorial series for the SDK are available at [https://www.youtube.com/playlist?list=PLCXI7m_9Es70QZYj02u8CeGB_qij14Bxf]. More Renegade X related videos are also available on kenz3001's YouTube channel at [https://www.youtube.com/user/kenz3001].
Havoc89's YouTube tutorial series of videos for rigging [[vehicles]] in teh SDK are available at [https://www.youtube.com/playlist?list=PL1Xujock0riz_oBjzfAQ7YDAtNOZEvubB].
Havoc89's YouTube tutorial series for rigging [[vehicles]] in the SDK are available at [https://www.youtube.com/playlist?list=PL1Xujock0riz_oBjzfAQ7YDAtNOZEvubB].

Revision as of 19:01, 3 March 2016

The Renegade X Software Development Kit (SDK) is a publicly and freely available set of tools and resources to enable the creation of custom content, such as custom levels, mutators, game modes, and more.

Source

All of Renegade X's source code is available in the SDK, and is located in the "Development" directory in the SDK. All of Renegade X's game code is written in UnrealScript. In addition, a separately maintained copy of the source code is maintained at GitHub as well. The GitHub repository is located at [1].

Assets

All of Renegade X's assets are available in the SDK, such as vehicles, levels, infantry classes, meshes, sounds, and more. Users of the SDK can create any level, and are not limited in what they can create.

Tutorials

kenz3001's YouTube tutorial series for the SDK are available at [2]. More Renegade X related videos are also available on kenz3001's YouTube channel at [3]. Havoc89's YouTube tutorial series for rigging vehicles in the SDK are available at [4].