Do you know any good: "vanilla weaponry with reloads" mods?
-
- Posts: 31
- Joined: Sat Dec 16, 2017 3:00 pm
Do you know any good: "vanilla weaponry with reloads" mods?
I've been playing a lot lately due to my PC getting killed and having to resort to delta touch.
I've been playing with this viewtopic.php?f=43&t=34870 but this mod breaks the medkit sprites for whatever reason and the shotgun with 12 shells and obligatory reload (can't stop it by any means) kinda threw me off.
I also used this one https://www.dropbox.com/s/jfw4zjrwv696e ... 6.pk3?dl=0 but the manual item pickups made it painful to use (also it didn't have shell ejections wich are something I really liked about the previous mod).
The only good alternative I've found was xaser's parkour mod but it's not doom1 friendly so I decided to ask around here for the veterans who sail through the gameplay mods.
P.s when I say "vanilla" I mean vanilla sprites and sounds (smooth doom basically). The weapon behavior doesn't need to be vanilla.
Edit: I found what I was looking for viewtopic.php?f=43&t=51762 if someone knows how to make a script to make the shells fade with time, please tell me.
I've been playing with this viewtopic.php?f=43&t=34870 but this mod breaks the medkit sprites for whatever reason and the shotgun with 12 shells and obligatory reload (can't stop it by any means) kinda threw me off.
I also used this one https://www.dropbox.com/s/jfw4zjrwv696e ... 6.pk3?dl=0 but the manual item pickups made it painful to use (also it didn't have shell ejections wich are something I really liked about the previous mod).
The only good alternative I've found was xaser's parkour mod but it's not doom1 friendly so I decided to ask around here for the veterans who sail through the gameplay mods.
P.s when I say "vanilla" I mean vanilla sprites and sounds (smooth doom basically). The weapon behavior doesn't need to be vanilla.
Edit: I found what I was looking for viewtopic.php?f=43&t=51762 if someone knows how to make a script to make the shells fade with time, please tell me.
Last edited by Thedarkcube on Fri Nov 08, 2019 8:30 am, edited 6 times in total.
- Matt
- Posts: 9696
- Joined: Sun Jan 04, 2004 5:37 pm
- Preferred Pronouns: They/Them
- Operating System Version (Optional): Debian Bullseye
- Location: Gotham City SAR, Wyld-Lands of the Lotus People, Dominionist PetroConfederacy of Saudi Canadia
- Contact:
Re: Do you know any good: "vanilla weaponry with reload" mod
I think the best answer is "code your own" because reload pauses change the flow of the game and the balance of the weapons so much that I've never seen anything that just does "vanilla + reload" without a bunch of other stuff.
-
- Posts: 31
- Joined: Sat Dec 16, 2017 3:00 pm
Re: Do you know any good: "vanilla weaponry with reload" mod
I would but as mentioned previously my PC is currently: dead.Matt wrote:I think the best answer is "code your own" because reload pauses change the flow of the game and the balance of the weapons so much that I've never seen anything that just does "vanilla + reload" without a bunch of other stuff.
Re: Do you know any good: "vanilla weaponry with reload" mod
.pk3s are literally zips. You can create and edit them with anything that can do stuff with zips.Thedarkcube wrote:I would but as mentioned previously my PC is currently: dead.Matt wrote:I think the best answer is "code your own" because reload pauses change the flow of the game and the balance of the weapons so much that I've never seen anything that just does "vanilla + reload" without a bunch of other stuff.
-
- Posts: 31
- Joined: Sat Dec 16, 2017 3:00 pm
Re: Do you know any good: "vanilla weaponry with reload" mod
So there is a way to mod via phone? If so i will learn it asp.Tartlman wrote:.pk3s are literally zips. You can create and edit them with anything that can do stuff with zips.Thedarkcube wrote:I would but as mentioned previously my PC is currently: dead.Matt wrote:I think the best answer is "code your own" because reload pauses change the flow of the game and the balance of the weapons so much that I've never seen anything that just does "vanilla + reload" without a bunch of other stuff.
-
- Posts: 31
- Joined: Sat Dec 16, 2017 3:00 pm
Re: Do you know any good: "vanilla weaponry with reloads" mo
I used both in the past but they aren't full vanilla.m8f wrote:Weapons of Saturn: viewtopic.php?f=43&t=36821#p698354
Faspons: viewtopic.php?f=43&t=48985#p845608
Re: Do you know any good: "vanilla weaponry with reload" mod
you can use github or something i guess. It wouldn't be too hard if it works well on mobile (i haven't tried). An example of a doom mod that does this is hideous destructor (here's the github page)Thedarkcube wrote:So there is a way to mod via phone? If so i will learn it asp.Tartlman wrote:.pk3s are literally zips. You can create and edit them with anything that can do stuff with zips.Thedarkcube wrote: I would but as mentioned previously my PC is currently: dead.
- Matt
- Posts: 9696
- Joined: Sun Jan 04, 2004 5:37 pm
- Preferred Pronouns: They/Them
- Operating System Version (Optional): Debian Bullseye
- Location: Gotham City SAR, Wyld-Lands of the Lotus People, Dominionist PetroConfederacy of Saudi Canadia
- Contact:
Re: Do you know any good: "vanilla weaponry with reloads" mo
You'll need:
- something that lets you package zips
- something that lets you manage user files in folders
- something that lets you edit text
I wouldn't even try to do any image stuff on a phone (at least not anything pixel-related or that requires setting transparencies), but that's just me.
- something that lets you package zips
- something that lets you manage user files in folders
- something that lets you edit text
I wouldn't even try to do any image stuff on a phone (at least not anything pixel-related or that requires setting transparencies), but that's just me.
Re: Do you know any good: "vanilla weaponry with reloads" mods?
Does anyone know where I can learn more about the second mod? (Dropbox one)