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

prop_vehicle_jeep move before the dupe is done spawning in #255

Open
storm37000 opened this issue Oct 12, 2019 · 8 comments
Open

prop_vehicle_jeep move before the dupe is done spawning in #255

storm37000 opened this issue Oct 12, 2019 · 8 comments
Labels

Comments

@storm37000
Copy link

storm37000 commented Oct 12, 2019

Vehicles (standard hl2 jeep based ones) move before the dupe is done spawning in since vehicles cant be frozen. A way to fix this simply would be to spawn vehicles dead last, or set their pos and angles back to the saved value as soon as the dupe is done pasting.

@storm37000
Copy link
Author

#140 is referring to this issue too i think.

@thegrb93
Copy link
Contributor

What's advdupe1's method for preventing this?

@thegrb93 thegrb93 added the bug label Oct 13, 2019
@storm37000
Copy link
Author

storm37000 commented Oct 14, 2019

adv dupe 1 just spawns everything in the same tick just like vanilla dupe i think, at least it appears so.

@thegrb93
Copy link
Contributor

Strange, I remember it always creating a node and spawning everything gradually similarly to advdupe2, but I can check. We can change jeeps to be spawned all at once before the constraints stage.

@storm37000
Copy link
Author

I think the issue is they spawn too early, they spawn unfrozen and are effected by gravity a bit before the constraints kick in.

@thegrb93 thegrb93 changed the title Vehicles move before the dupe is done spawning in prop_vehicle_jeep move before the dupe is done spawning in Dec 28, 2019
@thegrb93 thegrb93 removed the bug label May 21, 2020
@thegrb93
Copy link
Contributor

No way to solve this with advdupe2's way of gradually spawning and constraining things.

@dvdvideo1234
Copy link
Contributor

@storm37000

You cannot just freeze a vehicle ( via physgun right click ). Current gmod version does not allow it unless they are welded to something.

@thegrb93
Copy link
Contributor

thegrb93 commented Feb 22, 2021

Another solution would be to weld all the jeep bones to the world until pasting is done.

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

No branches or pull requests

3 participants