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

[DECOHack] DropItem not Saving Properly if Only Change #91

Closed
MTrop opened this issue May 4, 2023 · 1 comment
Closed

[DECOHack] DropItem not Saving Properly if Only Change #91

MTrop opened this issue May 4, 2023 · 1 comment
Assignees
Labels
bug Introduced unintentional problem. high priority FIX IT.

Comments

@MTrop
Copy link
Owner

MTrop commented May 4, 2023

From Doomy__Doom on DoomWorld:


If the only thing you specify is dropitem, empty dehacked is generated.

Minimal setup

using mbf21

thing 11 "Chaingun Sargeant"
{
	DropItem 64
}

produces

Patch File for DeHackEd v3.0
# Created with DECOHack v0.30.1 by Matt Tropiano
# Note: Use the pound sign ('#') to start comment lines.

Doom version = 21
Patch format = 6

Adding something else

using mbf21

thing 11 "Chaingun Sargeant"
{
	Mass 101
	DropItem 64
}

produces expected result

Patch File for DeHackEd v3.0
# Created with DECOHack v0.30.1 by Matt Tropiano
# Note: Use the pound sign ('#') to start comment lines.

Doom version = 21
Patch format = 6


Thing 11 (Chaingun Sargeant)
Mass = 101
Dropped item = 64

Looks like some boolean value is not getting tripped on export.

@MTrop MTrop added bug Introduced unintentional problem. high priority FIX IT. labels May 4, 2023
@MTrop MTrop self-assigned this May 4, 2023
MTrop added a commit that referenced this issue May 4, 2023
@MTrop
Copy link
Owner Author

MTrop commented May 4, 2023

Fixed in commit bd4fd66.

@MTrop MTrop closed this as completed May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Introduced unintentional problem. high priority FIX IT.
Projects
None yet
Development

No branches or pull requests

1 participant