Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (TipmyPip, AndrewAMD, dBc), 18,430 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
cam movement during freeze mode? #317450
03/31/10 18:59
03/31/10 18:59
Joined: May 2009
Posts: 1,816
at my pc (duh)
darkinferno Offline OP
Serious User
darkinferno  Offline OP
Serious User

Joined: May 2009
Posts: 1,816
at my pc (duh)
heyy.. quick ques:

am tryna use freeze_mode, but still be able to move the camera about..

any idea on this? can it be done? should be, i remember seeing it in one of david lancasters rpg vidz

Re: cam movement during freeze mode? [Re: darkinferno] #317460
03/31/10 19:46
03/31/10 19:46
Joined: Jan 2007
Posts: 2,247
Deutsch Niedersachsen
Puppeteer Offline
Expert
Puppeteer  Offline
Expert

Joined: Jan 2007
Posts: 2,247
Deutsch Niedersachsen
you could freeze all entity functions but not the camera function.
(freeze_mode=1; and use a cam funtion that doesnt use an entity.)


Last edited by Puppeteer; 03/31/10 19:48.

Formally known as Omega
Avatar randomness by Quadraxas & Blade
http://omegapuppeteer.mybrute.com
Re: cam movement during freeze mode? [Re: Puppeteer] #317498
03/31/10 22:19
03/31/10 22:19
Joined: May 2009
Posts: 1,816
at my pc (duh)
darkinferno Offline OP
Serious User
darkinferno  Offline OP
Serious User

Joined: May 2009
Posts: 1,816
at my pc (duh)
thanks, that worked perfectly.. i didnt think of that laugh

Re: cam movement during freeze mode? [Re: darkinferno] #317592
04/01/10 12:40
04/01/10 12:40
Joined: Mar 2010
Posts: 14
Queensland, Australia
C
CoburnDomain Offline
Newbie
CoburnDomain  Offline
Newbie
C

Joined: Mar 2010
Posts: 14
Queensland, Australia
I have my own static camera setup, which may be good for Rooms where you want no camera movement (eg. offices, etc)

Originally Posted By: Mia3D Prototype Code

function main(){
[...]
//Set the camera to static postition...
camera.x = 0; //Camera X Movement
camera.y = -760; //Zoomed out
camera.pan = 90; //We're looking at the player, not up the street
[...]
}


I hope this helps.


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | 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