Page 1 of 1
ZeroEditor fullscreen? [Solved]
Posted: Mon May 25, 2009 9:38 am
by (502)GEN.york
Ok so I got Ze to work and I'm mapping away...now. the first thing I noticed is that ze doesn't go full screen for me only about half screen and I can't adjust it any tips on how to fix?
Re: Zero editor basic questions
Posted: Mon May 25, 2009 9:40 am
by Teancum
Nope. It has one size. You can manually set it's resolution in the config files, but you don't see any more of the editor, so it's not worth it.
Re: Zero editor basic questions
Posted: Mon May 25, 2009 10:02 am
by Hebes24
Yeah, all resizing the window does is stretch everything out.
Re: Zero editor basic questions
Posted: Mon May 25, 2009 10:02 am
by (502)GEN.york
well I would like to do that if I can. my cursor keeps leaving the window.
Re: Zero editor basic questions
Posted: Mon May 25, 2009 10:11 am
by RepSharpshooter
This is from "ZE Undocumented" in the EYN thread:
Another thing I found nice when messing around one night was editiing the config ini file in the same directory as ZE. ZE defaults to 1024x768, but if you have a higher or lower resolution, you can adjust for that in this file.
- open config.ini in notepad
- set these two lines to your resolution
windowWidth = 1024
windowHeight = 768
or, alternatively, you can set this line to 1
maximizeWindow = 0
Increasing the resolution gives you more space to work with therefore more precision when working in the editor. I also watched a video about Pandemic, and they always run ZE fullscreen. They probably set the res that low so it would fit on most people's computers.
Re: Zero editor basic questions
Posted: Mon May 25, 2009 10:15 am
by (502)GEN.york
so where is the InI file? in the Data_***?
Re: Zero editor basic questions
Posted: Mon May 25, 2009 10:21 am
by RepSharpshooter
(502)GEN.york wrote:so where is the InI file? in the Data_***?
the config ini file in the same directory as ZE.
Yes, if you open the folder, you'd probably see it.
Re: Zero editor basic questions
Posted: Mon May 25, 2009 10:25 am
by (502)GEN.york
Thanks its fixed.