Ennies Lobby Arena ( replacing Zone 3)

Initiate Mage
Joined
Apr 21, 2011
Messages
4
Reaction score
0
newest project :)
Complete with Texture , minimaps and Largemap with the correct coordination + Loading picture.
( pm me if interested)
NazBL - Ennies Lobby Arena ( replacing Zone 3) - RaGEZONE Forums
 
Re: [Development] Ennies Lobby Arena ( replacing Zone 3)

can you share this tools

no tools needed....technically you can just take ryl2 lobby map file that is 95% water, hex edit few house objects in map and place them like that...its only 3 large objects put together there.

let me make quick guide how to relocate objects in map

first you need hex editor and then locate object you want to move/replace to different object...i use in this example phouse object

house object coords in data are always before object name and they pretty easy to recognize as they usually start with number 48
this image shows where that phouse coords are locating
mapedit1 - Ennies Lobby Arena ( replacing Zone 3) - RaGEZONE Forums

XYZ coords are there presented as hex float but backward comparing to calculator...here is calculator to convert decimal to hex float:

So in first picture you see that i calculated X coord to decimal which is 1384,93 ingame coord (it also shows in hex workshop)

in 2nd picture you see that i calculated new coord and edited hex value in map file...after you edit and save you can test result in game by using /zone command
if you also want to change object name...make sure that name is not longer than original name but if its shorter, replace leftover letters from old name to 00s

mapedit2 - Ennies Lobby Arena ( replacing Zone 3) - RaGEZONE Forums

if you want relocate object, make sure that new location doesnt go over map tile borders. maps are split to tiles like 10x10 tiles so your object need to stay within same tile or else it become invisible...to see your tile borders easy in game, use neo mode to fly high above ground to see square area that is lighter than surrounding area and that is then your tile area your object need to stay in..from ground you can see tile borders from ground texture as there is so called "lag lines" in ground in tile borders
If you want new object to certain place in map, you need to pick existing object from same tile nearby that location you going to put new object so then it will work.

example of maps that is completely edited with hex editor from ryl2 lobby map and arena which was my first map projects over 2.5 year ago.
santadone2 - Ennies Lobby Arena ( replacing Zone 3) - RaGEZONE Forums
instllerfull757 - Ennies Lobby Arena ( replacing Zone 3) - RaGEZONE Forums
 
Last edited:
Re: [Development] Ennies Lobby Arena ( replacing Zone 3)

no, thats in ryl1, zone3 is arena, he has customize zone3 by his own work.


::and...what about if there's someone fell down?
nothing to worried . already reconfig back the water level so that once if someone fall inside they can going up there :)
 
Re: [Development] Ennies Lobby Arena ( replacing Zone 3)

no tools needed....technically you can just take ryl2 lobby map file that is 95% water, hex edit few house objects in map and place them like that...its only 3 large objects put together there.

let me make quick guide how to relocate objects in map

first you need hex editor and then locate object you want to move/replace to different object...i use in this example phouse object

house object coords in data are always before object name and they pretty easy to recognize as they usually start with number 48
this image shows where that phouse coords are locating
View attachment 130732

XYZ coords are there presented as hex float but backward comparing to calculator...here is calculator to convert decimal to hex float:

So in first picture you see that i calculated X coord to decimal which is 1384,93 ingame coord (it also shows in hex workshop)

in 2nd picture you see that i calculated new coord and edited hex value in map file...after you edit and save you can test result in game by using /zone command
if you also want to change object name...make sure that name is not longer than original name but if its shorter, replace leftover letters from old name to 00s

View attachment 130734

if you want relocate object, make sure that new location doesnt go over map tile borders. maps are split to tiles like 10x10 tiles so your object need to stay within same tile or else it become invisible...to see your tile borders easy in game, use neo mode to fly high above ground to see square area that is lighter than surrounding area and that is then your tile area your object need to stay in..from ground you can see tile borders from ground texture as there is so called "lag lines" in ground in tile borders
If you want new object to certain place in map, you need to pick existing object from same tile nearby that location you going to put new object so then it will work.

example of maps that is completely edited with hex editor from ryl2 lobby map and arena which was my first map projects over 2.5 year ago.
View attachment 130738
View attachment 130739


You make my headache when I saw the pictures. I thought making this map is using some GTKradiant or 3dmax.
Soon im gonna try it out :D
This maps I made on GTKradiant.

click HD for good :D
 
Back