[Abandoned] [Mod] Mobs Humans [0.3.0] [mobs_humans]

User avatar
Hamlet
Member
Posts: 766
Joined: Sat Jul 29, 2017 21:09
IRC: H4mlet
In-game: Hamlet
Location: Lombardy, Italy

[Abandoned] [Mod] Mobs Humans [0.3.0] [mobs_humans]

by Hamlet » Post

Image
Adds humans.

Do not use this mod without using also 3D Armor: you will be 'naked' against armored mobs.

v0.3.0 Features:
Spoiler
- Toggle the hovering nametag using advanced options.
- The mod includes four skins: two masculine and two feminine.
- You can increase the number of used skins placing them into the textures' folder and adding the skin's name in init.lua at line 542.
- They do not wield weapons, nor wear armors.
- If you rightclick a mob, it will tell you its name, for the special letters' spelling see alphabet.txt
- Drop a custom bones node, self removing after 5-10mins.
* Thanks to Christian9 for his Bones Model [mod]
- Can be spawned using the spawner egg.
--- These stats are randomly chosen at mob spawn time:
* Given name
* Type (animal, NPC, monster)
* Armor (min 100, max 10)
* Passive (animals/NPCs)
* Attack type (NPCs/monsters):
-- dogfight, shoot, dogshoot (thrown stones will deal 6HP damage)
* Walk chance
* Runaway (animals)
* View range
* Damage dealt
* Water damage taken
* Lava/fire damage taken
* Swimming ability (Float)
* Docile by day (monsters)
* Attack monsters (NPCs)
* Attack animals (monsters)
* Group attack (NPCs/monsters)
* Health recovery over time.
* Armor and/or damage dealt may increase by 1point if foes die or flee.
Version: 0.3.0
Source code's license: EUPL v1.2 or later.
Textures' license: CC BY-SA v3.0, CC BY-SA v4.0

Dependencies: default module (found in Minetest Game), mobs (Mobs redo)


Downloads:
Archives: .zip .tar.gz
Source code: Codeberg

v0.4.0-development downloads:
Archives: .zip .tar.gz
Source code: Codeberg


Installation

Unzip the archive, rename the folder to mobs_humans and place it in
../minetest/mods/

GNU+Linux: If you use a system-wide installation place it in
~/.minetest/mods/

If you only want this to be used in a single world, place the folder in
../minetest/worlds/world_name/worldmods/

For further information or help see:
http://wiki.minetest.net/wiki/Installing_Mods
Attachments
mobs_humans.png
mobs_humans.png (170.57 KiB) Viewed 2188 times
Last edited by Hamlet on Fri Oct 02, 2020 17:04, edited 15 times in total.
My repositories: Codeberg.org | My ContentDB's page

User avatar
LMD
Member
Posts: 1386
Joined: Sat Apr 08, 2017 08:16
GitHub: appgurueu
IRC: appguru[eu]
In-game: LMD
Location: Germany
Contact:

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by LMD » Post

Screenies, please !
My stuff: Projects - Mods - Website

User avatar
Hamlet
Member
Posts: 766
Joined: Sat Jul 29, 2017 21:09
IRC: H4mlet
In-game: Hamlet
Location: Lombardy, Italy

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by Hamlet » Post

LMD wrote:Screenies, please !
Added :)
My repositories: Codeberg.org | My ContentDB's page

User avatar
LMD
Member
Posts: 1386
Joined: Sat Apr 08, 2017 08:16
GitHub: appgurueu
IRC: appguru[eu]
In-game: LMD
Location: Germany
Contact:

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by LMD » Post

They look nice :) However, I suggest you to make them somewhat special, as NPCs are quite common in MT...
My stuff: Projects - Mods - Website

User avatar
StarNinjas
Member
Posts: 411
Joined: Wed Mar 14, 2018 00:32
GitHub: starninjas
IRC: StarNinjas
In-game: J1
Location: Terrarca
Contact:

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by StarNinjas » Post

Nice mod, this looks like TenPlus1's NPCs mod.
Don't go to bed tonight, without knowing what would happen if you died. https://thegospelfilm.org/

User avatar
Hamlet
Member
Posts: 766
Joined: Sat Jul 29, 2017 21:09
IRC: H4mlet
In-game: Hamlet
Location: Lombardy, Italy

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by Hamlet » Post

LMD wrote:They look nice :) However, I suggest you to make them somewhat special, as NPCs are quite common in MT...
What could I possibly add that has not been done already?
My repositories: Codeberg.org | My ContentDB's page

User avatar
Hamlet
Member
Posts: 766
Joined: Sat Jul 29, 2017 21:09
IRC: H4mlet
In-game: Hamlet
Location: Lombardy, Italy

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by Hamlet » Post

StarNinjas wrote:Nice mod, this looks like TenPlus1's NPCs mod.
Thank you!
My repositories: Codeberg.org | My ContentDB's page

User avatar
StarNinjas
Member
Posts: 411
Joined: Wed Mar 14, 2018 00:32
GitHub: starninjas
IRC: StarNinjas
In-game: J1
Location: Terrarca
Contact:

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by StarNinjas » Post

Hamlet wrote:
LMD wrote:They look nice :) However, I suggest you to make them somewhat special, as NPCs are quite common in MT...
What could I possibly add that has not been done already?
Maybe by somethings you do to trigger them to say stuff. like a real player would do. and it not loading on my world:(
Don't go to bed tonight, without knowing what would happen if you died. https://thegospelfilm.org/

User avatar
StarNinjas
Member
Posts: 411
Joined: Wed Mar 14, 2018 00:32
GitHub: starninjas
IRC: StarNinjas
In-game: J1
Location: Terrarca
Contact:

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by StarNinjas » Post

This NPCs should not spawn. but instead have a spawn egg. here is the code for egg:

Code: Select all

mobs:register_egg("mobs_humans:male", ("Male NPC"), "default_sand.png", 1)
Don't go to bed tonight, without knowing what would happen if you died. https://thegospelfilm.org/

User avatar
Hamlet
Member
Posts: 766
Joined: Sat Jul 29, 2017 21:09
IRC: H4mlet
In-game: Hamlet
Location: Lombardy, Italy

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by Hamlet » Post

O_o for some reason I missed your post StarNinjas.
Anyway, I will add the spawner egg in the next stable release.
My repositories: Codeberg.org | My ContentDB's page

User avatar
Hamlet
Member
Posts: 766
Joined: Sat Jul 29, 2017 21:09
IRC: H4mlet
In-game: Hamlet
Location: Lombardy, Italy

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by Hamlet » Post

PREVIEW Release v0.2.0-dev

- added recover health over time
- added experience gain (if enemy is defeated or runs away they may gain 1damage point and/or 1armor point)
- they spawn a bones node (not every time they die) - this is because they are meant to be used with Ghost Redo and Banshee
- they despawn bones nodes (not every time, even players' bones) - this is because bones shouldn't litter the map
[EDIT]:
- they can be passive, neutral, hostile (animal, NPC, monster)
[/EDIT]

Unlike the stable release (v0.1.x) the spawn rate is a lot more frequent, this is because the preview is meant to be used for testing purposes; enjoy watching them battling, recovering health, gaining experience.

https://gitlab.com/h4mlet/mobs_humans/tree/development
https://gitlab.com/h4mlet/mobs_humans/- ... opment.zip
https://gitlab.com/h4mlet/mobs_humans/- ... ent.tar.gz
My repositories: Codeberg.org | My ContentDB's page

User avatar
TumeniNodes
Member
Posts: 2941
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by TumeniNodes » Post

I see no "smart"phones. Therefore, these cannot be "humans"

Nice work though. I will give it a run perhaps
A Wonderful World

User avatar
v-rob
Developer
Posts: 970
Joined: Thu Mar 24, 2016 03:19
GitHub: v-rob
IRC: v-rob
Location: Right behind you.

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by v-rob » Post

TumeniNodes wrote:I see no "smart"phones. Therefore, these cannot be "humans"
How unfortunately true.
Core Developer | My Best Mods: Bridger - Slats - Stained Glass

User avatar
StarNinjas
Member
Posts: 411
Joined: Wed Mar 14, 2018 00:32
GitHub: starninjas
IRC: StarNinjas
In-game: J1
Location: Terrarca
Contact:

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by StarNinjas » Post

Hamlet wrote:O_o for some reason I missed your post StarNinjas.
Anyway, I will add the spawner egg in the next stable release.
ok thanks
Don't go to bed tonight, without knowing what would happen if you died. https://thegospelfilm.org/

User avatar
Hamlet
Member
Posts: 766
Joined: Sat Jul 29, 2017 21:09
IRC: H4mlet
In-game: Hamlet
Location: Lombardy, Italy

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by Hamlet » Post

TumeniNodes wrote:I see no "smart"phones. Therefore, these cannot be "humans"

Nice work though. I will give it a run perhaps
LOL! Thank you
My repositories: Codeberg.org | My ContentDB's page

User avatar
Hamlet
Member
Posts: 766
Joined: Sat Jul 29, 2017 21:09
IRC: H4mlet
In-game: Hamlet
Location: Lombardy, Italy

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by Hamlet » Post

0.2.0-dev current features (development branch)
See the first post for the download links.

--- Added custom bones node, self removing after 1-5mins.
--- Added spawner egg.
* Thanks to Christian9 for his Bones Model [mod]
--- Mobs no longer despawn default bones.
--- Mobs no longer show their name/stats; right click one to get told.
* Stats are currently shown for testing purposes, this will be removed.
--- These stats are randomly chosen at mob spawn time:
* Given name
* Type (animal, NPC, monster)
* Armor (min 100, max 10)
* Passive (animals/NPCs)
* Walk chance
* Runaway (animals)
* View range
* Damage dealt
* Water damage taken
* Lava/fire damage taken
* Swimming ability (Float)
* Docile by day (monsters)
* Attack monsters (NPCs)
* Attack animals (monsters)
* Group attack (NPCs/monsters)
--- Health recovery over time.
--- Armor and/or damage dealt may increase by 1point if foes die or flee.

!!! Actually the spawn chance is high (3500) for testing purposes, it will be lowered (37500) in the stable release - this should grant having some mobs roaming around without cluttering the map.
My repositories: Codeberg.org | My ContentDB's page

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by ManElevation » Post

+10
My Public Mods! Discord: Rottweiler Games#3368

User avatar
TumeniNodes
Member
Posts: 2941
Joined: Fri Feb 26, 2016 19:49
GitHub: TumeniNodes
IRC: tumeninodes
In-game: TumeniNodes
Location: in the dark recesses of the mind
Contact:

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by TumeniNodes » Post

ManElevation wrote:+10
excellent, you exploited a loophole in the new +1 posting restrictions. what genius :D
A Wonderful World

User avatar
StarNinjas
Member
Posts: 411
Joined: Wed Mar 14, 2018 00:32
GitHub: starninjas
IRC: StarNinjas
In-game: J1
Location: Terrarca
Contact:

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by StarNinjas » Post

Good update
Don't go to bed tonight, without knowing what would happen if you died. https://thegospelfilm.org/

User avatar
GamingAssociation39
Member
Posts: 858
Joined: Mon Apr 25, 2016 16:09
GitHub: Gerold55
IRC: Gerold55
In-game: Gerold55
Location: Maryland, USA

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by GamingAssociation39 » Post

@Hamlet maybe you can get the humans to do trading when a certain mod is enabled.
Jesus Is Lord and Savior!!!

User avatar
StarNinjas
Member
Posts: 411
Joined: Wed Mar 14, 2018 00:32
GitHub: starninjas
IRC: StarNinjas
In-game: J1
Location: Terrarca
Contact:

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by StarNinjas » Post

GamingAssociation39 wrote:@Hamlet maybe you can get the humans to do trading when a certain mod is enabled.
Good idea.
Don't go to bed tonight, without knowing what would happen if you died. https://thegospelfilm.org/

User avatar
Hamlet
Member
Posts: 766
Joined: Sat Jul 29, 2017 21:09
IRC: H4mlet
In-game: Hamlet
Location: Lombardy, Italy

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by Hamlet » Post

There is already a trader mob:
https://notabug.org/TenPlus1/mobs_npc <-- Simple NPC and Trader

I wouldn't want to clone already existing mods.
On the other hand I plan to allow users to hire them for a limited period of time - when asked they will tell users their (randomly chosen) offer, e.g. "I'll protect you for 7 days for a price of 1 gold ingot".
The price should increase depending on their armor and damage rating.
My repositories: Codeberg.org | My ContentDB's page

User avatar
StarNinjas
Member
Posts: 411
Joined: Wed Mar 14, 2018 00:32
GitHub: starninjas
IRC: StarNinjas
In-game: J1
Location: Terrarca
Contact:

Re: [Mod] Mobs Humans [0.1.1] [mobs_humans]

by StarNinjas » Post

Hamlet wrote:There is already a trader mob:
https://notabug.org/TenPlus1/mobs_npc <-- Simple NPC and Trader

I wouldn't want to clone already existing mods.
On the other hand I plan to allow users to hire them for a limited period of time - when asked they will tell users their (randomly chosen) offer, e.g. "I'll protect you for 7 days for a price of 1 gold ingot".
The price should increase depending on their armor and damage rating.
that would be coool! and i thought about that mod also.
Don't go to bed tonight, without knowing what would happen if you died. https://thegospelfilm.org/

User avatar
Hamlet
Member
Posts: 766
Joined: Sat Jul 29, 2017 21:09
IRC: H4mlet
In-game: Hamlet
Location: Lombardy, Italy

Re: [Mod] Mobs Humans [0.2.0] [mobs_humans]

by Hamlet » Post

Released v0.2.0

See "Features" list on the first post.

For those who were using the -dev branch:
- Added (random) stone throwing ability.
- Active Objects Count decreased to 1 (was 2)
- Humans' bones remove timer increased to (min300, max600)secs (was 60, 300)
My repositories: Codeberg.org | My ContentDB's page

User avatar
Hamlet
Member
Posts: 766
Joined: Sat Jul 29, 2017 21:09
IRC: H4mlet
In-game: Hamlet
Location: Lombardy, Italy

Re: [Mod] Mobs Humans [0.2.2] [mobs_humans]

by Hamlet » Post

Released v0.2.2

- Removed redundant conditional check.
- Thrown stones will despawn when hitting a node.
- Minor code improvements.
My repositories: Codeberg.org | My ContentDB's page

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 15 guests