Weapons of Saturn

Projects that alter game functions but do not include new maps belong here.
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.
User avatar
Captain J
 
 
Posts: 16890
Joined: Tue Oct 02, 2012 2:20 am
Location: An ancient Escape Shuttle(No longer active here anymore)
Contact:

Re: Weapons of Saturn [UPDATE Aug 02, 2016]

Post by Captain J »

NullWire wrote:I edit my personal version of this..

http://www.mediafire.com/file/q9dahw06l ... 282%29.rar
Looks... Kinda nice, but have you ever gotten his permission to host your own standalone?
User avatar
NullWire
Posts: 270
Joined: Fri Dec 18, 2015 4:48 pm

Re: Weapons of Saturn [UPDATE Aug 02, 2016]

Post by NullWire »

Captain J wrote:
NullWire wrote:I edit my personal version of this..

http://www.mediafire.com/file/q9dahw06l ... 282%29.rar
Looks... Kinda nice, but have you ever gotten his permission to host your own standalone?
I only posted this here, I say ¨Is only for personal use¨
User avatar
Big C
Posts: 2839
Joined: Tue Oct 19, 2010 3:24 pm

Re: Weapons of Saturn [UPDATE Aug 02, 2016]

Post by Big C »

Personal use means you weren't planning to share it with anyone else. :S
User avatar
Captain J
 
 
Posts: 16890
Joined: Tue Oct 02, 2012 2:20 am
Location: An ancient Escape Shuttle(No longer active here anymore)
Contact:

Re: Weapons of Saturn [UPDATE Aug 02, 2016]

Post by Captain J »

Personal or not, if you really want to share your own addon or standalone, you must get a permission from the original author first. Also, it's not personal anymore because someone(it's me tho) already downloaded and played it, right?
SuaveSteve
Posts: 76
Joined: Sat Jul 05, 2014 7:38 am

Re: Weapons of Saturn [UPDATE Aug 02, 2016]

Post by SuaveSteve »

I can't really sing praise you haven't heard already :)

Friend and I are playing this mod in coop mainly and we love it.

He just had one suggestion though, when you reload while zoomed in, it returns to being zoomed in.
User avatar
Kostov
 
 
Posts: 2020
Joined: Thu Dec 26, 2013 3:26 pm
Location: Sweden
Contact:

Re: Weapons of Saturn [UPDATE Aug 02, 2016]

Post by Kostov »

Hey, this is a pretty good mod, it's one of those that just takes Doom and brings it to another level. I like those.

I found a bug - immediately after shooting with the shotgun, hitting the reload key will reload it with new shells out of nowhere.
User avatar
Lippeth
Posts: 293
Joined: Wed Apr 24, 2013 1:41 am
Location: Lost Angeles

Re: Weapons of Saturn [UPDATE Feb 23, 2017]

Post by Lippeth »

So I had a bit of free time and made an update for those who normally refuse to play mods with reload mechanics. I added a menu option to disable the reloading mechanics for individual weapons. You can still reload manually and are still using the secondary ammo pool, but you can now keep shooting and not have to worry about getting caught with an empty magazine. Turn this on or off for any weapon you want.

I also updated the Coach gun so that it rests on Doomguy's arm, similar to the shotgun in Far Cry 3: Blood Dragon.
User avatar
Dr_Cosmobyte
Posts: 2755
Joined: Thu Jun 04, 2015 9:07 pm
Location: Killing spiders.

Re: Weapons of Saturn [UPDATE Feb 23, 2017]

Post by Dr_Cosmobyte »

Thanks for the update man! Very nice to see this is still kicking.

I'm very sorry for being annoying, but there's a stray pink pixel on the new coach sprites. between the fingers.
RoastyMytosis
Posts: 3
Joined: Mon Feb 22, 2016 10:30 am

Re: Weapons of Saturn [UPDATE Feb 23, 2017]

Post by RoastyMytosis »

I think I may have spotted a bug: kicking while using the pistol will take ammo out of the gun's clip.
User avatar
Lippeth
Posts: 293
Joined: Wed Apr 24, 2013 1:41 am
Location: Lost Angeles

Re: Weapons of Saturn [UPDATE Feb 23, 2017]

Post by Lippeth »

RoastyMytosis wrote:I think I may have spotted a bug: kicking while using the pistol will take ammo out of the gun's clip.
Wow, a bug indeed!

So I've fixed it for the most part, but now after reloading, kicking will still take one point of ammo but after that it functions as intended. I may be stumped on this one.

My guess is that it has something to do with the new iteration of GZDoom. I delayed using it until recently and did my best to update compatibility but it may take some time to work out all the kinks.
GAA1992 wrote:Thanks for the update man! Very nice to see this is still kicking.

I'm very sorry for being annoying, but there's a stray pink pixel on the new coach sprites. between the fingers.
To be honest it didn't bother me until you said something :)

I'll remove it by the next update which should be fairly soon.
User avatar
faslrn
Posts: 512
Joined: Tue Mar 24, 2015 3:43 pm
Location: Steam: faslrn
Contact:

Re: Weapons of Saturn [UPDATE Feb 23, 2017]

Post by faslrn »

Lippeth wrote:
RoastyMytosis wrote:I think I may have spotted a bug: kicking while using the pistol will take ammo out of the gun's clip.
Wow, a bug indeed!

So I've fixed it for the most part, but now after reloading, kicking will still take one point of ammo but after that it functions as intended. I may be stumped on this one.

My guess is that it has something to do with the new iteration of GZDoom. I delayed using it until recently and did my best to update compatibility but it may take some time to work out all the kinks.
GAA1992 wrote:Thanks for the update man! Very nice to see this is still kicking.

I'm very sorry for being annoying, but there's a stray pink pixel on the new coach sprites. between the fingers.
To be honest it didn't bother me until you said something :)

I'll remove it by the next update which should be fairly soon.
The issue with the kick using ammo is kind of a weird one:

Code: Select all

Kick:
	TNT1 A 0 A_PlaySound("weapons/foot/swing")
	GKCK ABC 2
	BOOT D 1
	BOOT D 1 A_ZoomFactor(0.995)
	TNT1 A 0 A_FireCustomMissile("PistolKick",0,0,0,0)
	TNT1 A 0 A_CustomPunch ((1+random(2,8)), 0 , 0 , "FootPuff",96)
	TNT1 A 0 A_ZoomFactor(1.0)
	KICK E 1 A_Punch  <------------------------------------------------------
	KICK F 1
	KICK G 2
	KICK E 1
	BOOT D 2
	GKCK CCBBA 1
	BRTT B 1
	Goto ReadyII
A_Punch. That son of a bitch. By default, since you are calling it on a weapon, it seems to be using ammo (in this case, 9mm). I recommend switching out the A_Punch with A_Custompunch((1+random(1,3)),0,CPF_NORANDOMPUFFZ,"FootPuff",70) and bam, fixed.
User avatar
Lippeth
Posts: 293
Joined: Wed Apr 24, 2013 1:41 am
Location: Lost Angeles

Re: Weapons of Saturn [UPDATE Feb 23, 2017]

Post by Lippeth »

Thanks for the help, faslrn!

CPF_NORANDOMPUFFZ actually fixed another related problem, my original workaround was just to give one point of ammo back after being taken by A_CustomPunch. Much cleaner now!

I've added you to the credits as well, as I sorta maybe took the concept of your menu options from your version of WoS as well.

Updated link on main page as always, with fixed ammo bug as well as cleaning up the Shotty sprites.
JohnnyTheWolf
Posts: 1145
Joined: Mon Oct 05, 2015 8:37 am

Re: Weapons of Saturn [UPDATE Feb 23, 2017]

Post by JohnnyTheWolf »

Some weird issue with the 1911: when I am down to my last clip, rather than firing the last bullets remaining, the game will automatically switch to a different weapon instead.
User avatar
faslrn
Posts: 512
Joined: Tue Mar 24, 2015 3:43 pm
Location: Steam: faslrn
Contact:

Re: Weapons of Saturn [UPDATE Feb 23, 2017]

Post by faslrn »

Lippeth wrote:Thanks for the help, faslrn!

CPF_NORANDOMPUFFZ actually fixed another related problem, my original workaround was just to give one point of ammo back after being taken by A_CustomPunch. Much cleaner now!

I've added you to the credits as well, as I sorta maybe took the concept of your menu options from your version of WoS as well.

Updated link on main page as always, with fixed ammo bug as well as cleaning up the Shotty sprites.
You're welcome my Broseph :cheers:
User avatar
Lippeth
Posts: 293
Joined: Wed Apr 24, 2013 1:41 am
Location: Lost Angeles

Re: Weapons of Saturn [UPDATE Feb 23, 2017]

Post by Lippeth »

JohnnyTheWolf wrote:Some weird issue with the 1911: when I am down to my last clip, rather than firing the last bullets remaining, the game will automatically switch to a different weapon instead.
Whoops. I forgot to re-add the +WEAPON.AMMO_CHECKBOTH flag when trying to figure out why I was using ammo while kicking. Should be fixed now.
Post Reply

Return to “Gameplay Mods”