About Store Forum Documentation Contact



Post Reply 
error after update
Author Message
Rabishan Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: error after update
Thank you, it will be fixed soon smile

the new Environment class does not operate on text files, it uses its own binary format.
02-05-2013 11:46 AM
Find all posts by this user Quote this message in a reply
dylantan Offline
Member

Post: #3
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
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
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
Find all posts by this user Quote this message in a reply
dylantan Offline
Member

Post: #5
RE: error after update
I see.. will try that. Thanks again Esenthel, appreciate the advice.
02-06-2013 01:58 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
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
Find all posts by this user Quote this message in a reply
Post Reply