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

c2m2_fairgrounds.cfg in zonemod / elite / apex configs at line 33 have not closed structure #21

Closed
Electr0 opened this issue Aug 23, 2019 · 1 comment
Labels
Soon™ Will get to it in due time.

Comments

@Electr0
Copy link
Contributor

Electr0 commented Aug 23, 2019

bug found by empathy

cfg\stripper\zonemod\maps\c2m2_fairgrounds.cfg, line 33:

{
	"classname" "prop_dynamic"
	"angles" "0 0 0"
	"disablereceiveshadows" "0"
	"disableshadows" "1"
	"lightingorigin" "sfproplight"
	"model" "models/props_fairgrounds/tol_tunnel_heart.mdl"
	"solid" "6"
	"origin" "-4448.52 -5503.66 63.3769"
{
	"classname" "prop_dynamic"
	"angles" "0 270 0"
	"disablereceiveshadows" "0"
	"disableshadows" "1"
	"model" "models/props_industrial/warehouse_shelf001.mdl"
	"solid" "6"
	"origin" "-4463.12 -5564.78 -64.5013"
}
should be:
{
	"classname" "prop_dynamic"
	"angles" "0 0 0"
	"disablereceiveshadows" "0"
	"disableshadows" "1"
	"lightingorigin" "sfproplight"
	"model" "models/props_fairgrounds/tol_tunnel_heart.mdl"
	"solid" "6"
	"origin" "-4448.52 -5503.66 63.3769"
}
{
	"classname" "prop_dynamic"
	"angles" "0 270 0"
	"disablereceiveshadows" "0"
	"disableshadows" "1"
	"model" "models/props_industrial/warehouse_shelf001.mdl"
	"solid" "6"
	"origin" "-4463.12 -5564.78 -64.5013"
}
@Electr0 Electr0 changed the title c2m2_fairgrounds.cfg at line 33 have not closed structure c2m2_fairgrounds.cfg in zonemod / elite / apex configs at line 33 have not closed structure Aug 23, 2019
@SirPlease SirPlease added the Soon™ Will get to it in due time. label Aug 24, 2019
@SirPlease
Copy link
Owner

Fixed in Update v0.4
Thanks for reporting! 👍

apples1949 pushed a commit to apples1949/applemod that referenced this issue Mar 28, 2024
[pull] master from SirPlease:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Soon™ Will get to it in due time.
Projects
None yet
Development

No branches or pull requests

2 participants