Not sure if this is the fault of an engine change or my own dumbassery.
Steps to reproduce:
1.) Grab the Redneck Rampage key enlarger mod.
2.) Load it up with Redneck Rampage Rides Again.
3.) Run over to the key at the very start of the first level, right next to the buskers. It should be using the replacement tile, but it doesn't seem to be?
[0.9.1] DEF file seemingly not replacing tiles anymore?
Moderator: Raze Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
-
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
-
- Lead GZDoom+Raze Developer
- Posts: 49194
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: [0.9.1] DEF file seemingly not replacing tiles anymore?
I think this comes from the parser being replaced with GZDooms - it treats numbers with leading zeroes as octal, as is standard for C. Apparently the original Build parser did not.
-
- Lead GZDoom+Raze Developer
- Posts: 49194
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: [0.9.1] DEF file seemingly not replacing tiles anymore?
Fixed. It was the octal issue plus a little oversight when migrating to the full ZDoom texture manager.