That's not related to this script. As you can see, these warnings originate from raze.pk3, which is part of the Raze installation package. Apparently they have to update some code in their ZScripts. You would have to report this in the Raze issues thread. The game.con warning on the other hand is a rather minor one.RubyEyeShabranigdu wrote: ↑Mon May 01, 2023 5:18 pm Hi, NightFright
There is some warnings in the console!
Check the screenshot for more info!
https://i.imgur.com/bkpzPm6.png
[Duke3D] Alien World Order (v1.54)
-
- Spotlight Team
- Posts: 1324
- Joined: Fri May 02, 2008 12:29 pm
- Location: Germany
Re: [Duke3D] Alien World Order (v1.53)
-
- Posts: 91
- Joined: Thu Feb 03, 2022 9:03 am
- Graphics Processor: Intel (Modern GZDoom)
- Location: Brazil
Re: [Duke3D] Alien World Order (v1.53)
I see! Thanks for letting me know!
-
-
- Posts: 17815
- Joined: Fri Jul 06, 2007 3:22 pm
Re: [Duke3D] Alien World Order (v1.53)
The one relevant thing here is the CON warning on game.con line 3413, expecting an identifier but getting a numeric literal 1.
The script warnings are directly in Raze stuff, it's up to the Raze devs to fix them.
The script warnings are directly in Raze stuff, it's up to the Raze devs to fix them.
-
- Posts: 762
- Joined: Mon May 10, 2021 8:08 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): EndeavorOS (basically Arch)
- Graphics Processor: Intel with Vulkan/Metal Support
Re: [Duke3D] Alien World Order (v1.53)
They're called translation units.ZScripts
Ironic how Raze uses deprecated functions in its own files.
-
- Spotlight Team
- Posts: 1324
- Joined: Fri May 02, 2008 12:29 pm
- Location: Germany
Version 1.54 released
No functionality changes, just catching another potential issue people may encounter with a missing file.
Changelog:
> Added abort condition in case chcp.com is not found
> 7za.exe updated to latest version (v23.01)
Changelog:
> Added abort condition in case chcp.com is not found
> 7za.exe updated to latest version (v23.01)
-
- Posts: 91
- Joined: Thu Feb 03, 2022 9:03 am
- Graphics Processor: Intel (Modern GZDoom)
- Location: Brazil
Re: Version 1.54 released
Nice! But the command to delete 7z.dll is missing!NightFright wrote: ↑Thu Oct 26, 2023 9:53 am No functionality changes, just catching another potential issue people may encounter with a missing file.
Changelog:
> Added abort condition in case chcp.com is not found
> 7za.exe updated to latest version (v23.01)
Thanks!
-
- Spotlight Team
- Posts: 1324
- Joined: Fri May 02, 2008 12:29 pm
- Location: Germany
Re: [Duke3D] Alien World Order (v1.54)
Right, I had forgotten to delete 7z.exe and 7z.dll from the repository since file names have changed. Thanks for the hint, it has been corrected.