Standalone Game Template
Forum rules
Before posting your Resource, please make sure you can answer YES to any of the following questions:
Consult the Resource/Request Posting Guidelines for more information.
Please don't put requests here! They have their own forum --> here. Thank you!
Before posting your Resource, please make sure you can answer YES to any of the following questions:
- Is the resource ENTIRELY my own work?
- If no to the previous one, do I have permission from the original author?
- If no to the previous one, did I put a reasonable amount of work into the resource myself, such that the changes are noticeably different from the source that I could take credit for them?
Consult the Resource/Request Posting Guidelines for more information.
Please don't put requests here! They have their own forum --> here. Thank you!
-
- Posts: 106
- Joined: Sun Feb 25, 2018 10:53 am
- Location: Tatarstan
Re: Standalone Game Template
This is very useful for to learning. It is very difficult for me to learn the whole doom, because now there are several different ports. Is this exclusive to for gzdoom or it is allowed to use for other ports?
-
-
- Posts: 17454
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: Standalone Game Template
The PK3 is made for GZDoom, but nothing is stopping you from taking the (limited) textures or sprites in there and use them in any other engine.
------------
I have found the cause of the Ultimate Doom Builder errors. Will update the front post along with the next version
------------
I have found the cause of the Ultimate Doom Builder errors. Will update the front post along with the next version
-
- Posts: 106
- Joined: Sun Feb 25, 2018 10:53 am
- Location: Tatarstan
Re: Standalone Game Template
Great file! I'm starting to understand a little.
The RROTT mod (https://www.elzee.co.nz/rotttc/) runs very well with this file, so no other iwad is needed.
Other than that, I was able to run it on k8vavoom, but I had to remove the whole zscript and add the player parameters to the mapinfo.
Interestingly, textures from other pk3 are displayed correctly, despite the difference in the standard palette.
The RROTT mod (https://www.elzee.co.nz/rotttc/) runs very well with this file, so no other iwad is needed.
Other than that, I was able to run it on k8vavoom, but I had to remove the whole zscript and add the player parameters to the mapinfo.
Interestingly, textures from other pk3 are displayed correctly, despite the difference in the standard palette.
-
- Posts: 1
- Joined: Thu Aug 25, 2022 6:54 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
Re: Standalone Game Template
Not sure if it's just me, but the downloads don't seem to be working. Anyone else experiencing this issue?
-
- Posts: 106
- Joined: Sun Feb 25, 2018 10:53 am
- Location: Tatarstan
-
- Posts: 32
- Joined: Thu Jul 29, 2021 2:02 pm
Re: Standalone Game Template
PowerUpT wrote: ↑Sat Mar 06, 2021 2:55 pm Hi,
I'm really glad I found this resource, because it's exactly what I need for a project! Unfortunately I'm running into a really weird issue, but not a major one now that I have identified what is happening partially.
The template was working fine, and I had barely begun trying some map editing and adding textures with it. Strangely, when I added some new textures to the ipk3 and loaded it into GZDoom (I am using the GZDoom version), it started prompting me for an iwad anyways even when I supply it one by dragging the iwad/ipk3 onto the executable, launching it with SLADE3 directly, or using a launch parameter on the command line. This leads to a launch error, that seems to be the source port freaking out about there being multiple player objects and huds loaded, due to the source port loading twice:This seems like a source port problem to me, but I'm putting it here because it only affects the template ipk3. Launching Doom 2 with a parameter also brings up the iwad prompt again, but it loads fine.Code: Select all
MyStandaloneGame.ipk3:zscript/mystandalonegameplayer/mystandalonegameplayer.zc, line 1: Class name MyStandaloneGamePlayer already exists MyStandaloneGame.ipk3:zscript/mystandalonegamehud/mystandalonegamehud.zc, line 1: Class name MyStandaloneGameHUD already exists MyStandaloneGame.ipk3:zscript/mystandalonegameplayer/mystandalonegameplayer.zc, line 1: MyStandaloneGamePlayer already has defaults
Could this be an issue with the template? I just want to ask before I put this issue on the GZDoom github. Thanks.
Having this same problem after using this just fine some months ago. Tried it with a new GZDoom download even, still the same error persists. Only replying because I observed that nobody else has replied to this person with this problem, and the problem getting fixed can help me and other future individuals who may have also stumbled upon this problem. Thank you to whomever can help me, though.
-
- Posts: 2
- Joined: Thu Aug 22, 2024 6:03 pm
- Preferred Pronouns: She/Her
Re: Standalone Game Template
For anyone still facing the above error as I was, I figured out an interim fix. If you're testing the .ipk3 from Slade or a similar editor where you set GZDoom as your testing resource, GZDoom loads your ipk3, and then Slade loads it as well, leading to the double up that causes the error. The workaround I've found for now is to just run a GZDOOM shortcut pointing to my ipk3 whenever I need to test. A bit annoying but this template is so useful (thanks Nash!) it's worth it to continue using it.