Page 3 of 3

Re: Thank You From A New Player

Posted: Wed Apr 01, 2009 1:26 am
by Knight Rider
That's a bummer. I will stay hopeful. Do you think it can be an easy fixed?

Re: Thank You From A New Player

Posted: Wed Apr 01, 2009 6:48 am
by ace123
There was recently a big rename of all the texture files to be called ".image" so as to be agnostic of the underlying filetype (Jpeg, DDS, PNG).

I know I suggested to clear out the .vegastrike folder. But it turns out that the problem lies in the ".system" generator. There is a configuration variable with the name DefaultAtmosphereTexture with the *obvious* default of "textures/sol/earthcloudmaptrans.png" which of course happened to be one of those files we renamed.

default_atmosphere=vs_config->getVariable( "galaxy","DefaultAtmosphereTexture","sol/earthcloudmaptrans.png");

EDIT: I didn't quite read the source code closely enough, but that is a default. If you look in the planets section at the top of milky_way.xml, there is a "atmosphere" value that *looks* like a boolean, but if you change it to something other than "true" or "false" then you can change the atmosphere for a specific type of planet.

Perhaps we could add another text file in universe/atmosphere.txt... and I guess we can keep that hardcoded default in the source code for backwards compatibility in cast that txt file doesn't exist. This might not be as useful in light of the fact that each planet types can get its own atmosphere.

For now, I suppose we should either copy "earthcloudmaptrans.texture" to "earthcloudmaptrans.png", or else we should add that configuration variable to vegagstrike.config

Re: Thank You From A New Player

Posted: Wed Apr 01, 2009 12:58 pm
by Knight Rider
ace123 wrote: For now, I suppose we should either copy "earthcloudmaptrans.texture" to "earthcloudmaptrans.png", or else we should add that configuration variable to vegagstrike.config
This is great news, please let me know which you find to be the better option.

Re: Thank You From A New Player

Posted: Thu Apr 02, 2009 11:35 pm
by loki1950
There is currently no DefaultAtmosphereTexture variable in vegastrike.config and trying the copy and rename to png now.
Edit: Just tried with the copy rename and there is no effect so time to try the config variable route so ace where should this variable be place i am assuming the graphics section but some guidance is needed :wink:

Enjoy the Choice :)

Re: Thank You From A New Player

Posted: Fri Jan 15, 2010 3:04 pm
by RedEagle57
I'm using Win 7.0 and could not find my saved games to delete. I found that after I used the Windows compatabilty trouble shooter, I selected to use Win XP sp. 2. I now start with no saved games and I can now find the games I save now. I hope that this will help anyone else with this problem.