-
Notifications
You must be signed in to change notification settings - Fork 303
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
Terrain manipulation #3890
Comments
Would the ideal behavior be to restore terrain slowly over time after a building has been removed from the area? |
Or don't deform the terrain at all, and add a levelling pad under the building instead. |
how the heckin shoot do you propose to accomplish that? This is some hard coded engine behavior stuff innit? |
|
Better, but would just mean the issue raised in OP just takes longer to do. Also means building structures on slightly bumpy terrain might take longer sometimes leading to player ??? Good to tag as a GDT issue? |
What do you mean? All it would be doing is instead of levelling the land, the building would have a cube underneath that fills in the void space. When the building dies, the cube dies, and the original terrain is right there. Functionally, it would be no different than raising the terrain. The only possible issue is in cases where the building lowers the terrain. |
you could also just disallow building on ramps |
Doesnt this raise an issue if you finish a factory and build a tank it wont be able to exit because steepness? |
You can do these steep terrains with dgun alone and it would cause the same issue. I actually liked Seths idea that terrain in time goes to normal instead of staying deformed all game. Digging with weapons (like nukes) is just meme anyway. |
From GDT minutes: |
If I may, I believe the root of the problem lies in the unconstrained manipulation of terrain. |
Description
terrain.480.mp4
You can manipulate terrain with building frames such that it affects unit passability in your favor in a match. This kind of manipulation should probably be prevented somehow. Maybe add a small local terrain restore command when a buildingframe decays or is destroyed just to undo the terrain flattening that happens upon placing a building frame.
https://discord.com/channels/549281623154229250/1300196979254628432/1300386398422958081 for higher quality video. But you probably get the idea from above.
Expected Behaviour
Player cannot gain gameplay advantage from manipulating the terrain with building frames.
Actual Behaviour
Player can gain gameplay advantage from manipulating the terrain with building frames.
Reproduction steps
See video above.
Other
No response
The text was updated successfully, but these errors were encountered: