]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blob - Mapping-Setup.md
rename files before conversion
[xonotic/xonotic.wiki.git] / Mapping-Setup.md
1 h1. Mapping-Setup
2
3 h2. How to get your system all set up to start mapping ^^
4
5 h3. Step 1 -- Obtain mapping support
6
7 If you didn't already, download this ... http://dl.xonotic.org/xonotic-0.6.0-mappingsupport.zip
8
9 h3. Step 2 -- Extract zip
10
11 Extract the .zip archive using your favorite archiving tool 
12
13 h3. Step 3 -- Find the magic folders
14
15 Locate your .xonotic folder, note that this is NOT the install location. This is the place xonotic saves your config. 
16
17 * on linux this should be in ~/.xonotic 
18 * on windows (7) its in \users\user\saved games\xonotic 
19 * on mac ... its in ~/libraries/appdata ?? maybe ??
20
21 h3. Step 4 -- Understand the magic folders
22
23 if/when you find both of these folders, you will see that both of them contain a data folder. Game wise these data folders are treated the same, however, it is best to save your work in the .xonotic folder so that you don't accidentally mess up your xonotic install, or so that your work doesn't get lost in an update.
24
25 h3. Step 5 -- Moving stuff
26
27 remember that zip we extracted? There should be 2 folders in it.
28
29 * data (yes ... another data folder)
30 * mapping
31
32 First open up the data folder and find the .pk3 file. (may look similar to xonotic-maps-mapping.pk3)Then take the pk3 and copy it to xonotic/data Note, .pk3 is really a renamed .zip. DONT extract it. 
33
34 editors note :: is this step required ... im not sure --> Now take the mapping folder and move it to the root of .xonotic (dont put it in any of the data folders)
35
36 h3. Step 6 -- Get net-radaint working
37
38 * WINDOWS, you are ready to go just double click on radiant.exe
39 * LINUX users may have to compile theirs, don't worry, netradaint is rather easy to compile. If you need help ask on the forums, or irc
40 * MAC ... um ... its possible ... but complicated ... someone who knows how should edit this... and you will probably need OSX 10.5 or greater
41
42
43
44 h3. Step 7 -- Setting up netradiant
45
46 When you first start up radiant it may ask where the install location is. Simply, point it to the install location. Then net radaint should start,\ and the lower right pane should have lists of texture packs. If there are no texture packs, then refer back to step 5.
47
48
49 << [[mapping-Introduction]] 1 [[mapping-NetRadiant]] >>
50  
51
52 ... [[Creating_Maps]] ...