oc_mapselect_1000

Show off work in progress maps.
Xaymar
Polygon
Polygon
Posts: 40
Joined: Sun May 16, 2010 3:24 am
Location: Germany/Wangerland/Oldorf/Oldorferbaum 1
Contact:

oc_mapselect_1000

Post by Xaymar »

Yeah exactly. Another MapSelect map, big enough to fit at least 1000 maps.
I am currently converting it over from a never-finished mod to OC. Will take some time, but you'll see it's worth the waiting.

On the original map i tried to use as many custom textures as possible. But 90% of the texture files are missing which makes that design useless.

Currently using Content from:
  • Obsidian Conflict("Shipped" Models/Materials) [Working on replacing those]
  • Half Life 2
Screenshot:
Image
(More coming soon)

I hope that 1000 Map Slots(excluding Campaign) are enough. Feedback always welcome.
LevelNULL | XFire | GameSports | Steam | Twitter | [url=mailto://MichaelDirks@levelnull.de/]eMail[/url]
Gary
npc_advisor
npc_advisor
Posts: 1125
Joined: Sun Nov 09, 2008 7:21 am
Location: USA, FL
Contact:

Re: oc_mapselect_1000

Post by Gary »

The tree leaves look unlit, but I assume you already know that. Besides that, looks great so far.
MaestraFénix
Team Member
Team Member
Posts: 2470
Joined: Mon May 10, 2010 11:50 am
Location: Spain
Contact:

Re: oc_mapselect_1000

Post by MaestraFénix »

1000 maps!? wow, i always thank that existied 100 maps or a bit more, but not 1000.

Ok, let´s follow this, how to look the map.
Click on my photo to add me into your friends in Steam
Image
Steam photos | Steam videos

Image
Xaymar
Polygon
Polygon
Posts: 40
Joined: Sun May 16, 2010 3:24 am
Location: Germany/Wangerland/Oldorf/Oldorferbaum 1
Contact:

Re: oc_mapselect_1000

Post by Xaymar »

Would be nice if someone could explain how to change the texture of a brush/entity using mapadd, or what entities i should use for that.
I'm currently clueless why it wont change the texture/material

Code: Select all

"oc_mapselect_1000"
{
	Modify
	{
		TargetName
		{
			"mapselect_1_overlay" { "material" "maps/oc_lobby/lobby_oc_broken_escape" }
		}
	}
}
mapselect_1_overlay is an info_overlay
LevelNULL | XFire | GameSports | Steam | Twitter | [url=mailto://MichaelDirks@levelnull.de/]eMail[/url]
User avatar
Shana
Lead Developer
Lead Developer
Posts: 2971
Joined: Tue Aug 29, 2006 8:12 pm
Location: Germany
Contact:

Re: oc_mapselect_1000

Post by Shana »

You need to use infodecals.
Also check maps/cfg/oc_lobby_modify.txt as it has most of the stuff explained.
fug4life
Beta Tester
Beta Tester
Posts: 4093
Joined: Mon Dec 11, 2006 10:35 am

Re: oc_mapselect_1000

Post by fug4life »

Just a heads up you'll probably run out of entities before you get to a 1000, also I had 120 doors in one room, and that starts to kill the framerate trying to render everything.

Even if you had a 1000 buttons, by the time you add all the associated enities + I/O its gonna be costly.

My mapselect had 180 doors 120 + 60, oc_lobby I think has more 112 + all the campaign doors, well roughly the same then.
'I would probably smarten up before you meet Violet'.
'She has zero tolerance for idiots'.

fug's Obsidian files
fug's Obsidian clips
Obsidian wiki
Obsidian Map Database
Xaymar
Polygon
Polygon
Posts: 40
Joined: Sun May 16, 2010 3:24 am
Location: Germany/Wangerland/Oldorf/Oldorferbaum 1
Contact:

Re: oc_mapselect_1000

Post by Xaymar »

"Just a heads up you'll probably run out of entities before you get to a 1000, also I had 120 doors in one room, and that starts to kill the framerate trying to render everything."

Run out of entities? The Limit was 32k in 2006, is it way lower in 2007?

Edit: @Andrax17: That's way below the amount of Entities i used in the map. Damn, this aint gonna work.
Last edited by Xaymar on Thu Nov 18, 2010 12:42 pm, edited 1 time in total.
LevelNULL | XFire | GameSports | Steam | Twitter | [url=mailto://MichaelDirks@levelnull.de/]eMail[/url]
User avatar
Andrax17
npc_combine_elite
npc_combine_elite
Posts: 451
Joined: Wed May 05, 2010 7:11 pm
Location: Finland
Contact:

Re: oc_mapselect_1000

Post by Andrax17 »

32k? ive never heard hammer having entity limit that high.

"There can be up to 4096 entities. This total is split into two groups of 2048:

1. Non-networked entities, which exist only on the client or server (e.g. death ragdolls on client, logicals on server).
2. Entities with associated edicts, which can cross the client/server divide. "

"Hammer itself has no entity limit, but VBSP's is 8192. This is double the combined total accepted by the engine, which may be because it at first treats internal entities (such as prop_static and env_cubemap) like normal entities, or perhaps because it generates a lot of detail props. "

those are from Valve Developer Community ( http://developer.valvesoftware.com/wiki/Entity_limit )
Gary
npc_advisor
npc_advisor
Posts: 1125
Joined: Sun Nov 09, 2008 7:21 am
Location: USA, FL
Contact:

Re: oc_mapselect_1000

Post by Gary »

fug4life wrote:Just a heads up you'll probably run out of entities before you get to a 1000, also I had 120 doors in one room, and that starts to kill the framerate trying to render everything.[...]

The entity limit can be a problem, the mass rendering can easily be fixed.


The mass rendering can easily be fixed with some clever mapping:
Image
User avatar
Tysn
Former Developer
Former Developer
Posts: 358
Joined: Thu Oct 26, 2006 1:57 am
Location: Minnesota, USA
Contact:

Re: oc_mapselect_1000

Post by Tysn »

Xaymar wrote:Run out of entities? The Limit was 32k in 2006
:lmao:
Image
User avatar
Shana
Lead Developer
Lead Developer
Posts: 2971
Joined: Tue Aug 29, 2006 8:12 pm
Location: Germany
Contact:

Re: oc_mapselect_1000

Post by Shana »

Tysn wrote:
Xaymar wrote:Run out of entities? The Limit was 32k in 2006
:lmao:
How much easier it would be for us with a limit like that :P
User avatar
Tysn
Former Developer
Former Developer
Posts: 358
Joined: Thu Oct 26, 2006 1:57 am
Location: Minnesota, USA
Contact:

Re: oc_mapselect_1000

Post by Tysn »

I'm still curious if they raised the raised the entity limit in the Alien Swarm SDK, considering how that's supposed to be a precursor to the EP3 version of the source engine. I haven't bothered to copy-paste a bunch of little func_brush squares or make a watermelon-spamming env_entity_maker to test it out. :wink:
Image
User avatar
Keychain
Obsidian Veteran
Obsidian Veteran
Posts: 1511
Joined: Sun Aug 17, 2008 5:09 am
Location: Florida, United States
Contact:

Re: oc_mapselect_1000

Post by Keychain »

Good lord man! The limit is only like 4000, I WISH it was 32k.
User avatar
Tysn
Former Developer
Former Developer
Posts: 358
Joined: Thu Oct 26, 2006 1:57 am
Location: Minnesota, USA
Contact:

Re: oc_mapselect_1000

Post by Tysn »

It's even lower for edicts (networked entities) which is only 2048, some of which is taken up by things like the player entities.
Image
User avatar
Shana
Lead Developer
Lead Developer
Posts: 2971
Joined: Tue Aug 29, 2006 8:12 pm
Location: Germany
Contact:

Re: oc_mapselect_1000

Post by Shana »

Yeah, players and even all weapons in their inventory each take up edicts too if i remember right.
Post Reply