Creator Tool & Map Server.
https://gofile.io/d/3cVJRTCreator Tool containing the map server to allow you to make your own maps.To start open up the creator and set the configs by opening File>Config.https://i.gyazo.com/bc281f06933297d1...6ab300b780.pngThen use the package converter tool to extract the full model/motion/texture fdbs into the creator folder directory. Then start the go.bat file in the creator folder which will start the map server. After that you should be good to go and make your own maps. Be warned this creator version is far from perfect & some things may not work/crash the tool(so if you're making your own maps save them frequently :D).The tool has some other uses too like animations etc. So have some fun with it.https://cdn.discordapp.com/attachmen...26/unknown.pngHeres the first map i built :D.Finally, to edit the runewaker maps require the uncompressed dsf version of the map, there is a few inside the /map directory but its far from complete. But enough to maybe learn how some of the tools work.Once your map is created you can add it to zoneobject.db and your server monitor and start it up ingame.Update: All credit for initial release many years ago goes to the great legend that is Domo.Download link to working source built by Lifefire. https://drive.google.com/uc?export=d...o0WuJBk1lIzzcq
Re: Creator Tool & Map Server.
Damn! You are releasing RoM's most wanted, very very nice. This is the one thing i never could get to compile due to a single missing file. Once again, thank you!.
Re: Creator Tool & Map Server.
Yea didn't know anyone who managed to get it compiled either. It was part of a very old release this compiled version.
Re: Creator Tool & Map Server.
So i was able to grab the DLL i was missing from the files you provided, if the build that is running is successful then that means the Creator/Editor can be updated
Update: Ran into an issue with SmartPropertyGrid that i have not had time to fix, will update again once finished
Update 2: see OPs post!
Re: Creator Tool & Map Server.
Wow! Thank you very much!
Re: Creator Tool & Map Server.
Here are the keybinds i could find...
Code:
| Action |
Keybind |
| CAMERA_FORWARD |
Up |
| CAMERA_BACK |
Down |
| CAMERA_LEFT |
Left |
| CAMERA_RIGHT |
Right |
| TOOLBAR_SCALE |
Shft + S |
| TOOLBAR_ROTATE |
Shft + R |
| TOOLBAR_TRANSLATE |
Shft + T |
| UNDO |
Ctrl + Z |
| TERRAIN_HIGHLIGHT |
F12 |
| TERRAIN_OUTLINE |
F11 |
| TERRAIN_DISPLAYBRUSH |
F9 |
| TERRAIN_DISABLESPLATFILTER |
Ctrl + L |
| RENDER_TOGGLE_TERRAIN |
F5 |
| RENDER_TOGGLE_TERRAINTEXTURE |
Ctrl + 2 |
| RENDER_TOGGLE_BACKDROP |
Ctrl + 3 |
| RENDER_TOGGLE_OBJECTS |
F6 |
| RENDER_TOGGLE_GRASS |
F7 |
| RENDER_TOGGLE_WATER |
F8 |
| RENDER_TOGGLE_COLLISION |
F4 |
| RENDER_TOGGLE_DUMMY |
F2 |
| ACT_ACCEL_REBUILD |
Ctrl + Space |
| MAP_ACCEL_PAINT |
B |
| MAP_ACCEL_PICKPAINT |
E |
| MAP_ACCEL_CTRLMODIFIER |
Z |
| DELETE |
Del |
| GOTO |
Ctrl + G |
| BRUSH_SIZE_INCREMENT |
] |
| BRUSH_SIZE_DECREMENT |
[ |
| BRUSH_POWER_INCREMENT |
+ |
| BRUSH_POWER_DECREMENT |
- |
| ACTION_MODESWITCH |
Num - |
| ACTION_CAMLOCK |
Num + |
| ACTION_COMBAT |
1 |
| ACTION_COMBAT_MODE |
2 |
| ACTION_COMBAT_ATTACK |
3 |
| ACTION_COMBAT_SPINKICK |
M |
| ACTION_CAST |
4 |
| ACTION_CHANNEL |
5 |
| ACTION_SIT |
6 |
| ACTION_DEATH |
7 |
| ACTION_SLEEP |
8 |
| ACTION_JUMP |
Space |
| ACTION_EMOTE |
9 |
| ACTION_CRAFTING |
P |
| ACTION_MINING |
L |
| ACTION_HURT |
N |
| SYSTEM_OUTPUTPROFILE |
Ctrl + P |
| SYSTEM_OUTPUTMANIFEST |
Ctrl + M |
Re: Creator Tool & Map Server.
Unfortunately there’s no way for me to create a new map since radian.exe is always crashing. Did I do something wrong?
Re: Creator Tool & Map Server.
I havent tried creating a map yet, im still digging through the code trying to change it to allow editing existing maps
Re: Creator Tool & Map Server.
Quote:
Originally Posted by
fht
Unfortunately there’s no way for me to create a new map since radian.exe is always crashing. Did I do something wrong?
I've never had the map server crash, only the creator itself. Have had to restart it few times though. The tool was a lot of trial & error to get used too it.
Re: Creator Tool & Map Server.
@Lifefire that's an amazing job dude keep up the good work
Re: Creator Tool & Map Server.
Re: Creator Tool & Map Server.
when I start the go.bat file it opens cmd but after that it doesn't happen anymore.
I set the config correctly and extracted the model / motion / texture fbds into the creator folder.
what am I doing wrong?
I set the config correctly and extracted the model / motion / texture fbds into the creator folder
Re: Creator Tool & Map Server.
Re: Creator Tool & Map Server.
Quote:
Originally Posted by
fht
Unfortunately there’s no way for me to create a new map since radian.exe is always crashing. Did I do something wrong?
I have the same problem :/ what am i doing wrong?
Re: Creator Tool & Map Server.
Did you watch the video Domo posted above?