Read It Please...

Posted By: Stan_dup1

Read It Please... - 01/13/03 08:28

Thatnks for reading...
Does anyone know how to make Final Fantasy Look a like game (Cameras) ORKnow game that was made in 3DGS with all suorce CODES in it that looks like Final Fantasy.

Thanks a lot in Advance!
Posted By: AlexGFX

Re: Read It Please... - 01/13/03 08:54

ummm never played ff hehe.....

were is the camera on the game is it behind the player or in front if you can give me that ill try to make you a code i need to practice anyway hehe
Posted By: Stan_dup1

Re: Read It Please... - 01/13/03 09:17

No its like Resident Evil i hope you know that game [Big Grin]
Well Basicly what it does is Camea is still lets say from top/left then when player gets to sertain point (end of 1st Image) the camera ganges possition and images changes to another image [Big Grin]

Thanks...
Posted By: AlexGFX

Re: Read It Please... - 01/13/03 09:27

edit this for your needs hope i helped :-)

Function pac_view()
{
while(1)
{
camera.x = put a number in here ;
camera.y = put a number in here ;
camera.z = put a number in here ;
wait(1);
}
}
var speed[3];
Action your_name
{
while(1)
{
speed.x = 0.5;
move_mode = ignore_Passable;
ent_move (speed.x, nullvector);
wait(1);
}
}

u'll need to edit this script so it can move like player_walk_fight :-)
Posted By: Joey

Re: Read It Please... - 01/14/03 08:51

@Stan: Maybe after I wrote the avi-panel-code I'll help you with this. But you can download the Cameratutorial from the link-site. It'll help you.
© 2024 lite-C Forums