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

Fix E2 ragdoll angle issues #3180

Merged
merged 1 commit into from
Nov 17, 2024
Merged

Conversation

Denneisk
Copy link
Member

Stuff I came across while experimenting.

  • Fixed setting ragdoll angles would always set the angle relative to its current angle
  • Added entity:ragdollGetAng() to reduce confusion with ragdollSetAng

Added ragdollGetAng to reduce confusion with ragdollSetAng
@thegrb93 thegrb93 merged commit 01fa17c into wiremod:master Nov 17, 2024
1 check failed
@wrefgtzweve
Copy link
Member

[wire] entities/gmod_wire_expression2/core/custom/prop.lua:1157: 'end' expected (to close 'function' at line 1150) near '__e2setcost'
  1. unknown - addons/wire/lua/entities/gmod_wire_expression2/core/extloader.lua:97
   2. pcall - [C]:-1
    3. e2_include_finalize - addons/wire/lua/entities/gmod_wire_expression2/core/extloader.lua:112
     4. unknown - addons/wire/lua/entities/gmod_wire_expression2/core/extloader.lua:185
      5. include - [C]:-1
       6. unknown - addons/wire/lua/entities/gmod_wire_expression2/core/init.lua:320
        7. include - [C]:-1
         8. unknown - addons/wire/lua/entities/gmod_wire_expression2/shared.lua:24
          9. include - [C]:-1
           10. unknown - addons/wire/lua/entities/gmod_wire_expression2/init.lua:3

There was an error loading the custom/prop.lua extension. Please report this to its developer.
attempt to call a nil value

Errors on startup, second time e2 was broken on main within a week

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

Successfully merging this pull request may close these issues.

3 participants