Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (AndrewAMD, 7th_zorro, dr_panther), 1,297 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
View Entitytys on 2 views #325259
05/25/10 17:05
05/25/10 17:05
Joined: Jun 2008
Posts: 402
Germany
S
sebbi91 Offline OP
Senior Member
sebbi91  Offline OP
Senior Member
S

Joined: Jun 2008
Posts: 402
Germany
Hi guys !
I have 2 views (Splittscreen) and want to get some panels for game controlling!
Is there a way to get an entity on each view?


I tried this but it only appears at the center of the screen and not in each view!

Quote:

ENTITY* inventar_pan_p1=
{
type = "inventar.mdl";
view = camera1;
x = 350;
y = 134;
z = 100;
flags = BRIGHT | TRANSLUCENT|SHOW;
flags2 = VISIBLE;
}


ENTITY* inventar_pan_p2=
{
type = "inventar.mdl";
view = camera2;
x = 350;
y = 134;
z = 100;
flags = BRIGHT | TRANSLUCENT|SHOW;
flags2 = VISIBLE;
}


Any ideas?


3D-Gamestudio A8 - Commercial
Re: View Entitytys on 2 views [Re: sebbi91] #325260
05/25/10 17:18
05/25/10 17:18
Joined: May 2008
Posts: 2,113
NRW/Germany
alibaba Offline
Expert
alibaba  Offline
Expert

Joined: May 2008
Posts: 2,113
NRW/Germany
you have to redefine the x and y positions, because both positions are identical, so they are at the same position.


Professional Edition
A8.47.1
--------------------
http://www.yueklet.de
Re: View Entitytys on 2 views [Re: alibaba] #325262
05/25/10 17:25
05/25/10 17:25
Joined: Jun 2008
Posts: 402
Germany
S
sebbi91 Offline OP
Senior Member
sebbi91  Offline OP
Senior Member
S

Joined: Jun 2008
Posts: 402
Germany
but I say with : "view=camera1 "
that it should be in the 1st view,doesnt?
What the hell is the meaning of view=... ?


3D-Gamestudio A8 - Commercial
Re: View Entitytys on 2 views [Re: sebbi91] #325265
05/25/10 17:31
05/25/10 17:31
Joined: Sep 2009
Posts: 496
P
Progger Offline
Senior Member
Progger  Offline
Senior Member
P

Joined: Sep 2009
Posts: 496
no you should use layer
the one with the lower layer is on top
layer=1;//for camera1
layer=2;//for camera2


asking is the best Way to get help laugh laugh laugh

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