Page 1 of 1

Can u make the view larger of smaller during a game?

PostPosted: Fri Jan 04, 2008 9:55 pm
by GuitarManGuitar
Can u make the view larger during a game? :? :?
:arrow: If so can you PLEASE tell me how.

Re: Can u make the view larger of smaller during a game?

PostPosted: Fri Jan 04, 2008 9:55 pm
by GuitarManGuitar
PLEASE

Re: Can u make the view larger of smaller during a game?

PostPosted: Fri Jan 04, 2008 9:55 pm
by Sondise
It's not possible, sorry. :(

Re: Can u make the view larger of smaller during a game?

PostPosted: Sat Jan 05, 2008 8:24 am
by Bee-Ant
it's possible...use LoadGame function...but yeah, it's surely hard... :roll:
If you interested, I could explain it :D

Re: Can u make the view larger of smaller during a game?

PostPosted: Sat Jan 12, 2008 8:43 pm
by GuitarManGuitar
I want to know plz bee-ant,
so... can u explain it???

Re: Can u make the view larger of smaller during a game?

PostPosted: Sun Jan 13, 2008 8:26 am
by Bee-Ant
1. a. Make a game in small resolution
b. Put this code when you wanna load the large resolution
Code: Select all
LoadGame("large");

c. Export this game as executable file
2. a. Make a game in large resolution
b. Put this code when you wanna load the small resolution
Code: Select all
LoadGame("small");

c. Export this game as executable or game data file
3. That 2 games are the same game, just different in their resolution
4. Place that 2 files in the same folder
5. You could use variables to restore player position and attributes