User Tools

Site Tools


modding:tutorials

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
modding:tutorials [2012/10/31 02:49] rpcmodding:tutorials [2014/12/27 04:40] – external edit 127.0.0.1
Line 1: Line 1:
 ===== Tutorials ===== ===== Tutorials =====
 Here's a small index for tutorials on the wiki. Most of them are taken from [[http://www.neurohack.com/transcendence/forums/viewforum.php?f=8|the Modding Reference forum]], but are condensed here for easy viewing.\\  Here's a small index for tutorials on the wiki. Most of them are taken from [[http://www.neurohack.com/transcendence/forums/viewforum.php?f=8|the Modding Reference forum]], but are condensed here for easy viewing.\\ 
-Interesting links: \\  
-[[http://neurohack.com/transcendence/forums/viewtopic.php?f=5&t=4830#p44534|<FillLocations>]] \\  
-[[http://neurohack.com/transcendence/forums/viewtopic.php?f=5&t=4729|Combat Power of a Player]] 
 === Installing Mods === === Installing Mods ===
      * [[http://wiki.neurohack.com/transcendence/wiki/game/guide/install_mods|Installing Mods]]      * [[http://wiki.neurohack.com/transcendence/wiki/game/guide/install_mods|Installing Mods]]
Line 26: Line 23:
 == Getting Geared for Graphics == == Getting Geared for Graphics ==
      * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?f=8&t=30|Graphic Development]]      * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?f=8&t=30|Graphic Development]]
-     * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?f=8&t=2270&sid=fad525fe95c9fa06ebbc578416a20c43|[Resources] Bryce resources for rendering ships]] +     * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?f=8&t=2270| Bryce resources for rendering ships]] 
-     * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?f=8&t=2240&sid=fad525fe95c9fa06ebbc578416a20c43|[WIPWolfy's guide to making custom ship graphics!]] +     * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?f=8&t=2240| WIP Wolfy's guide to making custom ship graphics!]] 
-     * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?f=8&t=2320&sid=fad525fe95c9fa06ebbc578416a20c43|Blender Rotation Track]]+     * [[http://forums.kronosaur.com/viewtopic.php?f=8&t=5695| RPC's 3D Graphics Tutorial]] 
 +     * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?f=8&t=2320| Blender Rotation Track]] 
 +     * [[modding:2D Ship Facings Tutorial for Gimp|2D Ship Facings Tutorial for Gimp]]
  
 == Debugging == == Debugging ==
      * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?f=8&t=2179&sid=fad525fe95c9fa06ebbc578416a20c43|Errors 101: A Tutorial on Resolving Errors]]      * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?f=8&t=2179&sid=fad525fe95c9fa06ebbc578416a20c43|Errors 101: A Tutorial on Resolving Errors]]
- 
- 
  
 === Advanced (tlisp) === === Advanced (tlisp) ===
Line 41: Line 38:
      * [[/modding/xml/systemmap#topology_node_definitions|More on Topology]]      * [[/modding/xml/systemmap#topology_node_definitions|More on Topology]]
      * [[http://wiki.neurohack.com/transcendence/wiki/game/george_thoughts?s[]=siblings#system_generation|Notes on System Generation]]      * [[http://wiki.neurohack.com/transcendence/wiki/game/george_thoughts?s[]=siblings#system_generation|Notes on System Generation]]
-     * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?f=8&t=3309|Modules for extensions [From George]]]+     * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?f=8&t=3309|Modules for extensions From George]]
      * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?t=1750|Adventure Extensions Introduction (basic)]]      * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?t=1750|Adventure Extensions Introduction (basic)]]
      * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?t=1872|Using <OnGlobalTopologyCreated> Events]]      * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?t=1872|Using <OnGlobalTopologyCreated> Events]]
 +     * [[http://forums.kronosaur.com/viewtopic.php?f=8&t=1908| Controlling Station Spawning in Systems]]
 +     * [[http://forums.kronosaur.com/viewtopic.php?f=5&t=6348|Spawning a station in existing system topology]]
 == Dockscreens == == Dockscreens ==
 +     * [[/modding/xml/dockscreen|Dockscreen info]]
 +     * [[modding/xml/listoptions|List Options]]
      * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?t=1833|Dockscreens!]]      * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?t=1833|Dockscreens!]]
      * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?f=8&t=5092|Using ScrAddAction to Change Dockscreens]]      * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?f=8&t=5092|Using ScrAddAction to Change Dockscreens]]
Line 56: Line 57:
 == Source Compiling == == Source Compiling ==
      * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?f=51&t=5000|Successful Build!]]      * [[http://www.neurohack.com/transcendence/forums/viewtopic.php?f=51&t=5000|Successful Build!]]
 +     * [[modding/transcompiler|Notes on Transcompiler.exe]]
 +===== Random Notes =====
 +     * [[http://wiki.neurohack.com/transcendence/wiki/modding/function/legend|Legend Page]]
 +     * [[http://transcendence.kronosaur.com/wiki/game/george_thoughts|From George]]
 +     * [[http://transcendence.kronosaur.com/wiki/modding/xml/weapon_devices|Weapon XML]]
 +     * [[http://transcendence.kronosaur.com/wiki/modding/xml/damage_descriptor|Damage Descriptor]]
 +     * [[http://transcendence.kronosaur.com/wiki/modding/xml/effects|Effects]]
 +     * [[http://transcendence.kronosaur.com/wiki/modding/xml/events|Events]]
 +     * [[http://transcendence.kronosaur.com/wiki/modding/transdata|Transdata]]
 +     * [[http://transcendence.kronosaur.com/design/TransData.html|Transdata Usage Page]]
 +     * [[http://neurohack.com/transcendence/forums/viewtopic.php?f=5&t=4830#p44534|<FillLocations>]]
 +     * [[http://neurohack.com/transcendence/forums/viewtopic.php?f=5&t=4729|Combat Power of a Player]]
 +     * [[http://forums.kronosaur.com/viewtopic.php?f=8&t=6380|Starter Thread for Modding + Katami tips]] 
modding/tutorials.txt · Last modified: 2017/02/05 18:05 by 0xabcdef