If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

Difference between revisions of "My first map"

From SWRC Wiki
Jump to navigation Jump to search
(Created page with "Let's start our map with some basics rooms (BSP Geometry) which we are connecting to each other. Let's take a look at the left screen border. You will see some icons which lo...")
 
 
Line 25: Line 25:


You can obviously select individual textures for individual surfaces.
You can obviously select individual textures for individual surfaces.
Now right click the cube icon again to bring up CubeBuilder. Build another room with 2000 units in each direction so it should look like this:
[[File:Cube5.PNG]]
Now select the geometry again by clicking on one of the red lines and before subtracting the new cube, hold ctrl and left mouse button to move it arround. Place them next to each other without touching each other. Holding ctrl, left and right mousebutton will adjust heigth of selected geometry. After you moved it successfuly, hit the subtract button again.
[[File:Cube6.PNG]]
Now those two rooms are not connected to each other yet. Therefor we create another cube geometry, this time a little bit smaller, 500 units should be fine. Now before subtracting again, use the 2D viewport and move it between the two giant rooms so they overlap.
[[File:Cube7.PNG]]
Use the 2D Viewports to adjust the position and hit the subtract button again. Now you should see the two rooms connected to each other.
It should look like this:
[[File:Cube8.PNG]]
Now finally right click on one of the surfaces and select "Add Light Here". Select it, hold ctrl and mouse button(s) to move/rotate it arround. Do it a few times until room has enough light. Also most important last step, right click on surface and click on "Add PlayerStart Here". Make sure player will spawn inside geometry and won't be stuck somewhere.
[[File:Cube9.PNG]]
Now most importantly after every map change, on top bar, go to "Build" and select "Build All". No errors, you are good to go, if you have some errors, try to fix them. Most of them are self explaing by error log. Save the map in map folder and start the game.
Open the console and enter: open <mapname>
In my case: open testmap1
[[Expanding first map]]
[[File:Testmap1.PNG]]

Latest revision as of 10:51, 30 November 2017

Let's start our map with some basics rooms (BSP Geometry) which we are connecting to each other.

Let's take a look at the left screen border. You will see some icons which look like basic geometry (cone, cube, tuby, stairs...).

Edtools.PNG

We will take the cube to start. Now right click on the cube icon and a new window will pop up.

Cube.PNG

The only important values right now are Height, Width and Breadth, indicating the cube size. 256 is a little bit small, so let's change the thre values to 1000 and hit "Build" button. After clicking on the button, the new BSP geometry has been created, but the CubeBuilder window needs to be closed manually.

Now look arround in 3D viewport and you will notice a red lined cube.

Cube2.PNG

The room still doesn't really exist for now. That's why we had one section down on the left side bar to the icons with plates overlapping. If you hover over those icons with your mouse, you will get some info text about their actions. Anyway, select the new created cube by clicking on one of those red lines in 3D viewport. More lighter red lines indicate the cube has been selected. Now left click on "subtract" button, the top right one. You will notice your cube turned into a white ugly room. From now the room really exists where players could play.

Cube3.PNG

Well it's time we use a proper texture for this new room. As we already know from Introduction, the texture browser will crash on certain points. First select every surface of the ground by left clicking on it and holding ctrl until we selected all 6 of them. Then go to texture browser and navigate to CoreShip_Textures/General. That's a safe place to look at everything, but don't scroll down too fast. If you found a proper texture you like, left click it and the texture should be applied to every selected surface in your room.

Cube4.PNG

You can obviously select individual textures for individual surfaces.


Now right click the cube icon again to bring up CubeBuilder. Build another room with 2000 units in each direction so it should look like this:

Cube5.PNG

Now select the geometry again by clicking on one of the red lines and before subtracting the new cube, hold ctrl and left mouse button to move it arround. Place them next to each other without touching each other. Holding ctrl, left and right mousebutton will adjust heigth of selected geometry. After you moved it successfuly, hit the subtract button again.

Cube6.PNG

Now those two rooms are not connected to each other yet. Therefor we create another cube geometry, this time a little bit smaller, 500 units should be fine. Now before subtracting again, use the 2D viewport and move it between the two giant rooms so they overlap.

Cube7.PNG

Use the 2D Viewports to adjust the position and hit the subtract button again. Now you should see the two rooms connected to each other.

It should look like this:

Cube8.PNG

Now finally right click on one of the surfaces and select "Add Light Here". Select it, hold ctrl and mouse button(s) to move/rotate it arround. Do it a few times until room has enough light. Also most important last step, right click on surface and click on "Add PlayerStart Here". Make sure player will spawn inside geometry and won't be stuck somewhere.

Cube9.PNG

Now most importantly after every map change, on top bar, go to "Build" and select "Build All". No errors, you are good to go, if you have some errors, try to fix them. Most of them are self explaing by error log. Save the map in map folder and start the game.

Open the console and enter: open <mapname>

In my case: open testmap1

Expanding first map

Testmap1.PNG