GUI SpawnMapper

This is where you can post about tools related specifically to the POL Server itself

Moderator: POL Developer

Post Reply
gh0sterZA
Neophyte Poster
Posts: 35
Joined: Thu Nov 19, 2015 11:36 am
Location: Cape Town

GUI SpawnMapper

Post by gh0sterZA »

I was looking for a way to visualise what areas were spawned and what was lacking. Searching the forums I found a post by tekproxy about a viewer he had made. viewtopic.php?f=1&t=1246&hilit=spawnview

The tool was a concept but not much more, however it could be exactly what I was wanting.
Borrowing the idea I have put together a GUI spawn viewer and editor.
I am not a programmer so I do expect a few problems.
Attached is a quick doc on getting started as well as the c# source code.
Anyone is welcome to take the code and make something more if they feel the urge.


regards
Attachments
SpawnFile editor doc.zip
(1.59 MiB) Downloaded 474 times
screenshot.JPG
SpawnMapper exe.zip
(4.54 MiB) Downloaded 626 times
SpawnMapper code.zip
(253.54 KiB) Downloaded 300 times
yayafan
Novice Poster
Posts: 40
Joined: Sun Mar 15, 2015 2:26 am

Re: GUI SpawnMapper

Post by yayafan »

Thank you to share it. :D
I will try it.
Nando
POL Developer
Posts: 282
Joined: Wed Sep 17, 2008 6:53 pm
Contact:

Re: GUI SpawnMapper

Post by Nando »

From the screenshot it looks really nice. Do you have plans on extending it to create other region configs?
gh0sterZA
Neophyte Poster
Posts: 35
Joined: Thu Nov 19, 2015 11:36 am
Location: Cape Town

Re: GUI SpawnMapper

Post by gh0sterZA »

Hi

I have made a few changes.
The dropdown box in top corner allows you to select the realm, added the Termur map as well.
Also an option to zoom the map.
Capture.PNG
Capture.PNG (13.49 KiB) Viewed 6317 times
You can save custom config files for each realm, select the map and create the spawn zones, then save.
Capture1.PNG
Updated source code and compiled exe attached.
Attachments
SpawnMapper.zip
(5.13 MiB) Downloaded 291 times
SpawnMapper_Source.zip
(5.22 MiB) Downloaded 304 times
yayafan
Novice Poster
Posts: 40
Joined: Sun Mar 15, 2015 2:26 am

Re: GUI SpawnMapper

Post by yayafan »

Hello,
Can you add support to customer map ?
gh0sterZA
Neophyte Poster
Posts: 35
Joined: Thu Nov 19, 2015 11:36 am
Location: Cape Town

Re: GUI SpawnMapper

Post by gh0sterZA »

Hi

It is easy enough to do.
I use UOFiddler to extract the map file as a jpg.
Import it into the project resources. Add the map name to "comboBox7"'s list of entries.
Add a new entry into the switch statement (about line 240) with the correct size and name.

The source code is attached. I use visualstudio community 2015.

regards
yayafan
Novice Poster
Posts: 40
Joined: Sun Mar 15, 2015 2:26 am

Re: GUI SpawnMapper

Post by yayafan »

hello,

Thanks for your comments.

The problem is that I don't know how to compile the source code. :D

I will try to learn it.
Post Reply