Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - RenatoDias

#1
Hey everyone. I've come here because I have a few questions, which, by fiddling with the engine I couldn't get a way to do.
First: Is there a way to do Day-Night cycle, with the time going on second by second(1 real second=1 virtual minute) and showing it on a GUI, along with Day number?

Second: With the Day-Night Cycle, I want to do a season-based game(does anyone remember Harvest Moon?) with seasons like Spring/Summer/Fall/Winter.

Third: Along with Seasons, I would also like to have Random Events, such as Rain, extremely cold days and nights, Snowstorms, Heatwaves(extremely hot days).

Thanks, and excuse me if this is basic knowledge.
#2
Is it possible to make a game that has extra downloadable content in AGS?
Example: I make a game and release it, then, I want to do a character and room pack with, let's say, 5 characters and 5 rooms(modifying some rooms to add these new areas). How could I do to distribute only the modified files?
Which files do I need to use for each content?
Thanks.
#3
I'm having some problems with variables. I've scripted the following:
Code: AGS

bool Light1;

function define_lights(){
    Light = true;
}

function oLight1_Look{
    if (Light1 == true){
        Display("The Light is on");
    }
}


But when I play the game and examine the light, it's doesn't show the message. If I remove the condition(if), it does show. What the heck is happening? What am I doing wrong?
Can I import the value from one function into another? They both are on the same script.
#4
Hey guys, here is my question:
I have a certain loop that I want it to rely on a variable to play, for example:
If variable1=1, play View1's Loop 0; if variable1=2, play View1's Loop 1 and so on.
So, long story short, I would like to play the loops through scripting. Is it doable with AGS 3.2.1.111?(The build I have)
Also, when walking, will the Loops above 8 be played automatically?
PS: I know it may have been asked before, but, if you guys can answer this for me. If I'm asking on the wrong forum thread, please move and warn me by PM.
Thanks...
SMF spam blocked by CleanTalk