Summerplace - [NEW MAP]
Moderators: Moderators, Mappers
Uploaded to DuraWorks + a shitload of other maps from here. Yes, we are backzor.
· clan Survival · #clansurvival @ IRCNet/QuakeNet, /msg Neme^ · www.lahtela.com/survival · AQ2Suomi admin, AQ2World moderator and a member of AQ2Admins
Entitiy string list from a summerplace map
Override info from a R1CH changelog:
Complicated eh?
Code: Select all
{
"sky" "rinat/med-siesta_"
"classname" "worldspawn"
"message" "Summerplace\n By Beavisss"
}
{
"model" "*1"
"classname" "func_wall"
"spawnflags" "5"
}
{
"model" "*2"
"classname" "func_wall"
"spawnflags" "5"
}
{
"origin" "768 136 24"
"classname" "info_player_deathmatch"
}
So, get the FILE and save it in your action/maps dir. Run a game, start a map and viola, TP works nice now. I added 4 more spawn flags.The .override file format is a proprietary R1Q2 binary format including a bitfield specifying what is present. This allows it to be extended at a later date without breaking compatibility. I've created a PHP script to generate a .override file since explaining the format here would take too long. Generate the .override file at http://r-1.ch/r1q2gen.php. If you don't know how to get an entity string from a .bsp, try entdump: http://r-1.ch/entdump.c (Win32 binary: http://r-1.ch/entdump.exe, runs from cmd prompt, eg entdump q2dm1.bsp > q2dm1.txt). Note that the server will very likely crash if you use a bad .override file so be careful! Please don't ask me about this feature if you aren't sure how to use it, it's pretty complicated and amazingly hacky but it does work. I think.
Complicated eh?
^stric^
-
- loses a vital chest organ
- Posts: 531
- Joined: Sun Jan 04, 2004 5:27 pm
- Location: ru
- Contact:
Well, I had a bug test and everything was good, then I've made some weird brush, and after that I couldnt colmpile. so I had to start with older version. added all I wanted, compiled and released. But I forgot that I missed spawns which were added in latest 1, thats why I remember that spawn should be there :/Flunx wrote:...or just do it the old fashioned way.
IMO maps are released a bit too hasty which results in bugs and other small annoying little things. Don't be shy, ask me or anyone else for that matter to test your map before you release the sucker