Difference between revisions of "Main Page"

From Open Surge Engine Wiki
Jump to: navigation, search
m
m
(46 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
[[File:Open_Surge.png|center|link=]]
 +
__INDEX__
 +
__NOTOC__
 
Welcome to the '''Open Surge Wiki'''!
 
Welcome to the '''Open Surge Wiki'''!
  
 
Feel free to [[Special:UserLogin|sign up]] for an user account. It's simple and fast, making it easier to watch for spam.
 
Feel free to [[Special:UserLogin|sign up]] for an user account. It's simple and fast, making it easier to watch for spam.
__NOTOC__
 
 
{{help-docs-needed}}
 
{{help-docs-needed}}
{{nightly-builds}}
 
{{surge-goes-social}}
 
{{:Other languages}}
 
 
__NOEDITSECTION__
 
__NOEDITSECTION__
{|style="width:100%;border-spacing:10px"
+
{|style="width:100%;border-spacing:8px"
 
|-
 
|-
 
|style="width:50%;vertical-align:top;border:1px solid #aaa;background-color:#eee;padding:5px"|
 
|style="width:50%;vertical-align:top;border:1px solid #aaa;background-color:#eee;padding:5px"|
== [[File:Glasses.png]] Users ==
+
== Play Open Surge ==
 
* [[FAQ#What_is_Open_Surge?|What is Open Surge?]]
 
* [[FAQ#What_is_Open_Surge?|What is Open Surge?]]
* [http://opensnc.sourceforge.net/ Project page]
+
* Support
* [[Screenshots]]
+
** [[FAQ]]
* [http://opensnc.sourceforge.net/forum Forum]
+
** [http://forum.opensurge2d.org Forum]
* [[Contact the developers]]
+
** [https://discord.gg/w8JqM7m Join us on Discord!]
 +
** [[Contact the developers]]
 
* Download the game
 
* Download the game
** [http://opensnc.sourceforge.net/home/download.php Stable version]
+
** [http://opensurge2d.org Stable Version]
** [http://opensnc.sourceforge.net/forum/viewtopic.php?id=438 Bleeding edge version]
+
** [http://forum.opensurge2d.org/viewtopic.php?id=1931 Development Version]
** [http://opensnc.svn.sourceforge.net/viewvc/opensnc/opensurge/trunk/src Get the source code]
+
** [http://github.com/alemart/opensurge Source Code]
* Getting help
+
** [[FAQ]]
+
** [[User Manual]]
+
** [[How to make a level]]
+
 
* User-made
 
* User-made
** [[User-made MODs]]
+
** [http://forum.opensurge2d.org/viewforum.php?id=5 User-made games]
 
** [[User-made tools]]
 
** [[User-made tools]]
 +
** [[Surge fangames]]
 
* Cookbooks
 
* Cookbooks
** [[Subversion]]
+
** [[Compiling the Source Code]]
 
** [[Translation Guide]]
 
** [[Translation Guide]]
 +
** [[User Input|Changing the controls]]
 +
 
|style="width:50%;vertical-align:top;border:1px solid #aaa;background-color:#eee;padding:5px"|
 
|style="width:50%;vertical-align:top;border:1px solid #aaa;background-color:#eee;padding:5px"|
== [[File:Fireshield.png]] Development ==
+
== Create your games ==
* [[How can I help?]]
+
* Basics
* [[Meeting logs]]
+
** [[Introduction to Modding|How to create a game]] - start here!
* [[TODO List]]
+
** [[How to make a level]]
 +
* Hacking
 +
** [[Sprites]]
 +
** [[Bricksets]] ("tilesets")
 +
** [[Backgrounds]]
 +
** [[Characters]]
 +
** [[Setup scripts]]
 +
* Scripting
 +
** [http://docs.opensurge2d.org Learn SurgeScript]
 +
** [http://youtube.com/alemart88 Video tutorials]
 +
** [[Guide for new custom object designers|Advice for newcomers]]
 +
* Other guides
 +
** [[Level Design Document|Level design]]
 +
** [[Musics]] | [[Sound effects]]
 +
** [[Quests]] | [[Level specification]] | [[Groups]]
 +
** [[Fonts]] | [[Translation Guide|Translations]] | [[Colors]] | [[User Input]]
 +
** [[Upgrading the engine]]
 +
 
 +
|-
 +
|style="width:50%;vertical-align:top;border:1px solid #aaa;background-color:#eee;padding:5px"|
 +
 
 +
== Development ==
 +
* [[FAQ#How_can_I_help.3F|How can I help?]]
 
* Documentation
 
* Documentation
** [[Game Story]]
 
 
** [[Game Design Document]]
 
** [[Game Design Document]]
 +
** [[Level Design Document]]
 
** [[Art Specification Document]]
 
** [[Art Specification Document]]
 
* Characters
 
* Characters
Line 46: Line 67:
 
** [[Gimacian the Dark]]
 
** [[Gimacian the Dark]]
 
** [[Sharp]]
 
** [[Sharp]]
 +
** [[Raspberry]]
 
* [[Game Design Document#Levels|Levels]]
 
* [[Game Design Document#Levels|Levels]]
 
** [[Sunshine Paradise]]
 
** [[Sunshine Paradise]]
 
** [[Waterworks Zone]]
 
** [[Waterworks Zone]]
  
|-
 
 
|style="width:50%;vertical-align:top;border:1px solid #aaa;background-color:#eee;padding:5px"|
 
|style="width:50%;vertical-align:top;border:1px solid #aaa;background-color:#eee;padding:5px"|
== [[File:Thunder.png]] MODs ==
+
== Links ==
* [[Introduction to Modding]]
+
* [http://forum.opensurge2d.org Open Surge Community] - our community
* [[Sprites]]
+
* [https://discord.gg/w8JqM7m Discord Server] - live discussions
* [[Bricksets]]
+
* [http://tuxfamily.org TuxFamily] - we're happily hosted by them!
* [[Backgrounds]]
+
* [[Level specification]]
+
* [[Quests]]
+
* [[Groups]]
+
* [[Sound effects]]
+
* [[Musics]]
+
* [[Fonts]]
+
* [[Characters]]
+
* [[Menus]]
+
* [[Misc]]
+
* Objects
+
** [[Introduction to objects]]
+
** [[API Reference]]
+
** [[Case studies]]
+
*** [[Case study 1: Simple Enemy]]
+
*** [[Case study 2: Door and Switch]]
+
*** [[Case study 3: Lady Bugsy]]
+
*** [[Case study 4: Custom Boss]] (incomplete)
+
*** [[Case study 5: Customizing the HUD]] (incomplete)
+
*** [[Case study 6: Modularity & Components]] (incomplete)
+
*** [[Case study 7: Cutscene]]
+
** [[Guide for new custom object designers]]
+
** [[Advice for script developers]]
+
** [[Script tricks]]
+
* Other
+
** [[Colors]]
+
** [[2.5D levels]]
+
|style="width:50%;vertical-align:top;border:1px solid #aaa;background-color:#eee;padding:5px"|
+
== [[File:Shoes.png]] Links ==
+
* [http://opensnc.sourceforge.net/forum/ Open Surge Community] - our community
+
* [http://www.facebook.com/groups/298720866816381/ Facebook group] - for Open Surge
+
* [http://surgeswarehouse.ssdw.nl/ Surge's Warehouse] - fan site
+
* [http://www.m4um.net/wp/opensurge/ Johan Brodd's Surge file area] - Nightly builds etc.
+
 
* Game development
 
* Game development
** [http://opengameart.org/ OpenGameArt.org] - free art for open source projects
+
** [http://opengameart.org/ OpenGameArt.org] - free art for your projects
 +
** [http://freegamer.blogspot.com FreeGamer] - libre games and development news
 +
** [http://libregamewiki.org/ LibreGameWiki] - the free gaming encyclopedia
 
** [http://www.allegro.cc/ allegro.cc] - game development community network
 
** [http://www.allegro.cc/ allegro.cc] - game development community network
** [http://freegamer.blogspot.com FreeGamer] - free, open source game and development news
+
* Other games
** [http://libregamewiki.org/ LibreGameWiki] - the free gaming encyclopedia
+
** [[Surge fangames]] - third-party games featuring Surge
* Other free games
+
** [http://supertuxkart.net/ SuperTuxKart] - open-source 3D kart racing game
** [http://supertux.lethargik.org/ SuperTux] - a free jump'n run sidescroller game
+
** [http://supertux.org/ SuperTux] - open-source jump'n run sidescroller game
** [http://supertuxkart.sourceforge.net/ SuperTuxKart] - a free 3D kart racing game
+
** [http://solarus-games.org/ Solarus] - open-source engine for action RPGs (Zelda-like)
** [http://usf.tuxfamily.org/ Ultimate Smash Friends] - a fighting game featuring Surge & others
+
 
|}
 
|}

Revision as of 02:01, 19 January 2021

Open Surge.png


Welcome to the Open Surge Wiki!

Feel free to sign up for an user account. It's simple and fast, making it easier to watch for spam.

Help us expand the wiki! This wiki is written by the community, for the community. Do you think new information would be helpful? Please put it in. If you find a spelling mistake or a phrase that could be clearer, please fix it.

Play Open Surge

Create your games

Development

Links