how do i make an Instance?
Posted Jan 16, 2012
how??
Registered users don’t see ads!
Register now!
Posted Jan 16, 2012
Replied
3 minutes
later
I predict that you're under 13.
But anyways, an instance is an entity that contains a vmf with unfilled parameters, such as the color, speed, disabled or enabled, outputs.
To make an instance, start with a vmf you want to make an instance, then make a proxy for the instance, name the proxy and put the proxy in a parameter of the entity, save as a vmf, and done, you have an instance.
But anyways, an instance is an entity that contains a vmf with unfilled parameters, such as the color, speed, disabled or enabled, outputs.
To make an instance, start with a vmf you want to make an instance, then make a proxy for the instance, name the proxy and put the proxy in a parameter of the entity, save as a vmf, and done, you have an instance.
Posted Jan 16, 2012
Replied
34 minutes
later
Works for making other instances besides what is done here.Just the basics
Posted Jan 16, 2012
Replied
48 minutes
later
well first your prediction is wrong
and im fairly new to map making, but thank you any way for the help.
and im fairly new to map making, but thank you any way for the help.
Posted Jan 16, 2012
Replied
23 minutes
later
I'd suggest to save all your instance-vmf files in portal 2/sdk_contents/maps/instances/-yourname- that way it's always easy to find your own instances
Posted Jan 17, 2012
Replied
19 hours
later
I suggest you'd first read every article on this page. Then if you don't understand something, try to Google it, and if all else fails - ask here. It's some basic guidelines of forums all across the inter-webs...
P.S. - You can reach the wiki from the "Portal 2 Mapping Wiki" link on the top of the page (the grey bar)
Posted Jan 17, 2012
Replied
56 minutes
later
Just to say it a little bit simpler: an instance is a pre-made "map" you put in your map. An instance is made so complicate elements in your map is ready, and all you have to do is paste it.
I make an instance by pressing "new map" and when I'm done I just save it at the instance folder. What makes it an instance is that I use func_instance to have it in my map, isn't that right?
Registered users don’t see ads!
Register now!
Posted Jan 17, 2012
Replied
6 hours
later
yup, thats the gist of it. you can also send it inpits and outputs and change parameters if you set it up to do so.