magical weapons mod

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

magical weapons mod

by veNext​ » Post

Version 1.6
This is a mod that adds magical weapons
Made by me the mod is still in bata so it may be bugy

Image

Download
https://github.com/veNext/magic_mod


recipes
Image

notes
Untested on multiplayer

You guys are free to give any feedback I appreciate it all and im open to all ideas​
Last edited by veNext​ on Sun Feb 03, 2019 17:41, edited 27 times in total.

R-One
Member
Posts: 160
Joined: Wed Dec 20, 2017 23:06
Location: Nice, France

Re: magical weapons mod

by R-One » Post

Hello,

I tested your mod pretty, cool for a beta.

Some small suggestions:

- The projectile never falls ... ex: you throw right above your head.
- The projectile explodes if you shoot in the water.
- It would be cool to have more chopsticks with different power like tools.
- It should be able to disable explosions because I imagine not leave this kind of objects on a server.
- It should be able to have a configuration file for example damage, explosions?
- It would take a spell reload time to avoid spam click.

bravo goes on as well

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

R-One wrote:Hello,

I tested your mod pretty, cool for a beta.

Some small suggestions:

- The projectile never falls ... ex: you throw right above your head.
- The projectile explodes if you shoot in the water.
- It would be cool to have more chopsticks with different power like tools.
- It should be able to disable explosions because I imagine not leave this kind of objects on a server.
- It should be able to have a configuration file for example damage, explosions?
- It would take a spell reload time to avoid spam click.

bravo goes on as well
Thank you so much for your feedback
Im working on getting the water problem fixed
And I will see what I can do about spam firing
Also I plan to add several more weapons if that is what you mean by chopsticks

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

Update
Added config file
And
Bullets can now go through water

R-One
Member
Posts: 160
Joined: Wed Dec 20, 2017 23:06
Location: Nice, France

Re: magical weapons mod

by R-One » Post

hi,

I continued the tests.

- the water :

it works with water sources but not with flowing water.

- the boom1_siz in the .conf file:

It's a great addition, just a little bug when it's set to zero, the player jumps on the spot.

Warning too many cause a server crash, maybe limit the max value? (example boom1_siz = 100 = lag + crash, 50 too)

On my machine 25 seems to be a good figure for an ultra powerful wand.

- Bug in boom.lua:

TNT Boom has no texture.

boom.register_boom ({
name = "magic_mod: boom",
description = "TNT",
radius = boom_radius,
})

- License choice problem:

Would-it be possbile in the mind of the minetest community to pass the mod under a free culture license like CC-BY-SA? which in no way makes you lose the paternity of your work.

https://creativecommons.org/licenses/by-sa/4.0/

*** small additions

- Remember to add description.txt and / or screenshot.png in the root folder of mod.

viewtopic.php?f=47&t=14224

- Supporter Internationalization Lib for Minetest

Just to allow everyone to have your mod in their languages ​​(for example French for me)

viewtopic.php?id=4929

(even if in the long term, we can do it in native viewtopic.php?f=18&t=18349)

- ideas ?

Is there the possibility to make different style of balls? fire, cold, water ....

Is there the possibility of making an API allowing other mods to integrate magic weapons?


Otherwise, really again it's good work, continuous like that!

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

R-One wrote:hi,

I continued the tests.

- the water :

it works with water sources but not with flowing water.

- the boom1_siz in the .conf file:

It's a great addition, just a little bug when it's set to zero, the player jumps on the spot.

Warning too many cause a server crash, maybe limit the max value? (example boom1_siz = 100 = lag + crash, 50 too)

On my machine 25 seems to be a good figure for an ultra powerful wand.

- Bug in boom.lua:

TNT Boom has no texture.

boom.register_boom ({
name = "magic_mod: boom",
description = "TNT",
radius = boom_radius,
})

- License choice problem:

Would-it be possbile in the mind of the minetest community to pass the mod under a free culture license like CC-BY-SA? which in no way makes you lose the paternity of your work.

https://creativecommons.org/licenses/by-sa/4.0/

*** small additions

- Remember to add description.txt and / or screenshot.png in the root folder of mod.

viewtopic.php?f=47&t=14224

- Supporter Internationalization Lib for Minetest

Just to allow everyone to have your mod in their languages ​​(for example French for me)

viewtopic.php?id=4929

(even if in the long term, we can do it in native viewtopic.php?f=18&t=18349)

- ideas ?

Is there the possibility to make different style of balls? fire, cold, water ....

Is there the possibility of making an API allowing other mods to integrate magic weapons?


Otherwise, really again it's good work, continuous like that!
Im going to be adding more ball styles
And I will add the description.txt languages and screenshot.png
The tnt is just a place holder for now
And I don't know the name of flowing water to add it

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

Update
Change download to mediafire
Change ordinary wand to electric wand
Added ice wand
Added hp wand
Added ice wall
And fix a few bugs

R-One
Member
Posts: 160
Joined: Wed Dec 20, 2017 23:06
Location: Nice, France

Re: magical weapons mod

by R-One » Post

Hello

I continued the tests:

- For the water flowing you find in default \ nodes.lua

Liquids
-------
(1. Source 2. Flowing)

default: water_source
default: water_flowing

default: river_water_source
default: river_water_flowing

- Gameplay side, I do not understand the choice 1 spell = 1 magic wand.

In my opinion, I would have seen a magic wand system with improvements, the more difficult the craft is, the stronger the wand is. And on the other hand a system of spell to be able to change it quickly in combat for example?

- The ice wall emerge too close to our character, and even sometimes the character is stuck in it.

- I still see your TNT blocks without textures is this normal?

- The healing spell kills mobs_redo's mobs instead of healing them. ;-p

- A small addition to todo list: to put the support of mod MANA in option?
viewtopic.php?t=11154

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

R-One wrote:Hello

I continued the tests:

- For the water flowing you find in default \ nodes.lua

Liquids
-------
(1. Source 2. Flowing)

default: water_source
default: water_flowing

default: river_water_source
default: river_water_flowing

- Gameplay side, I do not understand the choice 1 spell = 1 magic wand.

In my opinion, I would have seen a magic wand system with improvements, the more difficult the craft is, the stronger the wand is. And on the other hand a system of spell to be able to change it quickly in combat for example?

- The ice wall emerge too close to our character, and even sometimes the character is stuck in it.

- I still see your TNT blocks without textures is this normal?

- The healing spell kills mobs_redo's mobs instead of healing them. ;-p

- A small addition to todo list: to put the support of mod MANA in option?
viewtopic.php?t=11154
Will I plan to add several more spells for the wand
And the idea of the MANA mod looks cool
I haven't removed the tnt so
Thanks for the name of the water flowing I will be adding​ that soon
Also as for the mobs I will see what I can do

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

Don't expected any big updates to day

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

I wasn't going to do anything today but
I feel like you guys deserve something
So update
Added lunar wand

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

Update
Added crosshair

void
New member
Posts: 9
Joined: Thu Dec 21, 2017 18:51
In-game: z

Re: magical weapons mod

by void » Post

veNext​ wrote:Update
Added crosshair
I think you are missing some files inside the mod, you have the craft for one single wand but not the node definition, am i missing something?

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

void wrote:
veNext​ wrote:Update
Added crosshair
I think you are missing some files inside the mod, you have the craft for one single wand but not the node definition, am i missing something?
No your not missing anything
Is still in bata so is sill very bugy
I didn't add a node definition because the nodes is just a place holder for testing
And the other wands will be able to be craft but I was going to add new stuff for them to be craft out of

And thanks for testing it

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

Deleted
Last edited by veNext​ on Thu Feb 15, 2018 19:41, edited 1 time in total.

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

Update
Added / testing mp
Back to one wand for testing
Let me know what you think

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

So is been a while since I updated this but a update​ will be coming soon
Last edited by veNext​ on Wed Jan 30, 2019 09:03, edited 1 time in total.

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

Update
Mp works better
Change config file

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

Update
Re added dark wand
Added crafting recipe for wand
Added crafting recipe for dark wand
Added crafting recipe for red diamond
And
You no longer need the rock to shoot

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

Update
Added crystal ore
Added ice wand
Added crafting recipe for ice wand

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

Update
Re added hp wand renamed judgment wand
Re added lunar wand
Added crafting recipe for judgment wand
Added crafting recipe for lunar wand
Resized bullets collision box

User avatar
SonosFuer
Member
Posts: 104
Joined: Sun Jul 09, 2017 00:32
GitHub: apachano
IRC: SonosFuer
In-game: SonosFuer

Re: magical weapons mod

by SonosFuer » Post

You should make the ice wand freeze water when it hits it.
Working on a content database for minetest mods, servers, and etc Check it out and give me feedback at viewtopic.php?f=14&t=18137

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

SonosFuer wrote:You should make the ice wand freeze water when it hits it.
That's a good idea I probably will

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

SonosFuer wrote:You should make the ice wand freeze water when it hits it.
Requested updated the ice wand will now freeze water
Added crystal shard
Updated screenshot.png
Requested Added fire wand

User avatar
veNext​
Member
Posts: 85
Joined: Sun Dec 03, 2017 21:23
IRC: Idk
In-game: veNext

Re: magical weapons mod

by veNext​ » Post

Update
Added crystal sword
Added electric sword
Added dark sword
Added ice sword
Added judgment sword
Added lunar sword
Added fire sword
Change wands are now bigger

Post Reply

Who is online

Users browsing this forum: No registered users and 20 guests