Thanks to GPNMilano for the hard work you have been putting in. I see your replies all over the site, and just want to say thanks for the dedication.
I got a question which needs some good advice from the coders. I have been building a proto age with a skydome which mimicks earths atmosphere with a 24 hour day night cycle. My current progress I have is this:
The skydome rotates fine if the animation period is very small. This means however that the skydome rotates way too fast to be useful. The point is that it does work, so that is a step in the right direction.
Now, I have started delving into SDL states, but as a creator, I am finding it just so distracting diving into code when I am trying to focus on building the story. Noone seems to have written a simple tut from start to finish on using sdl states, and the dependancies that are needed, such as:
- - a pak file for the age and what it should contain - need advice on
- the sdl file - done
- the alscript in blender and how to properly label its contents - almost done, see below
- a dummy python file for the age - almost done, need help on
And all of this while keeping a Blender focus!!
There is one tut about PlasmaShop (at http://www.guildofwriters.com/wiki/PlasmaShop) that skims over the subject like a pebble skipping over water. And the Global Animations: Day / Night Cycle (at http://dusty.homeunix.net/wiki/Global_A ... ight_Cycle) tut lacks a blender perspective. If I am missing a tut somewhere, please send me a link.
My next question regards alcscript in blender:
I have the alscript for the skydome setup, but lack one line. What goes in line 4?
1 <object>:
2 animations:
3 - type: ageglobalanim
4 name: <animation name> <-- what on earth is meant to go here???
5 globalvar: <SDL var name>
My last question is a twister. The skydome I have created has its axis parallel to the north south line (y axis). I want to offset this in Blender to 23.5 degrees just like planet earth. I am really stumped as how to offset rotation in Blender without wierd wobbles happening. Is anyone able to baby-step me through how to set that up?
I will be happy to share what I have learnt once I got a solution to this. Watch this space!
Later Explorers
Phoenix