- 226
- Posts
- 19
- Years
- Age 33
- Seen Mar 27, 2014
What you're looking to find is the Width and Height lines in module Graphics but, you need it to remain double the size, so for Forever Lost I used:
@@width=512
@@height=384
But you need to go to line 132 or so and change it to $ResizeFactor=1.0 instead of $ResizeFactor=2.0 I think, in the same script.
Got it working, thanks alot!