Posts: 116
Threads: 10
Joined: Jun 2010
Hello everyone.
Today i started working on a new map. I wanted to use a mapmodel & a texture that doesnt include the default map settings.
1)How to put this mapmodel & texture avaible for use in my map.
2)After putting them avaible, how to use the mapmodel? Wich code/just find it in mapmodel list?
The texture:
The mapmodel:
Posts: 100
Threads: 6
Joined: Jun 2010
a) find
// texture 0 "./dog/texture08.jpg"
uncomment. scroll through to the end of the textures.
b) find
// mapmodel 0 0 0 0 "sail" // Sail cloth, specific to ac_desert.
uncomment. /newent mapmodel 131.
Posts: 57
Threads: 2
Joined: Jun 2010
My Computer---> Local Disk---> Program Files ---> Assault Cube---> Config ---> default_map_settings
there u should find what u need :D
Posts: 116
Threads: 10
Joined: Jun 2010
20 Aug 10, 11:52AM
(This post was last modified: 20 Aug 10, 12:00PM by Infinite.)
Thank you :)
Oops, another little issue. When i try to add the mapmodel to my map
('/newent mapmodel 136 9') it doesnt work? There comes that the mapmodel is added but i dont see anything? And yes i use 136 since i got the newest version of Assault Cube.
Posts: 1,039
Threads: 77
Joined: Jun 2010
BurN, how about you read the documentation that tells you all about cfg files?
Posts: 116
Threads: 10
Joined: Jun 2010
(20 Aug 10, 12:26PM)RandumKiwi Wrote: BurN, how about you read the documentation that tells you all about cfg files?
True.