Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import entities as props #151

Open
movercell opened this issue Jan 14, 2023 · 5 comments
Open

Import entities as props #151

movercell opened this issue Jan 14, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@movercell
Copy link

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 movercell added the enhancement New feature or request label Jan 14, 2023
@lasa01
Copy link
Owner

lasa01 commented Jan 14, 2023

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?

@movercell
Copy link
Author

Literally any p2 puzzle element

@movercell
Copy link
Author

exept arial faith plates. they do work

@BenLubar
Copy link

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)

@Fennecai
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants