Looking at the universe data file and thinking about avoiding the universe data error I have a suggestion.:
would it be possible to add a line as the second line of of text something like
'version: 123456
This would allow the launcher app to easily check which version a user currently has installed, and help to avoid one of the major player issues that I've created with the launcher and dynamic universe. it would also offer user a chance to see which universe they had at a glance
[Edited on 7-1-2009 by verbosity]
Feature suggestion: universe data
-
verbosity
- Captain

- Posts: 1154
- Joined: Thu Sep 07, 2006 7:38 pm
- Location: Deep Space 9
Feature suggestion: universe data
verbsleagues.co.uk sw3dg web stats systems
uaithne.com eco-living project
rulerofzu.com free fantasy mmorpg
jesterscup.com webby stuffies
uaithne.com eco-living project
rulerofzu.com free fantasy mmorpg
jesterscup.com webby stuffies
-
Vice
- Administrator

- Posts: 12227
- Joined: Fri Apr 25, 2003 1:38 am
Feature suggestion: universe data
That can be done now to a custom universe, if you like. Just mark it with a ' and you can add any text you like to it to help keep track. If the program does not detect that line, then it will know the player is using the default universe. If the line is present, it can retrieve it and analyze which version of the file it's using.
-
verbosity
- Captain

- Posts: 1154
- Joined: Thu Sep 07, 2006 7:38 pm
- Location: Deep Space 9
Feature suggestion: universe data
Yeah I'm planning on doing that anyway, but it would be a useful addition to the standard universe, seeing as it has changed over time, and may well change again....Originally posted by Vice
That can be done now to a custom universe, if you like. Just mark it with a ' and you can add any text you like to it to help keep track. If the program does not detect that line, then it will know the player is using the default universe. If the line is present, it can retrieve it and analyze which version of the file it's using.
verbsleagues.co.uk sw3dg web stats systems
uaithne.com eco-living project
rulerofzu.com free fantasy mmorpg
jesterscup.com webby stuffies
uaithne.com eco-living project
rulerofzu.com free fantasy mmorpg
jesterscup.com webby stuffies
-
Marvin
- Global Moderator

- Posts: 14373
- Joined: Wed Mar 04, 2009 5:47 am
- Location: Fallon-Reno
Feature suggestion: universe data
Originally posted by Vice
That can be done now to a custom universe, if you like. Just mark it with a ' and you can add any text you like to it to help keep track. If the program does not detect that line, then it will know the player is using the default universe. If the line is present, it can retrieve it and analyze which version of the file it's using.
-
Vice
- Administrator

- Posts: 12227
- Joined: Fri Apr 25, 2003 1:38 am
Feature suggestion: universe data
It's easier for me to have the game keep track of the version internally through other means that I don't have to remember to update
Things like file size and date are automatic. Using the date/time would be a good way to manage it externally as well, using that value as the version number displayed in a program (07.01.09 for example).
' V1.0
' Version 1.0
' Version 07.01.09
Sure:Could you give an example, please. (I'm of the "DOS commands" generation and my old DOS manual always had examples ... else, I never would've gotten anywhere with DOS programming.)
' V1.0
' Version 1.0
' Version 07.01.09
-
verbosity
- Captain

- Posts: 1154
- Joined: Thu Sep 07, 2006 7:38 pm
- Location: Deep Space 9
Feature suggestion: universe data
beginning of the standard universe
I was thinking about it being as simple as the latest version, each time you update the universe file, but I've already got another solution up my sleeve anyways ( just this was easiest for me, and you know how I love to harass you
)
[Edited on 7-1-2009 by verbosity]
my suggestion :' Universe Data File
' **************************************** Sapphire system
-Local Nebula Backdrop And Reputation
NebBackXLow=-400
.....................................
' Universe Data File
'version:1.108
' **************************************** Sapphire system
-Local Nebula Backdrop And Reputation
NebBackXLow=-400
.....................................
I was thinking about it being as simple as the latest version, each time you update the universe file, but I've already got another solution up my sleeve anyways ( just this was easiest for me, and you know how I love to harass you
[Edited on 7-1-2009 by verbosity]
verbsleagues.co.uk sw3dg web stats systems
uaithne.com eco-living project
rulerofzu.com free fantasy mmorpg
jesterscup.com webby stuffies
uaithne.com eco-living project
rulerofzu.com free fantasy mmorpg
jesterscup.com webby stuffies
-
Marvin
- Global Moderator

- Posts: 14373
- Joined: Wed Mar 04, 2009 5:47 am
- Location: Fallon-Reno
Feature suggestion: universe data
Originally posted by ViceSure:Could you give an example, please. (I'm of the "DOS commands" generation and my old DOS manual always had examples ... else, I never would've gotten anywhere with DOS programming.)
' V1.0
' Version 1.0
' Version 07.01.09

