Map Editing |
by Goetzenzar
on 01/05/2002 19:30, 4767 messages, last message: 10/18/2021 18:52, 2846864 views, last view: 12/09/2021 03:11 |
 |
|
Welcome to the map editing saloon:
here u can post ur screens, maps, comments, questions and answers about mapediting, and meet other ppl for coop-sessions online :)
|
 |
|

Board Index

|
 |
#3602: Re: Texture rotation |
|
by tentus_
on 06/15/2008 19:52, refers to #3601
|
 |
|
CVS.
reply to this message
|
 |
#3603: Re: Texture rotation |
|
by mitaman1
on 06/16/2008 01:18, refers to #3597
|
 |
|
You can rotate, offset vertical, horizontal, and scale the size of textures. This is done in the map config file where you list the textures used in your map. below is a example of how I do it for my maps.
See the four numbers after the texture name? the 1st number = rotation, 2nd number = vertical offset, 3rd number = horizontal offset, and the 4th number = texture scale.
the example below:
no rotation or offsets, but the texture is scaled to have it's size.
texture 0 "mpsp5/mitaman/mm-worntrim01.jpg" 0 0 0 .5
texture n "mpsp5/mitaman/mm-worntrim01_normal.jpg" 0 0 0 .5
texture s "mpsp5/mitaman/mm-worntrim01_spec.jpg" 0 0 0 .5
this example has texture rotated 90 degrees, no offsets, and is scaled to half size.
texture 0 "mpsp5/mitaman/mm-worntrim01.jpg" 1 0 0 .5
texture n "mpsp5/mitaman/mm-worntrim01_normal.jpg" 1 0 0 .5
texture s "mpsp5/mitaman/mm-worntrim01_spec.jpg" 1 0 0 .5
it all can seem confusing, but it's all in the sauer documentation. also check out the config files of maps in the base folder for many examples.
when the new release comes out check out any of the configs for any mpsp** maps (mine). I use rotation, offset, and scaling for many of my textures.
BTW, happy dads day to all.
MitaMAN
reply to this message
|
 |
#3604: .. |
|
by Mr.Piddly 00000001
on 06/16/2008 05:41
|
 |
|
When a texture is scaled down, does it maintain the same resolution as it had a full size, or is the resolution also "increased" by scaling down the image?
And doesn't CVS have a command to independently set each texture's resolution. I deleted my copy of CVS since the next release should be soon.
reply to this message
|
 |
#3605: Re: .. |
|
by mitaman1
on 06/16/2008 12:52, refers to #3604
|
 |
|
When I look at textures scaled down they seem to have better detail, at least that's what I notice for my own textures with normal/spec maps.
A texture that is 512x512 without scaling covers a 16x16 cube area in-map. That same texture scaled down to .5 (1/2 size) covers a 8x8 cube area, and the details appear much sharper.
When making my own textures, in general I make the texture resolution twice the size I need and scale down in the config file.
So, if I need to cover a 16x16 cube area I make the texture 1024x1024 and scale by .5 so that it acts like a 512x512 texture in-game.
MitaMAN
reply to this message
|
 |
#3606: .. |
|
by SheeEttin
on 06/16/2008 21:33
|
 |
|
http://sauerbraten.cvs.sourceforge.net/*checkout*/sauerbraten/sauerbraten/docs/editref.html#texscroll
reply to this message
|
 |
#3607: .. |
|
by Mr.Piddly 00000001
on 06/21/2008 05:13
|
 |
|
Can someone provide me with an example of a map that uses midi sound.
reply to this message
|
 |
#3608: Re: .. |
|
by Hirato Kirata
on 06/21/2008 11:19, refers to #3607
|
 |
|
I think the eisenstern maps use midi music files :D
reply to this message
|
 |
#3609: .. |
|
by phillis
on 06/22/2008 20:50
|
 |
|
hey everyone,
i know i sound like a noob, but why do elevators never stay in the same place when you enter then exit edit mode? i typed in "newent elevator 0 115 0 10"
-please help, thanks
reply to this message
|
 |
#3610: Brush size and optimization QUESTION |
|
by toughmccuddllo
on 06/22/2008 21:48
|
 |
|
Hi guys.
Soon I will be creating new content for a mod that I am going to make.
and I would like to know about how the editing with brush sizes works.
If were to create my map with the smallest possible brush does this affect performance?
Does the BSP get cut more often or is there no difference when using larger or smaller brushes?
Meaning does everything just get optimized when the light is calculated?
Thanks
reply to this message
|
 |
#3611: Re: .. |
|
by tman_elite
on 06/22/2008 22:51, refers to #3609
|
 |
|
@phillis:
When you enter edit mode during sp, all entities on the map revert. This includes ammo, barrels, monsters, etc. Platforms and elevators will return to their original spots.
@toughmccuddllo:
From what I understand, editing with a small gridsize will create a whole bunch of unnecessary faces that may slow down performance. However, typing "/remip" will optimize geometry by combining small faces into larger ones. So, just do a remip once you're done with your map.
reply to this message
|
 |
#3612: Re: Brush size and optimization QUESTION |
|
by tentus_
on 06/22/2008 23:31, refers to #3610
|
 |
|
If you start with the smallest brush, even optimized your geometry will be full of the smallest possible gridsize. It's strongly recommended that you start with the largest you can use and start working your way down, so that you don't accidentally introduce unneeded (and often invisible or negligible) detail.
reply to this message
|
 |
#3613: Re: Brush size and optimization QUESTION |
|
by toughmccuddllo
on 06/23/2008 04:35, refers to #3612
|
 |
|
ok. I should be able to achieve the detail I want working from top to bottom.
/remip has been written down in my journal. I won't forget it.
Thanks
reply to this message
|
 |
#3614: .. |
|
by phillis
on 06/24/2008 23:12
|
 |
|
how do i change the mode so that entities will spawn when i place them?
reply to this message
|
 |
#3615: Re: .. |
|
by tman_elite
on 06/24/2008 23:23, refers to #3614
|
 |
|
Many entities will only spawn in SP mode. Save your map, then type "/sp yourmapname". This should make the single player entities such as monsters, barrels, etc. spawn.
reply to this message
|
 |
#3616: .. |
|
by phillis
on 06/24/2008 23:26
|
 |
|
sweet thanks, and how do i get ctf mode? and how to save as a ctf map?
reply to this message
|
 |
#3617: Re: .. |
|
by tman_elite
on 06/24/2008 23:30, refers to #3616
|
 |
|
I'm not sure what number mode ctf is, but if you go in the menu to multiplayer, then vote map/mode, then select ctf mode on any map, this will put you in ctf mode. Then you can change maps to any map and still be in ctf mode (I think). As far as I know, you can't save a map as a ctf map, but you can play ctf on it by going through the process I described.
reply to this message
|
 |
#3618: Re: .. |
|
by tentus_
on 06/24/2008 23:40, refers to #3617
|
 |
|
CTF is 17, insta CTF is 18 (quick lookup list can be found here: http://sauerbraten.org/docs/game.html#mode )
Otherwise, yep, no map is saved with a prescribed mode, you can try to play any of them in whatever mode you last in (though some stuff will only appear or work in some modes... bases only appear in capture, playerstart 1 & 2 only in CTF, platforms only in SP, etc).
reply to this message
|
 |
#3619: head shotd, throat sliting, and antomy oh my |
|
by thking
on 06/26/2008 04:23
|
 |
|
would it be possible within the game engine to edit the player to preform animations such as
-sneaking up dehind a monster and sliting its throat
(showing arms go around monster)
-having anatomically correct blood and guts
-have anatomically correct weak points
-edit weapon streangth to realistic poroprtions
reply to this message
|
 |
#3620: graphics |
|
by nijbu
on 06/26/2008 13:13
|
 |
|
Well is there set graphics or can u make ur own=)
reply to this message
|
 |
#3621: Re: graphics |
|
by tman_elite
on 06/26/2008 18:25, refers to #3620
|
 |
|
Not sure exactly what you mean by "graphics," but you can add your own textures to the game for walls and stuff, and you can add 3d models as well.
reply to this message
|
 |
 |
|

Board Index

|
 |