[Portal 2] Questioning: Map is huge.
So here's the deal, I started out of nothing, no knowledge of any of "mapping" matters. Tho, I've made it quite far now, my 'test map' became a HUGE, seriously, HUGE map.. AND I'm not done yet! o.O
And ofc, I'm finding myself with lots of questions about this. So..
Questions:
1. Is there a map size limit?
2. Idea is to make it be ONE map, there isn't any sections; zones, to load. Is there a way to divide it to some sort of 'zones' yet make them load ingame, no wait time?
3. Assuming it does compile in a ONE BIG MAP, will it be playable? (as in, fps)
Gettin deeper:
4. I sincerely don't understand how to make a 'door_go_to_next_zone' (map end - load next part)
Any link or anyone kind enough to explain this in a tutorial way?
5. Is it possible atm to make doors open at player proximity? I couldn't manage to get this done.
Please an explanation about this would be much appreciated as well.
Thats it.. for now 
Thank you all very much. Couldn't have started without you 
Rderasta wrote:
5. Is it possible atm to make doors open at player proximity? I couldn't manage to get this done.
Please an explanation about this would be much appreciated as well.
Place a trigger_multiple in front of the door. Let it fire the Open input of func_door you need when OnTouch occurs.
Mek wrote:
Rderasta wrote:
- Is it possible atm to make doors open at player proximity? I couldn't manage to get this done.
Please an explanation about this would be much appreciated as well.Place a trigger_multiple in front of the door. Let it fire the Open input of func_door you need when OnTouch occurs.
I'm missing this "trigger_multiple". I'm assuming its missing from the FDG file?
Thank you for your reply 
Have a nice day,
~Sidneys1
Rderasta wrote:
1. Is there a map size limit?
2. Idea is to make it be ONE map, there isn't any sections; zones, to load. Is there a way to divide it to some sort of 'zones' yet make them load ingame, no wait time?
3. Assuming it does compile in a ONE BIG MAP, will it be playable? (as in, fps)
4. I sincerely don't understand how to make a 'door_go_to_next_zone' (map end - load next part)
Any link or anyone kind enough to explain this in a tutorial way?
5. Is it possible atm to make doors open at player proximity? I couldn't manage to get this done.
Please an explanation about this would be much appreciated as well.
- Yes. The maximum map size in Source games is 32768 x 32768 x 32768.
- You can kind of get around using multiple maps if you use world portals to use up all the free space in the map. However, source does have maximum limits on brushes/props/etc. and using too many will make the map really big and slow.
- Possibly, depends on how well you optimize it.
- http://developer.valvesoftware.com/wiki ... hangelevel
- Just use trigger brushes to do this.
Not that the awnsers above me are wrong, but i felt like adding some more/different awnsers
[1] Yes, look at the grids in the 2d hammer views, this is max.
[2] Yes, in my opinion best method would be teleporting, but even better would be to not do this. (just make separate maps)
[3] As sayd above, depends on optimizing, theres many nice guides on this subject, like this one (please note that you should always optimize, small maps just as much)
[4] The above linked info is great resource, use it
[5][a] For this you need triggers, make a brush, apply the "trigger" texture and tie the brush to a entity (select & ctrl+t)
[5]** Chose trigger_once or trigger_multiple, go to the 'Outputs' tab, and add a output that opens the door on trigger.
On a side note: I'm gonna be sharing this map with all of you, hopefully, next week, stay tunned 
.. uhmm dont mind the "hopefully, next week" part
..