Rabishan
Member
|
error after update
hi esenthel, i just updated the engine and i'm having some problems. i can't see lights and particles in the world editor. also i can't load environment file through esenthel's Environment class.
thanks,
|
|
02-05-2013 10:42 AM |
|
Esenthel
Administrator
|
RE: error after update
Thank you, it will be fixed soon
the new Environment class does not operate on text files, it uses its own binary format.
|
|
02-05-2013 11:46 AM |
|
dylantan
Member
|
RE: error after update
Hi Esenthel, we work on Environment Class based on text file and we managed to get very close to what we wanted on the mood and ambients. Is there ways we could transfer or convert whatever we have on the text files to the binary format without needing to readjust everything again? Its seriously a major pain to get the environment setting right and we have just too many map to adjust if have to start all over again.
|
|
02-05-2013 01:53 PM |
|
Esenthel
Administrator
|
RE: error after update
Hi,
If you already have a method to load the settings in game, then do that, then do:
Environment env;
env.get(); // get from current display settings
env.save(binary file);
|
|
02-05-2013 02:56 PM |
|
dylantan
Member
|
RE: error after update
I see.. will try that. Thanks again Esenthel, appreciate the advice.
|
|
02-06-2013 01:58 AM |
|
Esenthel
Administrator
|
RE: error after update
I've just reuploaded Editor EXE files for last 1.0 SDK, it should be ok now
|
|
02-06-2013 04:45 PM |
|