User contributions for Qrow
More actions
3 March 2026
- 19:0219:02, 3 March 2026 diff hist +11,412 N Building Spring on MacOSX Created page with "Development < Building Spring < {{FULLPAGENAME}} This is a guide to the requirements for building the Spring RTS engine on MacOS. If you want only to play a spring game, follow the Spring_on_MacOSX Tutorial. =Building Spring on MacOS= '''This guide is for x86/Intel based MacOS installs''' Even though it will not run, Spring should successfully compile on Mac for both 104.0 and the latest develop version. NOTE: Only of..."
- 19:0119:01, 3 March 2026 diff hist +248 N Buildbot:OSX Created page with "Development < Building Spring < {{FULLPAGENAME}} ==Install the dependencies== see Building_Spring_on_MacOSX ==Install the buildslave == <pre> port install buildbot-slave </pre> Category:Buildbot" current
- 19:0119:01, 3 March 2026 diff hist +8,288 N Buildbot:Gentoo Created page with "This page is WIP! (don't expect these instructions to work, they only give a hint, how it should/could work...) Its best to run a 64 bit gentoo, as x32 can be easily compiled, too. =buildbot-slave (for interacting with spring's buildbot)= on springrts.com in /home/buildbot/master/passwords.py a user and password must be added. this username is needed to connect the buildslave client to the master. install buildbot on the slave: <code><pre> emerge dev-util/buildbot-sl..." current
- 19:0119:01, 3 March 2026 diff hist +6,059 N Buildbot Created page with "Spring uses a [https://buildbot.springrts.com/waterfall buildbot] to automaticly compile commits to the git repository to test if the commit broke something and to create the official installers. There are currently three buildbot setups, based on Gentoo, OSX and ubuntu (this page, but deprecated). =Setting up buildmaster= <pre> sudo apt-get install buildbot cd spring/buildbot/master cp passwords.py.template passwords.py buildbot s..." current
- 19:0019:00, 3 March 2026 diff hist +6,519 N A Complete Map Making Tutorial Created page with "Development < Map Development < {{FULLPAGENAME}} == Complete Map Making tutorial by Wannes == Hello everyone, In this tutorial i'm gonna try to teach you everything you need to know to make your first decent map. First i want to thank Maelstorm and aGorm for their tutorials, they tought me a lot. === Things You need: === An image editing program like Photoshop (which I will use in the rest of this tutorial), Paintshop Pr..." current
- 19:0019:00, 3 March 2026 diff hist +1,383 N AIInterface:Python Created page with "Important note: in current spring/master it is currently disabled because of an recently big merge (pureint), it will be fixed soon! == Spring PyAI == The Spring PyAI Interface can be used to write a skirmish AI in Python. Look at the Development Page of Python if you want write an AI. === Code === http://github.com/spring/Python === Building === The Python Interface is in spring/master, just git clone it, run "git submodule init" and y..." current
- 18:5918:59, 3 March 2026 diff hist +48 N Springcontent.sdz Redirected page to Gamedev:Glossary#springcontent.sdz current Tag: New redirect
- 18:5918:59, 3 March 2026 diff hist +30 N Sd7 Redirected page to Gamedev:Archives current Tag: New redirect
- 18:5818:58, 3 March 2026 diff hist +34 N MouseCursors Redirected page to Gamedev:MouseCursors current Tag: New redirect
- 18:5818:58, 3 March 2026 diff hist +24 N Maps:SMD Redirected page to Mapdev:SMD current Tag: New redirect
- 18:5718:57, 3 March 2026 diff hist +25,914 N Mapinfo.lua Created page with "= mapinfo.lua Reference = This file is the primary configuration file for maps, list many things including resources, attributes, ad properties. ==Source== The engine source code which reads this file from the map is viewable here: * {{sourcelink|file=rts/Map/MapInfo.cpp}} * {{sourcelink|file=rts/Map/MapParser.cpp}} == Example == Can be found in the [https://github.com/jk3064/Map-Blueprint/archive/master.zip map blueprint] = File Location = relative to the root direct..." current
- 18:4818:48, 3 March 2026 diff hist +27 N Mapdev:lighting Created page with "Needs recreating 2026/03/04" current
- 18:2418:24, 3 March 2026 diff hist +462 N Metal Factions Created page with "<h2>[http://www.metalfactions.pt Metal Factions]</h2> ([http://www.metalfactions.pt/about.html#license CC-BY-ND, with GPL/PD code]) |- | 300px|link=http://www.metalfactions.pt | valign="top" | An evolving game that started as a TA mod and currently features four factions: AVEN, GEAR, CLAW and SPHERE. Commanders can morph to fit into different play styles and be easily revived. Economy scaling is more strictly tied to map control." current
- 18:2318:23, 3 March 2026 diff hist +640 N EVO RTS Created page with "<h2>[https://www.evolutionrts.info Evolution RTS]</h2>([https://github.com/EvolutionRTS/Evolution-RTS/blob/f8a5df79b384f28fa8705f58df2cd2b580f0c982/license.txt CC-BY-SA]) |- | 300px|link=https://www.evolutionrts.info | valign="top" | A new war is brewing. A violent conflict, between the Six Colonies, each one convinced that it was in the right, each one sure of its own ability to defeat its enemies. But they need Generals. They need soldiers. They ne..." current
- 18:2118:21, 3 March 2026 diff hist +134 Main Page →Welcome to Fightorder!
- 18:1818:18, 3 March 2026 diff hist 0 N File:Menu.png No edit summary current
- 17:4717:47, 3 March 2026 diff hist +1,392 N CEG For Units Created page with "{{delete}} Creating Custom Explosion Generators (CEGs) and using them with Units in Spring, via COB, is quite easy. This tutorial will show you how to do so. == Step 1: Link your CEGs to your Unit. == CEGs need to be linked to a Unit's data to be generated via COB. To do so, create a section in your Unit's TDF like this: <p> <b>[SFXTypes]</b><br> <b>{</b><br> ExplosionGenerator0=custom:MyNiftyExplosionGenerator;<br> <b>}</b></p> This tells Spring..." current
- 17:4617:46, 3 March 2026 diff hist +27 N CEG-Operators Redirected page to CEG:Operators current Tag: New redirect
- 17:4617:46, 3 March 2026 diff hist 0 m Template:CodeStyle 1 revision imported current
- 17:4417:44, 3 March 2026 diff hist 0 N Greasemonkey Created blank page current
- 17:4417:44, 3 March 2026 diff hist +24 N Linux Redirected page to SetupGuide current Tag: New redirect
- 17:4317:43, 3 March 2026 diff hist +4,924 N Linux:Packaging Created page with "Linux Setup Guide < {{FULLPAGENAME}} = Linux Packaging = == Notification == [http://springrts.com/phpbb/feed.php?mode=news RSS feed for upcoming releases] (''News'' forum feed) Usually, releases get promoted one day before being set live on the server. == Packagers == Nicknames and how to best contact them. === Ubuntu === {{navimg|xsize=48|ysize=48|image=Distributions-ubuntu.png|link=Ubuntu_install}} '''koshi''' - [http://springrts.c..." current
- 17:4117:41, 3 March 2026 diff hist 0 N File:Kernel0 hd.png No edit summary current
- 17:4017:40, 3 March 2026 diff hist +19,741 N Kernel Panic Created page with "<center>[http://timblokdijk.nl/spring/Kernel%20Panic/logo/kernel0_hd.png https://springrts.com/mediawiki/images/f/fc/Kernel_Panic_Alpha_Title_Half.png]</center> ==Overview:== ''For the latest news and/or assistance, try the [http://springrts.com/phpbb/viewforum.php?f=43'''KP forum'''] or go to #kp when you log onto the lobby.'' '''Kernel Panic''' is a game about computers. Systems, Hackers and Networks wage war in a matrix of DOOM! The only constraints are time and..." current
- 17:3717:37, 3 March 2026 diff hist 0 N Category:Historical Created blank page current
- 17:3717:37, 3 March 2026 diff hist 0 N Category:Pages with broken file links Created blank page current
- 17:3717:37, 3 March 2026 diff hist 0 N Category:Deprecated Created blank page current
- 17:3617:36, 3 March 2026 diff hist 0 m Template:CodeStyle 1 revision imported
- 17:3617:36, 3 March 2026 diff hist 0 m 3DModels:AssimpWorkflow 1 revision imported current
- 17:3617:36, 3 March 2026 diff hist 0 m 3DModels:Wings3DTutorial 1 revision imported current
- 17:3617:36, 3 March 2026 diff hist 0 m Trouble-shooting s3o units 1 revision imported current
- 17:3617:36, 3 March 2026 diff hist 0 m S3o using blender 1 revision imported current
- 17:3517:35, 3 March 2026 diff hist +178 N Template:Remove first word Created page with "{{<includeonly>safesubst:</includeonly>#invoke:String|replace|source={{{1}}}|pattern=^[^{{{sep|%s}}}]*{{{sep|%s}}}*|replace=|plain=false}}<noinclude>{{Documentation}}</noinclude>" current
- 17:3417:34, 3 March 2026 diff hist +145 N Template:Mbox Created page with "{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 17:3217:32, 3 March 2026 diff hist +1,263 N Template:ConfigValue Created page with "{{#css: .taginfo {background: #A6A6B7;} .tagtable {margin: 0.3em; background: #9093ac; border: 1px #778 solid; width: 97%; text-align: center; border-radius: 3px 3px 3px 3px; box-shadow: 0 2px 6px rgba(0,0,0,0.3), inset 1px 6px 2px rgba(255,255,255,0.1);} .fallback {margin-left:0.5em; font-size:90%; color:#BBF} .hide {display: none;}{{{safevalue|}}} .hide:only-of-type {display: inline;} }} {|cellpadding="1" cellspacing="0" class="..." current
- 17:3117:31, 3 March 2026 diff hist +48,657 N Springsettings.cfg Created page with "__NOTOC__ Category:Help =Springsettings.cfg= springsettings.cfg is the configuration file of the Spring Engine. Below is a comprehensive list of all the values available. This page is an attempt to thoroughly document them all. Such list can be created by starting Spring with <code>--list-config-vars</code> as commandline parameter. For example on windows: <code>spring.exe --list-config-vars > cfgdoc.txt</code> A setting can be changed by starting spring (.exe)..." current
- 17:2517:25, 3 March 2026 diff hist +10,217 N Help:Editing Created page with "This page contains tips on editing wiki pages, for full details of editing the Wiki see [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] ==Basic Editing== *Choose what you want to do: *# '''Make a new page'''<br>Type the URL of the page you want to create into the address bar. <br>EG: <nowiki>http://springrts.com/wiki/Page_that_doesnt_exist</nowiki> *# '''Edit an existing page'''<br>Goto the page you want to edit, either through Links, or a URL...." current
- 17:2517:25, 3 March 2026 diff hist +3,218 N Spring:WikiEtiquette Created page with " ==Editing Guidelines== *Write in '''English'''. *Use the '''preview''' function. *Do not abuse the ''"save page"'' button as preview: It clutters the Recent Changes page. *When saving, fill out the '''Summary''' field. * Use '''Templates''' when possible, instead of e.g. colouring everything "by hand". * Generally a page should be '''reachable by links''' from other "high level" pages. * Links to non-existent pages are bad. Avoid unless you p..." current
- 17:2217:22, 3 March 2026 diff hist +862 N Spring:WikiToDo Created page with "Here are some areas where the wiki needs help. =="games" vs "mods"== Spring = engine the playable things = games (not mods) partly cleaned up, imo only matters on pages that are to be read by players. ==how to start playing== not clear, too many contradicting pages. A coherent "do this first" guide that gets the user started is needed. though maybe the problem is there is actually no clear answer for this. ==map making== Several "complete mapmaking guides", none is..." current
- 17:2217:22, 3 March 2026 diff hist +549 N Spring:Community portal Created page with "Hello and welcome to the Spring Engine wiki community portal. Here are some links that might be interesting: *Spring:CategoryStructure - Get an overview of our wiki structure *Spring:WikiEtiquette - General wiki etiquette and editing guidelines *Spring:PageNamingConventions - Try to keep our page naming style consistent *Mapdev:WikiGuide - Guide specifically for map dev pages, but relevant as a guide in general *Spring:WikiToDo - Bored? Nothing to..." current
- 17:2217:22, 3 March 2026 diff hist +37 N Spring:Community Portal Redirected page to Spring:Community portal current Tag: New redirect
- 17:2117:21, 3 March 2026 diff hist 0 m RapidTools 1 revision imported current
- 17:2117:21, 3 March 2026 diff hist 0 m Plasma 1 revision imported current
- 17:2117:21, 3 March 2026 diff hist 0 m Upq 1 revision imported current
- 17:2117:21, 3 March 2026 diff hist 0 m Pr-downloader 1 revision imported current
- 17:2117:21, 3 March 2026 diff hist 0 m Download Systems 1 revision imported current
- 17:2017:20, 3 March 2026 diff hist 0 m Template:SpringLSVersion:Latest 1 revision imported current
- 17:2017:20, 3 March 2026 diff hist 0 m Spring-launcher 1 revision imported current
- 17:2017:20, 3 March 2026 diff hist 0 m Glenda 1 revision imported current
- 17:2017:20, 3 March 2026 diff hist 0 m Admin:TheLounge 1 revision imported current