Page 1 of 1
Disable misc_portal_camera's movement.
Posted: Thu Apr 15, 2010 10:02 pm
by deniska
I'm trying to connect 2 rooms with fake window using misc_portal_camera. But picture is wiggling. How to get it static?
Two screens:

Re: Disable misc_portal_camera's movement.
Posted: Fri Apr 16, 2010 10:04 am
by ^misantropia^
Moved from Q3D to LEM.
Re: Disable misc_portal_camera's movement.
Posted: Fri Apr 16, 2010 12:12 pm
by deniska
Opensource rules! In code/game/g_misc.c:
Code: Select all
// swing camera ?
if ( owner->spawnflags & 4 ) {
// set to 0 for no rotation at all
ent->s.powerups = 0;
}
else {
ent->s.powerups = 1;
}
It's not moving with spawnflag = 4.
Re: Disable misc_portal_camera's movement.
Posted: Fri Apr 16, 2010 12:24 pm
by skinNCNmaster
can i have a copy of that map file.. im so rusty.. i need a look at it so i can relearn how to do it too..
Re: Disable misc_portal_camera's movement.
Posted: Wed Apr 21, 2010 7:08 pm
by Bliccer
For tutorials check out the level design section of q3a.ath.cx:
http://q3a.ath.cx/?editing=radiant_tutorials
At the moment Pan is converting my huge sound tutorial and levelshot tut into xhtml.
Re: Disable misc_portal_camera's movement.
Posted: Wed Apr 21, 2010 10:38 pm
by seremtan
skinNCNmaster wrote:can i have a copy of that map file.. im so rusty.. i need a look at it so i can relearn how to do it too..
whoa
haven't seen you around in a while there mr skin
Re: Disable misc_portal_camera's movement.
Posted: Wed Apr 21, 2010 10:47 pm
by skinNCNmaster
hiya seremtan

long time bud.
