fodev.net

FOnline Development => General Discussion => Topic started by: fonliner on November 03, 2012, 02:46:43 pm

Title: How to make a map properly? (high resolutions, block screen)
Post by: fonliner on November 03, 2012, 02:46:43 pm
Many maps from cvet's sdk have problems with high resolutions: 1680x1050 or 1920x1080. I want to know how to proper make a map. What it mean? Map shouldn't block screen when user set high resolution.

When I used to play FOnline: 2238 I often had problems with screen block in few maps, example in NCR entrance or Hub map (I couldn't move my screen view).

My question is easy, how to proper build screen blockers? Can you give me a screenshot of map how you do it and tell me more about screen block? Later I will be able to post few screens how I usually make my maps.

I back to the topic and tell you what I want to know. You released Tiled mapper which generate cave dungeons. Everything is ok and good but I want to know why did you make scroll blockers this (blockers1):

(https://i.cubeupload.com/sAfJwi.png)

instead this (blockers2):

(http://s13.postimage.org/9m8382rd3/image.png)

First option is probably bad for high resolutions. Why? Well, open example Vault City map and look:

(http://s10.postimage.org/ullrcersp/image.png)

if I use high resolution, my screen can lock and I can't move because blockers are wrong set. So, tell me is it possible solve problems for high resolutions or all maps should have blockers2 position? On your server 2238 I had the same problem in few locations which I posted before.
Title: Re: Proper make a map (high resolutions, block screen)
Post by: Kilgore on November 03, 2012, 07:37:39 pm
Scrollblockers should be rectangular, like these:
(http://s13.postimage.org/9m8382rd3/image.png)

If you want to use high resolutions like 1920x1200 or 1920x1080, all maps should be made big enough.
Title: Re: Proper make a map (high resolutions, block screen)
Post by: fonliner on November 04, 2012, 09:16:30 am
Kilgore, do you rework all sdk maps for your Wasteland 2155's resolution? I read that max resolution is 1366x768?
Title: Re: Proper make a map (high resolutions, block screen)
Post by: Kilgore on November 04, 2012, 09:42:07 am
No because I don't use sdk maps, well maybe except few maps for encounters.
Title: Re: Proper make a map (high resolutions, block screen)
Post by: Lexx on November 04, 2012, 11:48:11 am
Well, just make them like this in the editor. Just because I did it on the map from the screenshot above, doesn't mean you have to do the same. And in worst case you can do it manually in the mapper after converting the map. You need to touch it in the fonline mapper at least once anyway.


Other than that: Just use lower resolution and window mode. Problem solved. Due to the FOV you won't see more than other players anyway. I am running in 1024xwhatever widescreen and window mode and all is fine. It's an engine problem and not much a map problem. If the outside area would be automatically blacked out and the screen could scroll over it, the problem wouldn't exist.
Title: Re: Proper make a map (high resolutions, block screen)
Post by: fonliner on November 05, 2012, 08:58:19 pm
Is it on cvet's "to-do list" to make support for high resolutions? Well, if I can ask what is current progress and plans for the new updates of sdk? Do you develop tla too?

Can you answer? I want to know if fonline is still developed.
Title: Re: Proper make a map (high resolutions, block screen)
Post by: Lexx on November 18, 2012, 10:05:31 pm
Of course it is still developed. But I don't have a magic glass ball which tells me everything. Your best bet to find out is to register over at the fonline.ru forum.
Title: Re: Proper make a map (high resolutions, block screen)
Post by: fonliner on November 19, 2012, 01:22:26 pm
So, you are not fonline developer? Only 2238?
Title: Re: How to make a map properly? (high resolutions, block screen)
Post by: Lexx on November 19, 2012, 09:35:15 pm
Yes. I personally have very little to do with FOnline development. However, some of us have, like Atom, who did all this combat stuff.