Page 1 of 1
How do you?
Posted: Tue May 27, 2014 5:17 pm
by yuiop
How do you make a map? I want to know because I want to make a pinpoint type server. Thanks!

Re: How do you?
Posted: Tue May 27, 2014 6:44 pm
by 1Shot1Kill
You use Voxed to make maps.
Re: How do you?
Posted: Wed May 28, 2014 12:11 pm
by Kuma
1Shot1Kill wrote:You use Voxed to make maps.
No mapper would actually suggest that, use a heightmap converter or joejoes template for blender.
Every tutorial that has "map" in it here (
http://buildandshoot.com/viewforum.php?f=38) will help
Re: How do you?
Posted: Wed May 28, 2014 3:04 pm
by 1Shot1Kill
Kuma wrote:1Shot1Kill wrote:You use Voxed to make maps.
No mapper would actually suggest that, use a heightmap converter or joejoes template for blender.
Every tutorial that has "map" in it here (http://buildandshoot.com/viewforum.php?f=38) will help
Oh sorry, I don't really have much experience in making maps.
Re: How do you?
Posted: Wed May 28, 2014 8:12 pm
by Jdrew
Don't post something you know nothing about. Kuma gave some good advice. Use height maps to make terrain and then use voxed to import .kvx models.
Re: How do you?
Posted: Wed Jun 04, 2014 12:15 am
by Lincent
To make a map you have the following options.
-------------------By Complexity--------------------
1. Hieghtmap Converter
2. Voxed map editor
3. Blockman2D (Buggy)
4. Coding the .vxl file with Notepad++
1.
The Hieghtmap Converter is the most Simple tool used to make a .vxl map, although you can't make spaces under the blocks, and it is sometimes buggy.
2.
The Voxed Editor is very hard to understand, but easy to use once it is understood.
Basically you need to know that;
-Use the
arrow keys to move,
-Use
Space to make a selection / Like world edit,
-Use
Insert button to create blocks
-Use
Delete to destroy blocks
-Use
Home to create a sphere of blocks
-Use
End to destroy a sphere of blocks / Helpful for caves
3.
Blockman2D overall fulfills many functions, it is hard to learn and when mastered is not easy to use.
To play Blockman2D you must run it in administrator mode.
4.
You don't exactly "code" vxl files. You make programs to read or write them, and you don't really need to know about the entire "Voxlap" (not voxel) engine, you just need to know the file format (
http://silverspaceship.com/aosmap/aos_file_format.html).
Re: How do you?
Posted: Wed Jun 04, 2014 3:32 am
by Kuma
Lincent wrote:
To code .vxl files it requires a knowledge of coding the voxel engine, it takes time to code, but in the end you can create blocks with color or properties not found in normal blocks.
You don't exactly "code" vxl files. You make programs to read or write them. But what do you mean by "color or properties not found in normal blocks"? The blocks would have no special properties. And you don't really need to know about the entire "Voxlap" (not voxel) engine, you just need to know the file format (
http://silverspaceship.com/aosmap/aos_file_format.html).
Re: How do you?
Posted: Sun Apr 05, 2015 12:29 pm
by Rainbow_Rambo
Decided to ask the qestion in this topic. Sorry, if it is wrong)
I have .vxl file for arena map (did it with "Save Map" button on server). I have .txt file for ANOTHER arena map as an example.
How to edit .txt file? How to obtain coordinates for respawns and gates?
Thank you for answers)
Re: How do you?
Posted: Mon Apr 06, 2015 3:11 am
by Lincent
Rainbow_Rambo wrote:Decided to ask the qestion in this topic. Sorry, if it is wrong)
I have .vxl file for arena map (did it with "Save Map" button on server). I have .txt file for ANOTHER arena map as an example.
How to edit .txt file? How to obtain coordinates for respawns and gates?
Thank you for answers)
When you hover over a block in voxed in the Top Left < corner you should see some numbers in ()s like this:
(X#,Z#,Y#)
X is Horizontal.
Z is Vertical.
Y is the Height.
Re: How do you?
Posted: Sun May 10, 2015 8:36 pm
by PurpleSlimez
One does not simply 'make a map'