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
2 registered members (AndrewAMD, degenerate_762), 1,309 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
placing a model over a panel in a single view game #463682
12/21/16 13:15
12/21/16 13:15
Joined: Aug 2005
Posts: 199
houston
S
seneca Offline OP
Member
seneca  Offline OP
Member
S

Joined: Aug 2005
Posts: 199
houston
I'm having trouble placing my in-game created models over my in-game created panels. I'm trying to avoid using WED just to put the background panels under the models, (control issues). And creating another view to put my models into doesn't seem to work either.

I know that the panels and models are on different planes, but is there a way to transpose them or at least shot one to a lower field of view?

thanks.


a8 commercial
Re: placing a model over a panel in a single view game [Re: seneca] #463684
12/21/16 13:33
12/21/16 13:33
Joined: Jul 2008
Posts: 2,107
Germany
rayp Offline

X
rayp  Offline

X

Joined: Jul 2008
Posts: 2,107
Germany
U need a view entity for that. Maybe this link will help.

http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=252973

Code:
ENTITY* hud_ent_heart = { 	
type = "Herz.mdl"; 	
flags = SHOW; 	
view = camera; 
x = 100; 	
y = 100; 	
z = 0; }



Hope this helped sry if i missunderstood your question.

Greets

Last edited by rayp; 12/21/16 13:35.

Acknex umgibt uns...zwischen Dir, mir, dem Stein dort...
"Hey Griswold ... where u gonna put a tree that big ?"
1998 i married my loved wife ... Sheeva from Mortal Kombat, not Evil-Lyn as might have been expected
rayp.flags |= UNTOUCHABLE;
Re: placing a model over a panel in a single view game [Re: rayp] #463687
12/21/16 14:31
12/21/16 14:31
Joined: Aug 2005
Posts: 199
houston
S
seneca Offline OP
Member
seneca  Offline OP
Member
S

Joined: Aug 2005
Posts: 199
houston
Thank you for the quick reply. I will give it a go.


a8 commercial

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