Need somebody to fix conversion errors
Moderator: GZDoom Developers
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
-
- Posts: 226
- Joined: Fri Jan 30, 2015 10:32 pm
- Location: Pittman Center
- Contact:
Need somebody to fix conversion errors
Okay, so I’m done with the UDMF conversion for the Heretic maps. The only thing left is that the linedef function differences between Doom & Heretic caused issues during the "vanilla-to-Hexen" Format conversion. I was wondering if anybody better versed in linedefs than me would like me to upload/send the ZIP so you can fix said errors for me?
- Kappes Buur
-
- Posts: 4171
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
- Contact:
Re: Need somebody to fix conversion errors
The only way, I know of, to 'fix' the conversion errors in a resultant Heretic (Hexen) pwad or UDMF pwad would be to load both pwads, the original pwad and the converted Hexen format pwad or UDMF pwad, side by side
Obviously 217 is the incorrect linedef special, which needs to be corrected to linedef special 12, like the other doors in that area.
Spoiler:and go systemacally through the linedef specials and sector specials one by one and correct any errors.
Obviously 217 is the incorrect linedef special, which needs to be corrected to linedef special 12, like the other doors in that area.
-
- Posts: 226
- Joined: Fri Jan 30, 2015 10:32 pm
- Location: Pittman Center
- Contact:
Re: Need somebody to fix conversion errors
You can do multiple windows in GZDB? Anyway, I get that. I just needed help from somebody who knows the ins & outs of the formats better than me.
- ramon.dexter
- Posts: 1562
- Joined: Tue Oct 20, 2015 12:50 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Kozolupy, Bohemia
Re: Need somebody to fix conversion errors
First: stop using gzdb, jump to udb.
Second: you can have as many instances of udb, as your ram allows.
Second: you can have as many instances of udb, as your ram allows.
-
- Posts: 226
- Joined: Fri Jan 30, 2015 10:32 pm
- Location: Pittman Center
- Contact:
Re: Need somebody to fix conversion errors
Already got everything fixed, but thanks.