Freedom Reborn

Freedom Force Forums => Freedom Force Discussion => Topic started by: Ja1862 on March 02, 2009, 01:25:13 AM

Title: camera zoom hack code?
Post by: Ja1862 on March 02, 2009, 01:25:13 AM
I remember for freedom force 1 and 2 ther was a hack for init.py? Or a file in freedom force that aloud you to edit and change how close and far your can zoom in and out.

Could someone run me through step by step on how to do this?

thanks
Title: Re: camera zoom hack code?
Post by: Previsionary on March 02, 2009, 01:38:51 AM
Game Faq (http://freedomreborn.net/archive/index.php?topic=41006.msg572264#msg572264). See if it helps you at all.
Title: Re: camera zoom hack code?
Post by: Ja1862 on March 02, 2009, 01:50:02 AM
yeah cheers ill give it a try
Title: Re: camera zoom hack code?
Post by: detourne_me on March 02, 2009, 05:41:06 AM
Hey prev,  you got any info on getting rid of the pink selection ring? i think i remember kuertee had a hack for it.
Title: Re: camera zoom hack code?
Post by: Previsionary on March 02, 2009, 11:14:17 AM
Quote from: detourne_me on March 02, 2009, 05:41:06 AM
Hey prev,  you got any info on getting rid of the pink selection ring? i think i remember kuertee had a hack for it.

What am I? Some type of encyclopedia? No, I don't! Well, I do know of this (http://www.geocities.com/freedomportal/fx.html), which also works in FFVTTR...but that's pure coincidence or something. :P

You can thank Phantom Altern.
Title: Re: camera zoom hack code?
Post by: cmdrkoenig67 on March 02, 2009, 12:52:53 PM
Previctionary and Alternapedia?

:P
Title: Re: camera zoom hack code?
Post by: cripp12 on March 03, 2009, 03:25:45 AM
Copy and past this. I am not sure why the free move wasn't popular. You can actually zoom through the character.
Just hold down the alt button while moving the arrow buttons.   There are also some other usefull codes in there.

import ff
CAM_FREE_MOVE = 1
ff.INPUT_EXCLUSIVEKEYBOARD=0
ff.CAM_JITTER_FREQ=1

ff.APP_DEBUGMODE=1
ff.RENDER_ENABLESCREENSHOTS=1

APP_ENABLE_XTRACHARS=1

ff.CON_ENABLE=1

ff.APP_ENABLE_XTRACHARS = 1

ff.APP_ENABLE_XTRACHARS = 1

ff.RESULTBUBBLE_SCALE=0.0
Title: Re: camera zoom hack code?
Post by: detourne_me on March 03, 2009, 06:01:26 AM
I'll thank Phantom Altern and you prev, the main man with the brain...um scan... for freedom force stuff.
and thanks Cripp12.  i do like the free camera too., usually i just prezz 'z' though to activate/deactivate it.
Title: Re: camera zoom hack code?
Post by: Gremlin on March 04, 2009, 07:13:33 AM
Quote from: cripp12 on March 03, 2009, 03:25:45 AM
ff.INPUT_EXCLUSIVEKEYBOARD=0
ff.CAM_JITTER_FREQ=1
ff.RENDER_ENABLESCREENSHOTS=1
ff.RESULTBUBBLE_SCALE=0.0

I recognized the rest...but what are these?
Title: Re: camera zoom hack code?
Post by: tommyboy on March 04, 2009, 12:22:59 PM
Quote from: Gremlin on March 04, 2009, 07:13:33 AM
Quote from: cripp12 on March 03, 2009, 03:25:45 AM
ff.INPUT_EXCLUSIVEKEYBOARD=0
ff.CAM_JITTER_FREQ=1
ff.RENDER_ENABLESCREENSHOTS=1
ff.RESULTBUBBLE_SCALE=0.0

I recognized the rest...but what are these?
1 dunno
2 supposedly reduces camera jitter/shake, never noticed much difference myself
3 I think it enables a function key to take screenshots, F12 maybe
4 gets rid of damage messages or "dodged" etc
Title: Re: camera zoom hack code?
Post by: Previsionary on March 04, 2009, 12:29:08 PM
Tboy is correct. 1) has to do with screen capturing as well.