External files

Avatar
Lostprophetpunk
409 Posts
Posted Jul 12, 2011
Heya there,

I have just updated my map and got rid of all the bugs etc. However I am wondering one thing...

As I am using Msleepers custom transitions for the elevators, do I need to put that in the files to be downloaded?

Or will it simply already be compiled into the .bsp file?

I'm slightly confused on the matter.

Advertisement
Registered users don’t see ads! Register now!
Avatar
Soundlogic
169 Posts
Posted Jul 12, 2011
Replied 5 minutes later
Both instances and prefabs are put into the map during compiling, and don't need to be sent with the map. Technically, it copies the entire instance into the map before compiling into a bsp. In the bsp there isn't a instance, just the collection of entities that already exist.
Avatar
ChickenMobile
2,460 Posts
Posted Jul 12, 2011
Replied 4 minutes later
Transitions as in instances? Then no.

All the objects in instances are compiled into the .bsp as instances are just a bunch of objects stuffed together that you can place into your map. Think of instances being a more complex type of prefab which is much easier to manage (plus is great for I/O on objects you need to duplicate many times).

If there is any custom textures sounds (or any custom file not made directly through Portal or the SDK) then you should pack it into the bsp.

Avatar
Lostprophetpunk
409 Posts
Posted Jul 12, 2011
Replied 14 minutes later
Thank you all for the help. Much appreciated.

I now need to learn how to pack textures into the .bsp now. It's nice to learn something new.

Advertisement
Registered users don’t see ads! Register now!
Avatar
Skotty
671 Posts
Posted Jul 13, 2011
Replied 19 hours later
Watch this: http://developer.valvesoftware.com/wiki ... rtal_2_Map

I would recommend the VPK method.