About Store Forum Documentation Contact



Post Reply 
How to access Day/Night
Author Message
Flapman Offline
Member

Post: #1
How to access Day/Night
Hi,

I know this is a feature in EE but could not find anything about how to activate it in the engine. I know it is not automatic since I have my test world running and nothing is changing. smile

Thanks in advance for helping an EE newcomer.

A
09-04-2011 05:16 PM
Find all posts by this user Quote this message in a reply
Dandruff Offline
Member

Post: #2
RE: How to access Day/Night
Tutorials\Source\Advanced\4 - Demos, Game Basics\Demos\Day Night Cycle.cpp

smile
09-04-2011 05:26 PM
Find all posts by this user Quote this message in a reply
Flapman Offline
Member

Post: #3
RE: How to access Day/Night
Thanks D,

I found it and played around with the settings so it started at midnight and was at a speed of .3. I also put in the notes what the value would be for 1 tick per actual second. What I could not figure out was how to make the sun disk smaller. (see attached)

Now, I have to at some point figure out how to take advantage of the basic MMO template so I can at least build some visuals for my demo. Well, that is another question all together.

A

______

Actually I guessed:

Quote: // set sun size
Sun.size=(0.05f);

Pretty good huh for someone that knows nothing about programming. grin


Attached File(s)
.rar  Day Night CycleADM.rar (Size: 1.6 KB / Downloads: 10)
(This post was last modified: 09-04-2011 06:23 PM by Flapman.)
09-04-2011 06:18 PM
Find all posts by this user Quote this message in a reply
Flapman Offline
Member

Post: #4
RE: How to access Day/Night
Hi A,

Actually, I am just taking a look at this right now. I'll keep you posted though. smile


(09-05-2011 01:57 AM)aceio76 Wrote:  Hi Flapman, welcome to Esenthel! I'm glad to see you here. Let me know who else from the old engine is jumping over?
09-05-2011 03:29 AM
Find all posts by this user Quote this message in a reply
Flapman Offline
Member

Post: #5
RE: How to access Day/Night
Why do you ask by the way?

A

(09-05-2011 01:57 AM)aceio76 Wrote:  Hi Flapman, welcome to Esenthel! I'm glad to see you here. Let me know who else from the old engine is jumping over?
09-05-2011 03:26 PM
Find all posts by this user Quote this message in a reply
Dandruff Offline
Member

Post: #6
RE: How to access Day/Night
Where are these individuals going to come from? grin
09-06-2011 04:21 AM
Find all posts by this user Quote this message in a reply
Flapman Offline
Member

Post: #7
RE: How to access Day/Night
I am in the dark there too.... grin
09-06-2011 04:53 PM
Find all posts by this user Quote this message in a reply
Post Reply