Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 6 and Version 7 of code/GametypeCreation


Ignore:
Timestamp:
Apr 12, 2017, 11:03:25 PM (7 years ago)
Author:
landauf
Comment:

fixed links

Legend:

Unmodified
Added
Removed
Modified
  • code/GametypeCreation

    v6 v7  
    22= How to create a new gametype =
    33
    4 I just want to share my experiences from creating [wiki:Dynamicmatch Dynamicmatch] as a c++ and orxonox newbie. Creating a new gametype is not very difficult - although you produce valuable content for Orxonox.
     4I just want to share my experiences from creating [wiki:dev/projects/Dynamicmatch Dynamicmatch] as a c++ and orxonox newbie. Creating a new gametype is not very difficult - although you produce valuable content for Orxonox.
    55
    66== Where are the concerning source files? ==
     
    5555 * Include the template in your level file via __include("yourgametypehud.oxo")__
    5656
    57 == [wiki:LevelHowTo Level Creation] ==
     57== [wiki:content/LevelHowTo Level Creation] ==
    5858 * add spawnpoints or teamspawnpoints
    5959 * add comments to structure your level file or to comment out code: __<!-- Comment -->__