PDA

View Full Version : Pimp my map


Znurre
05-22-2009, 01:49 AM
http://80.86.67.101/stuff/PimMyMap/screenshot.jpg

http://80.86.67.101/stuff/PimMyMap/WorldMap.xml
Enjoy! :)

PS. Good job NGD with creating the really nice XML based GUI.

Nysander
05-22-2009, 02:10 AM
http://80.86.67.101/stuff/PimMyMap/screenshot.jpg

http://80.86.67.101/stuff/PimMyMap/WorldMap.xml
Enjoy! :)

PS. Good job NGD with creating the really nice XML based GUI.

Wait! People were able to move the pet control bar editing a resource (PetControl.xml) and instead, they just waited for an update? I wish I knew this when I played with pet in 800x600

Miraculix
05-22-2009, 02:48 AM
Wait what?

ArcticWolf
05-22-2009, 02:52 AM
<icon id="gem#1_icon" width="16" height=16 src="texture_61578" show="true" />

Lacks of double quotes around the 2nd 16, same as the next five lines.

Arafails
05-22-2009, 07:52 AM
Is that even legal?

Nightchill
05-22-2009, 09:55 AM
it's just modding your gui a bit, nothing illegal here.

search for .xml files in your regnum dir(s) and start having fun XD

Znurre
05-22-2009, 11:09 AM
<icon id="gem#1_icon" width="16" height=16 src="texture_61578" show="true" />

Lacks of double quotes around the 2nd 16, same as the next five lines.Actually, it doesn't matter for Regnum :p
Look at the code NGD provides, it lacks quotes on every datatype asignment that is not string.
I only added quotes to make the code more readable in my editor since I have syntax higlihting, and yeah, I missed those quotes.