Gamestudio Links
Zorro Links
Newest Posts
Trading Journey
by M_D. 04/26/24 20:22
Help with plotting multiple ZigZag
by M_D. 04/26/24 20:03
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
M1 Oversampling
by jcl. 04/26/24 11:12
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
Eigenwerbung
by jcl. 04/26/24 11:08
MT5 bridge not working on MT5 v. 5 build 4160
by EternallyCurious. 04/25/24 20:49
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (M_D, AndrewAMD, Quad, Ayumi), 806 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
wandaluciaia, Mega_Rod, EternallyCurious, howardR, 11honza11
19049 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Read It Please... #11508
01/13/03 08:28
01/13/03 08:28
Joined: Jan 2003
Posts: 54
californa
S
Stan_dup1 Offline OP
Junior Member
Stan_dup1  Offline OP
Junior Member
S

Joined: Jan 2003
Posts: 54
californa
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!

Re: Read It Please... #11509
01/13/03 08:54
01/13/03 08:54
Joined: Jan 2003
Posts: 1,169
Tennessee
AlexGFX Offline
Senior Developer
AlexGFX  Offline
Senior Developer

Joined: Jan 2003
Posts: 1,169
Tennessee
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

Re: Read It Please... #11510
01/13/03 09:17
01/13/03 09:17
Joined: Jan 2003
Posts: 54
californa
S
Stan_dup1 Offline OP
Junior Member
Stan_dup1  Offline OP
Junior Member
S

Joined: Jan 2003
Posts: 54
californa
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...

Re: Read It Please... #11511
01/13/03 09:27
01/13/03 09:27
Joined: Jan 2003
Posts: 1,169
Tennessee
AlexGFX Offline
Senior Developer
AlexGFX  Offline
Senior Developer

Joined: Jan 2003
Posts: 1,169
Tennessee
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 :-)

Re: Read It Please... #11512
01/14/03 08:51
01/14/03 08:51
Joined: Jan 2003
Posts: 4,615
Cambridge
Joey Offline
Expert
Joey  Offline
Expert

Joined: Jan 2003
Posts: 4,615
Cambridge
@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.


Moderated by  HeelX, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1