Plumber icon indicating copy to clipboard operation
Plumber copied to clipboard

Import entities as props

Open movercell opened this issue 1 year ago • 5 comments

Is your feature request related to a problem? Please describe. I'm always frustrated when i see no button on pedestal

Is your feature request related to a specific game? Please specify. I tested with Portal 2 Describe the solution you'd like Import entity models as props

Additional context nop

movercell avatar Jan 14 '23 06:01 movercell

I'm not sure what you mean by this. What button and what pedestal are you talking about, and what does it mean to import entity models as props? Do you mean that there is an entity class that is not importing as a model even though it should be?

lasa01 avatar Jan 14 '23 18:01 lasa01

Literally any p2 puzzle element

movercell avatar Jan 15 '23 04:01 movercell

exept arial faith plates. they do work

movercell avatar Jan 15 '23 11:01 movercell

As an example from Alien Swarm: Reactive Drop, we have (and I haven't checked how many of these already work, sorry):

  • func_asw_fade, prop_asw_fade, env_sprite_asw_fade (essentially func_brush, prop_dynamic, and env_sprite, but they fade out if you're below them in top-down view)
  • asw_door (a prop, works a lot like prop_dynamic for the purposes of Blender)
  • asw_ammo_rifle, asw_weapon_pdw, asw_barrel_explosive, etc. (essentially prop_physics with a hard-coded model name. it'd be nice if we can ship some kind of configuration file Plumber can read to know about these)

BenLubar avatar Jan 15 '23 18:01 BenLubar

I'm not sure what you mean by this. What button and what pedestal are you talking about, and what does it mean to import entity models as props? Do you mean that there is an entity class that is not importing as a model even though it should be?

in portal 2 there are buttons and other entities that are essentially prop_dynamic for the purposes of blender, and none of them currently import. these include the following (not a complete list):

https://developer.valvesoftware.com/wiki/Button_(Portal_2)

https://developer.valvesoftware.com/wiki/Prop_floor_button https://developer.valvesoftware.com/wiki/Prop_floor_ball_button https://developer.valvesoftware.com/wiki/Prop_floor_cube_button https://developer.valvesoftware.com/wiki/Prop_under_floor_button https://developer.valvesoftware.com/wiki/Prop_button https://developer.valvesoftware.com/wiki/Prop_under_button

for a complete list of portal 2-specific entities, see https://developer.valvesoftware.com/wiki/List_of_Portal_2_Entities

Fennecai avatar Dec 22 '23 16:12 Fennecai