Frictional Games Forum (read-only)
Editor Window Will Not Maximize - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: Editor Window Will Not Maximize (/thread-4821.html)



Editor Window Will Not Maximize - Metal Kozak - 09-29-2010

The window for the editors, (such as: Level Edit, Model editor) will not maximize to a full screen. The editors themselves work fine it is just when it's on screen I cannot maximize or change the size of the window. I can't rotate the view in the editor either. The maximize window icon (little square) in the top right corner seems to be faded out, compared to the minimize (little minus - ) and the close buttons (little x).

I'm sorry if this is a noob mistake, but I would really appreciate someone's help. This editor actually seems simple enough to use, compared to the other ones out there which require vast knowledge of script. Too bad things seem to be half working when I get them.


RE: Editor Window Will Not Maximize - Equil - 09-29-2010

Edit>Options>Resolution, change it to a larger size if you want a larger window. I don't think it can be maximized. This is just for the level editor though, I haven't touched the other editors yet.


RE: Editor Window Will Not Maximize - Alienchild - 09-29-2010

Unfortunately the editors are made in FGs own GUI (probarbly the same renderer as the game), which in turn needs to be restarted to change the size of the screen.


RE: Editor Window Will Not Maximize - Metal Kozak - 09-29-2010

(09-29-2010, 08:26 AM)Equil Wrote: Edit>Options>Resolution, change it to a larger size if you want a larger window. I don't think it can be maximized. This is just for the level editor though, I haven't touched the other editors yet.

I have tried what you said, but it didn't do anything to change the window size. I think that setting has something to do with the resolution in game, but I'm not sure.

(09-29-2010, 11:40 AM)Alienchild Wrote: Unfortunately the editors are made in FGs own GUI (probarbly the same renderer as the game), which in turn needs to be restarted to change the size of the screen.

If that is the case, Is it the computer's GUI or does the game have one itself? And how do you go about resetting it? (As I said in original post, I'm a bit of a computer noob).


RE: Editor Window Will Not Maximize - Pandemoneus - 09-29-2010

If changing the resolution via editor won't work, try changing it in the LevelEditor.cfg file which is located at My Documents/HPL2.


RE: Editor Window Will Not Maximize - Alienchild - 09-29-2010

There is no such thing as a "computers GUI". What you are referring to is the Windows GUI (or Mac/Linux). They use their own buttons, windows and such, and them being rendered is done by Windows. The GUI in the leveleditor is most likely the game engine rendering opengl elements (quads), and as such when you change the resolution you need to reset the renderer, hence you have to restart the engine.

It's just a guess on my part though.


RE: Editor Window Will Not Maximize - Metal Kozak - 09-29-2010

(09-29-2010, 12:41 PM)Pandemoneus Wrote: If changing the resolution via editor won't work, try changing it in the LevelEditor.cfg file which is located at My Documents/HPL2.

Yes! It worked. Equil was right on track, I didn't know you had to change it in that HPL2 folder. Thanks for your help guys.