Help me document springsettings on the wiki?
Moderator: Moderators
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Help me document springsettings on the wiki?
Here is a sanitized list of springsettings possible settings, the problem is, not all are clear on what they actually do.
I think it would be Nice to have full documentation.
I have set up a wiki page here: http://springrts.com/wiki/Spring-config
It's already formatted, just needs descriptions.
Here is a raw springsettings file (cleaned but without values)
http://paste.springfiles.com/view/648280bc
Somewhat loosely related to this mantis entry: http://springrts.com/mantis/view.php?id=3482
I think it would be Nice to have full documentation.
I have set up a wiki page here: http://springrts.com/wiki/Spring-config
It's already formatted, just needs descriptions.
Here is a raw springsettings file (cleaned but without values)
http://paste.springfiles.com/view/648280bc
Somewhat loosely related to this mantis entry: http://springrts.com/mantis/view.php?id=3482
- Shadowfury333
- Posts: 55
- Joined: 25 Sep 2006, 00:32
Re: Help me document springsettings on the wiki?
I've added some entries for various water related settings, mostly BumpWaterReflection and BumpWaterRefraction as far as otherwise undocumented settings go.
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Help me document springsettings on the wiki?
Nice! Thanks!
I'm going to try to get all the ones I know tomorrow. Sadly, there are a lot that I don't have a clue.
I'm going to try to get all the ones I know tomorrow. Sadly, there are a lot that I don't have a clue.
- Shadowfury333
- Posts: 55
- Joined: 25 Sep 2006, 00:32
Re: Help me document springsettings on the wiki?
Hmm. FontOutlineWeight is bizarre. I thought it was opacity for the outline around text, but it seems to affect the opacity of the text itself.
Also added info for several other settings.
Also added info for several other settings.
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Help me document springsettings on the wiki?
We can do a little bit better than a dump can't we? Please bother to at least compare. 

Re: Help me document springsettings on the wiki?
Merely pointing out that a page already existed and you made a second one, in the long term, they should be reunified.
Also, copy-pasting style like that is horrible
, please make a template!
Also, copy-pasting style like that is horrible

Re: Help me document springsettings on the wiki?
acuelly, probally not, at least not as up to date. the descriptions would better be added to engine (like some already are) so that each new release it one only needs to run spring --list-config-vars to get all new default values etc.We can do a little bit better than a dump can't we?
If it needs to look nicer, better idea is imo to make a search&replace script that turns the output into something nicer.
Re: Help me document springsettings on the wiki?
Also this abuse of the save button is not acceptable, ShadowFury please learn to preview:
http://springrts.com/wiki/Special:RecentChanges

N.B. (Even at this zoom, the image doesn't capture all of it!)
You may wish to familiarise yourself with the editing guidelines:
http://springrts.com/wiki/SpringWiki#Editing_Guidelines
http://springrts.com/wiki/Special:RecentChanges
N.B. (Even at this zoom, the image doesn't capture all of it!)
You may wish to familiarise yourself with the editing guidelines:
http://springrts.com/wiki/SpringWiki#Editing_Guidelines
- Attachments
-
- clipboard.png
- (273.53 KiB) Downloaded 1 time
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Help me document springsettings on the wiki?
FLOZi wrote:Merely pointing out that a page already existed and you made a second one
Springrc is linux specific. A windows users searching for it would not know that springrc == springsettings.cfg. Spring Config is much more generalized to all platforms. Also, in the h1 tags, there is Springsettings and Springrc so that google will pick it up and searching for springsettings will garner the correct result.
Well, ideally I would add CSS and divs, but I don't have access to the site css, and I don't think that adding block html/css into the header of a wiki page works.
Code: Select all
<head>
<style>
.defvalue {
color:#cccccc;
text-shadow: #111 2px 2px 2px;
}
.safemode {
color:#ff4500;
text-shadow: #111 2px 2px 2px;
}
.minvalue {
color:#00ff00;
text-shadow: #111 2px 2px 2px;
}
.maxvalue {
color:#ffd100;
text-shadow: #111 2px 2px 2px;
}
</style>
</head>
All the tags are the same, so 2 minutes in notepad++ could switch it all. Assuming you aren't bad with search/replace.
Edit2: Added a bunch of descriptions.
Re: Help me document springsettings on the wiki?
Then make a redirect...Forboding Angel wrote:FLOZi wrote:Merely pointing out that a page already existed and you made a second one
Springrc is linux specific. A windows users searching for it would not know that springrc == springsettings.cfg. Spring Config is much more generalized to all platforms. Also, in the h1 tags, there is Springsettings and Springrc so that google will pick it up and searching for springsettings will garner the correct result.
As I said, make a template, then the styling is in one place (and as its a wiki page, easy to edit rather than having to access the site css)Well, ideally I would add CSS and divs, but I don't have access to the site css, and I don't think that adding block html/css into the header of a wiki page works.
Edit: I was right, it doesn't work.
All the tags are the same, so 2 minutes in notepad++ could switch it all. Assuming you aren't bad with search/replace.
Edit2: Added a bunch of descriptions.
c.f. Template:Tag which also makes an anchor so you can link people directly to the tag / setting in question.
- Shadowfury333
- Posts: 55
- Joined: 25 Sep 2006, 00:32
Re: Help me document springsettings on the wiki?
I was editing multiple sub-categories. I don't know why it doesn't show up in the logs, but the way that page is structured, sub-category editing is much more natural and a hell of a lot easier than trying to scroll through the whole page in edit mode.
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Help me document springsettings on the wiki?
As weird as it sounds, it's an seo thing. I mean, that's a big part of my day job, and the easiest thing to impact your seo is to have properly structured headings.
To me the way I do it seems very "normal" but I guess that may not be the case. I treat page content like a presentation outline. Search engines like it and it makes it easily readable too.
What annoys me about the wiki though, is that the css for the header rules is pretty terrible, and the way that the navigation is generated is really poor as well.
I vastly prefer Dokuwiki over mediawiki. Much of the features that dokuwiki has make mediawiki look very primitive. *shrug*
Thanks for all your help, shadow!!!
To me the way I do it seems very "normal" but I guess that may not be the case. I treat page content like a presentation outline. Search engines like it and it makes it easily readable too.
What annoys me about the wiki though, is that the css for the header rules is pretty terrible, and the way that the navigation is generated is really poor as well.
I vastly prefer Dokuwiki over mediawiki. Much of the features that dokuwiki has make mediawiki look very primitive. *shrug*
Thanks for all your help, shadow!!!
Re: Help me document springsettings on the wiki?
Forboding Angel wrote:As weird as it sounds, it's an seo thing. I mean, that's a big part of my day job, and the easiest thing to impact your seo is to have properly structured headings.
To me the way I do it seems very "normal" but I guess that may not be the case. I treat page content like a presentation outline. Search engines like it and it makes it easily readable too.
What annoys me about the wiki though, is that the css for the header rules is pretty terrible, and the way that the navigation is generated is really poor as well.
I vastly prefer Dokuwiki over mediawiki. Much of the features that dokuwiki has make mediawiki look very primitive. *shrug*
Thanks for all your help, shadow!!!
Indeed but all of that can be remedied here:
https://github.com/spring/spring-websit ... /mediawiki
A good Mediawiki enough theme would beat out the dokuwiki stuff anyway, and we've too much baggage to switch, so it's not going to happen. Headings are also important for automatic tables of contents, JS libraries, and accessibility. Not to mention apps like safaris reading mode etc
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Help me document springsettings on the wiki?
I never said anything about switching. Jesus...
Re: Help me document springsettings on the wiki?
what? no! thats wrong. only the filename is different... this is why i added a redirect springsettings.cfg -> springrc (which was changed by flozi...)Forboding Angel wrote: Springrc is linux specific. A windows users searching for it would not know that springrc == springsettings.cfg. Spring Config is much more generalized to all platforms. Also, in the h1 tags, there is Springsettings and Springrc so that google will pick it up and searching for springsettings will garner the correct result.
also i guess it will be horrible to keep this page up to date, better add the descriptions to the engine and create a script which generates a fancy html page from the console output.
this script could be used for the output of spring --list-def-tags and --list-config-vars.
Re: Help me document springsettings on the wiki?
Really? I don't recall changing any redirects 
edit: Ah, it became a double-redirect due to Forb blanking springrc and redirecting to his new page

edit: Ah, it became a double-redirect due to Forb blanking springrc and redirecting to his new page
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Help me document springsettings on the wiki?
I did not blank springrc. I only redirected it.
Edit: At your suggestion, Flozi.
Edit: At your suggestion, Flozi.
Last edited by Forboding Angel on 16 Mar 2013, 00:16, edited 1 time in total.
Re: Help me document springsettings on the wiki?
http://springrts.com/mediawiki/index.ph ... ldid=26292 had some more infos that are not present on the redirect page, like "to list all possible settings, run spring --list-config-vars" that should be checked before making redirects..