[abandoned mod] Fun Guns (Yet Another Gun...) [fun_guns]

Post Reply
User avatar
duane
Member
Posts: 1715
Joined: Wed Aug 19, 2015 19:11
GitHub: duane-r
Location: Oklahoma City
Contact:

[abandoned mod] Fun Guns (Yet Another Gun...) [fun_guns]

by duane » Post

Note: I'm no longer working on this mod.

Fun_Guns is a very experimental mod that adds a flintlock pistol, which you can shoot mobs with. You actually have to reload the pistol between shots (on the craft screen), so the wise man carries several loaded pistols, to fire in rapid succession.

Screenshot
Spoiler
Image
Recipes
Spoiler
Combine Gun Powder, Gold Ball, Flintlock Pistol (unloaded) to produce Flintlock Pistol (loaded).

Combine the following to produce Flintlock Pistol (unloaded):
[empty], [empty], [empty]
Steel Ingot, group:wood, Flint
[empty], [empty], Inspiration

Cook Gold Ingot to produce fun_guns:gold_ball 10.
This is a work in progress.

The source is available on github.

Code: LGPL2
Textures: CC0
Sounds: CC0

Mod dependencies: default, tnt, inspire?

Download: https://github.com/duane-r/fun_guns/archive/master.zip
Last edited by duane on Sun May 27, 2018 23:43, edited 2 times in total.
Believe in people and you don't need to believe anything else.

User avatar
duane
Member
Posts: 1715
Joined: Wed Aug 19, 2015 19:11
GitHub: duane-r
Location: Oklahoma City
Contact:

Re: [Mod] Fun Guns (Yet Another Gun...) [fun_guns]

by duane » Post

Problems:

- No idea if it will shoot people.
Believe in people and you don't need to believe anything else.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [Mod] Fun Guns (Yet Another Gun...) [fun_guns]

by azekill_DIABLO » Post

hey it looks great! why no one replied?
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
Lone_Wolf
Member
Posts: 2578
Joined: Sun Apr 09, 2017 05:50
GitHub: LoneWolfHT
IRC: LandarVargan
In-game: LandarVargan

Re: [Mod] Fun Guns (Yet Another Gun...) [fun_guns]

by Lone_Wolf » Post

azekill_DIABLO wrote:hey it looks great! why no one replied?
None are registered maybe?
Can you change the gold balls to iron/steel balls?
My ContentDB -|- Working on CaptureTheFlag -|- Minetest Forums Dark Theme!! (You need it)

User avatar
xeranas
Member
Posts: 162
Joined: Fri Feb 05, 2016 11:06

Re: [Mod] Fun Guns (Yet Another Gun...) [fun_guns]

by xeranas » Post

Never see such check "_is_a_mob" is it on new build? It does seems that this part was newer triggered and thus I was unable to damage mobs.

I did check locally and at least for my case issue is around "obj:punch" checks. Mod fort spikes also damaging entities by punching them works for players and mobs. However I do not use _is_a_mob flag check.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [Mod] Fun Guns (Yet Another Gun...) [fun_guns]

by azekill_DIABLO » Post

i never saw this either
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
Lone_Wolf
Member
Posts: 2578
Joined: Sun Apr 09, 2017 05:50
GitHub: LoneWolfHT
IRC: LandarVargan
In-game: LandarVargan

Re: [Mod] Fun Guns (Yet Another Gun...) [fun_guns]

by Lone_Wolf » Post

So will this dmg mobs from Mobsredo?
My ContentDB -|- Working on CaptureTheFlag -|- Minetest Forums Dark Theme!! (You need it)

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [Mod] Fun Guns (Yet Another Gun...) [fun_guns]

by azekill_DIABLO » Post

no, i don't even think it damages anything...
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
Lone_Wolf
Member
Posts: 2578
Joined: Sun Apr 09, 2017 05:50
GitHub: LoneWolfHT
IRC: LandarVargan
In-game: LandarVargan

Re: [Mod] Fun Guns (Yet Another Gun...) [fun_guns]

by Lone_Wolf » Post

azekill_DIABLO wrote:no, i don't even think it damages anything...
Oh lol.
@duane you up to fixing that?
My ContentDB -|- Working on CaptureTheFlag -|- Minetest Forums Dark Theme!! (You need it)

User avatar
duane
Member
Posts: 1715
Joined: Wed Aug 19, 2015 19:11
GitHub: duane-r
Location: Oklahoma City
Contact:

Re: [Mod] Fun Guns (Yet Another Gun...) [fun_guns]

by duane » Post

I added a switch to support mobs redo, which is enabled by default. However, since there's no way to tell if a mobs redo entity is actually a mob, you might run into issues with the gun destroying other entities, nodes, etc.
Believe in people and you don't need to believe anything else.

User avatar
Lone_Wolf
Member
Posts: 2578
Joined: Sun Apr 09, 2017 05:50
GitHub: LoneWolfHT
IRC: LandarVargan
In-game: LandarVargan

Re: [Mod] Fun Guns (Yet Another Gun...) [fun_guns]

by Lone_Wolf » Post

duane wrote:I added a switch to support mobs redo, which is enabled by default. However, since there's no way to tell if a mobs redo entity is actually a mob, you might run into issues with the gun destroying other entities, nodes, etc.
the nodes being things like 'HoneyBlock'?
My ContentDB -|- Working on CaptureTheFlag -|- Minetest Forums Dark Theme!! (You need it)

User avatar
Lone_Wolf
Member
Posts: 2578
Joined: Sun Apr 09, 2017 05:50
GitHub: LoneWolfHT
IRC: LandarVargan
In-game: LandarVargan

Re: [Mod] Fun Guns (Yet Another Gun...) [fun_guns]

by Lone_Wolf » Post

duane wrote:I added a switch to support mobs redo, which is enabled by default. However, since there's no way to tell if a mobs redo entity is actually a mob, you might run into issues with the gun destroying other entities, nodes, etc.

I'll do testing, will give report...
My ContentDB -|- Working on CaptureTheFlag -|- Minetest Forums Dark Theme!! (You need it)

Jackknife
Member
Posts: 189
Joined: Fri Sep 25, 2020 20:07

Re: [abandoned mod] Fun Guns (Yet Another Gun...) [fun_guns]

by Jackknife » Post

The link no longer works

Post Reply

Who is online

Users browsing this forum: No registered users and 71 guests