Z-Kart Community Project - Sprite slots now open.
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
Re: Z-Kart Community Project - Sprite slots now open.
SOLAR! Welcome back!
- solarsnowfall
- Posts: 1581
- Joined: Thu Jun 30, 2005 1:44 am
Re: Z-Kart Community Project - Sprite slots now open.
I just dusted off an old PC of mine a few weeks ago to turn into a server. I'm fairly certain that I saw on it my old Doom Kart resources. If anyone thinks they might be of use or interest I could look at packaging them up and uploading them somewhere.
Re: Z-Kart Community Project - Sprite slots now open.
Can i take Phobos Cup Bonus?
Re: Z-Kart Community Project - Sprite slots now open.
Hey. I just downloaded the latest demo along with the latest dev build of ZDoom from DRD (8 Aug). Sadly, the demo won't load. I get a decorate error about:
doomguy txt line 48: "friction" is an unknown actor property
Is this a user error?
doomguy txt line 48: "friction" is an unknown actor property
Is this a user error?
Re: Z-Kart Community Project - Sprite slots now open.
Yeah. The user error is that you've managed to use an old version of ZDoom instead.
It needs asking - you're not just loading it in GZDoom instead, are you?
(I think I might throw in some GZDoom detector code and warn people to stop being silly - at least while it's still in the grossly-incomplete stage.)
It needs asking - you're not just loading it in GZDoom instead, are you?
(I think I might throw in some GZDoom detector code and warn people to stop being silly - at least while it's still in the grossly-incomplete stage.)
Re: Z-Kart Community Project - Sprite slots now open.
Yep, I just realised I'd unzipped the dev build into the wrong folder. Sorry about that. 

Re: Z-Kart Community Project - Sprite slots now open.
The mod actually works with the latest GZDoom dev build, anyway.
@LoganMTM: Added. You can pick any E1 map that hasn't been claimed yet, so it doesn't necessarily have to be the secret level.
@solarsnowfall: That would be excellent
@LoganMTM: Added. You can pick any E1 map that hasn't been claimed yet, so it doesn't necessarily have to be the secret level.
@solarsnowfall: That would be excellent

Re: Z-Kart Community Project - Sprite slots now open.
Yeah, it should work on latest dev GZDoom, but it also acts as a discouragement for mappers testing exclusively in hardware mode 

Re: Z-Kart Community Project - Sprite slots now open.
...no, that post didn't need correcting. It's an incentive to test in software, and discouragement from testing in hardware.
Re: Z-Kart Community Project - Sprite slots now open.
scalliano wrote:* This project is intended primarily for software Zdoom.
Re: Z-Kart Community Project - Sprite slots now open.
Another maintenance version. Arch Vile is in. I've been playing around trying to make the dropped barrels (ie the ones you're meant to ram and get damaged by) to no success. I have them in there as a projectile with 0 speed, but then that means the collision checks don't happen. It does occasionally work - on yourself. Need a reliable way to do the DECORATE for them (and preferably without some convoluted hack).
Updates have been slow as y'all have noticed. Big day tomorrow for QB, and I was also at Flow Festival all weekend (Die Antwoord live were pretty amazeballs, I've never seen a Finnish crowd that in to a band). But, looking at the date stamps in my Google Drive, the first version of Z-Kart (Doom: Kartmageddon?) was uploaded on the 15th of July. So that's about 28 days there.
We have 15 of 17 stock racers. We have some maps. We have a halfway-viable kart racing engine that isn't complete and already has variation in kart types. 28 days, and we've got something that people have been trying to do in Doom for a decade.
I'll get back in to the swing of things later on this week and try to "finish up" the physics (ie get it in a state where only tweaks will need to be done with it).
Updates have been slow as y'all have noticed. Big day tomorrow for QB, and I was also at Flow Festival all weekend (Die Antwoord live were pretty amazeballs, I've never seen a Finnish crowd that in to a band). But, looking at the date stamps in my Google Drive, the first version of Z-Kart (Doom: Kartmageddon?) was uploaded on the 15th of July. So that's about 28 days there.
We have 15 of 17 stock racers. We have some maps. We have a halfway-viable kart racing engine that isn't complete and already has variation in kart types. 28 days, and we've got something that people have been trying to do in Doom for a decade.
I'll get back in to the swing of things later on this week and try to "finish up" the physics (ie get it in a state where only tweaks will need to be done with it).
Re: Z-Kart Community Project - Sprite slots now open.
No sweat, Goober, we really are making serious progress right now. Good luck with the Quantum Break stuff and hopefully we'll catch you later in the week.
- Discordance
- Posts: 130
- Joined: Sun Sep 08, 2013 3:34 pm
Re: Z-Kart Community Project - Sprite slots now open.
I think with me on the map roster, the decade can easily be arranged 

Re: Z-Kart Community Project - Sprite slots now open.
I suppose the TOUCHY flag would make it too fragile, but how about making it pushable and reducing the barrel's health in a loop based on the actor velocity variable?GooberMan wrote:I've been playing around trying to make the dropped barrels (ie the ones you're meant to ram and get damaged by) to no success. I have them in there as a projectile with 0 speed, but then that means the collision checks don't happen. It does occasionally work - on yourself. Need a reliable way to do the DECORATE for them (and preferably without some convoluted hack).