[Mod] CUTE CUBIC MOBS 2 [ccmobs2]

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

[Mod] CUTE CUBIC MOBS 2 [ccmobs2]

by Napiophelios » Post

CUTE CUBIC MOBS 2 [ccmobs2]

This is a fork of RHR's Cute Cubic Mobs [ccmobs]
that uses nodeboxes for the entities.

License for code : MIT
License for textures : CC-BY-4.0

ccmobs2 repo
ccmobs2 download

depends :
default
bucket
mobs redo
wool

Image
Spoiler
This mod adds following animals:
  • cow
  • dirt monster
  • goat
  • pig
  • sheep
  • dirt monster
  • rock monster
  • tree monster
This mod adds following items:
  • milk
  • raw pork chop
  • cooked pork chop
With a right click on mobs:
  • You can shave sheep for wool.
  • You can milk cows and goats with a bucket.
Spoiler
RHR's CUTE CUBIC MOBS Forum Topic :
viewtopic.php?t=9472

RHR's CUTE CUBIC MOBS Github Repository :
https://github.com/RHRhino/mt_mods/tree/master/ccmobs
preview2.png
preview2.png (423.33 KiB) Viewed 1866 times
Last edited by Napiophelios on Fri Jan 04, 2019 18:55, edited 6 times in total.

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

Re: CUTE CUBIC MOBS 2 [ccmobs]

by azekill_DIABLO » Post

lovely! would you try to do a mila version? the api accepts creating such entities!
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
RHR
Member
Posts: 215
Joined: Mon Jan 27, 2014 20:07
GitHub: RHRhino

Re: CUTE CUBIC MOBS 2 [ccmobs]

by RHR » Post

Hey very cute and cubic mobs! ^__^

u34

Re: CUTE CUBIC MOBS 2 [ccmobs]

by u34 » Post

nice mob pack...
+1

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: CUTE CUBIC MOBS 2 [ccmobs]

by Napiophelios » Post

Ha I am glad you guys like it.
It's very much WIP tho.

I have just been working on getting the mobs into the game,
their lua files, nodeboxes,and textures all need to be adjusted.
I also have the api set so they don't move around so much.

Right now, none of the monsters attack you and the animals just hop around and make noise.
You can shave the sheep for wool with right click,
but I haven't worked out how to grow it back for the poor little guys.

Here's the newly added rock monster, think I might give him a weapon
Image
rockmonster2.png
rockmonster2.png (123.46 KiB) Viewed 1866 times

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

Re: CUTE CUBIC MOBS 2 [ccmobs]

by azekill_DIABLO » Post

cute! and about a mila version (i insist sorry)?
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: CUTE CUBIC MOBS 2 [ccmobs]

by Napiophelios » Post

azekill_DIABLO wrote:cute! and about a mila version (i insist sorry)?
I downloaded M.I.L.A. and will check it out on later tonite :)

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

Re: CUTE CUBIC MOBS 2 [ccmobs]

by azekill_DIABLO » Post

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

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

Re: CUTE CUBIC MOBS 2 [ccmobs]

by duane » Post

Wow! I didn't even know you could make mobs with nodeboxes. Being able to design a mob in code could really help me, even if they aren't animated. (I'm a programmer, I tend to think in code.) Besides, cubic mobs sounds more minetesty anyway.
Believe in people and you don't need to believe anything else.

User avatar
Laser0073
Member
Posts: 59
Joined: Fri Jun 03, 2016 01:26
GitHub: Laser0073
In-game: Laser0073

Re: CUTE CUBIC MOBS 2 [ccmobs]

by Laser0073 » Post

Hey, this looks great! Only one problem, when I spawn a tree monster or rock monster, it crashes and gives me this error:

Code: Select all

Lua: Runtime error from mod 'ccmobs' in callback lua_entity_Step():/home/laser/minetest/bin/..mods/ccmobs/api.lua:223: attempt to compare number with nil stack traceback: /home/laser/minetest/bin/..mods/ccmobs/api.lua:223: in function </home/laser/minetest/bin/..mods/ccmobs/api.lua:115>
Using 0.4.15 Dev. Besides this, great mod! :)
i5 6500 OC @3.5GHz, EVGA GTX 960 4GB, 8GB DDR4, ASROCK Pro4S, 128GB.SSD, MT 0.4.17, Linux Mint 18.3 (Ubuntu 16.04)
OwOOOg9CphnceB30eUFX6BOCW8W3jT4i

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: CUTE CUBIC MOBS 2 [ccmobs]

by Napiophelios » Post

Yes, I had tried to nerf the API for my testing.
Re download the mod, the unedited API file has been reinstated :)

I also tweaked the textures and nodeboxes of all the animals except for the pig
still working on him.

User avatar
Laser0073
Member
Posts: 59
Joined: Fri Jun 03, 2016 01:26
GitHub: Laser0073
In-game: Laser0073

Re: CUTE CUBIC MOBS 2 [ccmobs]

by Laser0073 » Post

Ok, cool! Will try it out! :)
i5 6500 OC @3.5GHz, EVGA GTX 960 4GB, 8GB DDR4, ASROCK Pro4S, 128GB.SSD, MT 0.4.17, Linux Mint 18.3 (Ubuntu 16.04)
OwOOOg9CphnceB30eUFX6BOCW8W3jT4i

User avatar
Melkor
Member
Posts: 369
Joined: Sat Sep 24, 2011 01:03
Location: Underground

Re: CUTE CUBIC MOBS 2 [ccmobs]

by Melkor » Post

Love the mobs, ill try it, want more! :D

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: CUTE CUBIC MOBS 2 [ccmobs]

by Napiophelios » Post

Got the Tree monsters looking a little closer to scary

Image
screenshot_20170131_000135.png
screenshot_20170131_000135.png (110.52 KiB) Viewed 1866 times

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: CUTE CUBIC MOBS 2 [ccmobs]

by TumeniNodes » Post

Napiophelios wrote:Got the Tree monsters looking a little closer to scary

Image
screenshot_20170131_000135.png
~: o geesh.... scared the bejeebies outta me.... :D

These are really cool.... I'ma get me a goat!!!

There is a family farm in one of my neighboring towns which have a buncho mini goats.... cute as all.... heck

edit> and dangit... now you have me thinking I should start the bridge girder system mod I have been thinking of doing using NBE... but I already have the 2 other mods Im working on plus the TP AND..... still need to update angled walls and stairs and stoneworks with the 0.4.15 updated block nodes..... Grrrrrrr.... too much goin on :P

I've been soooo lazy
A Wonderful World

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: CUTE CUBIC MOBS 2 [ccmobs]

by TumeniNodes » Post

azekill_DIABLO wrote:cute! and about a mila version (i insist sorry)?
ok... so, I checked up on what the heck M.I.L.A is and saw this https://en.wikipedia.org/wiki/Mila_J
and thought.... Yyyyyeeeeeessssss (<Jeremy Clarkson voice)

Then after a while of "investigating" this... I thought... :wait a second.... this can't be what azekill means??"

SO now, I have to ask.... what the heck is M.I.L.A.? did I miss something?
A Wonderful World

User avatar
texmex
Member
Posts: 1753
Joined: Mon Jul 11, 2016 21:08
GitHub: tacotexmex
In-game: tacotexmex

Re: CUTE CUBIC MOBS 2 [ccmobs]

by texmex » Post

Finally a decent mob style that actually fits the overall style of Minetest. Best of luck developing!

twoelk
Member
Posts: 1482
Joined: Fri Apr 19, 2013 16:19
GitHub: twoelk
IRC: twoelk
In-game: twoelk
Location: northern Germany

Re: CUTE CUBIC MOBS 2 [ccmobs]

by twoelk » Post

TumeniNodes wrote:
azekill_DIABLO wrote:cute! and about a mila version (i insist sorry)?
ok... so, I checked up on what the heck M.I.L.A is and saw this https://en.wikipedia.org/wiki/Mila_J
and thought.... Yyyyyeeeeeessssss (<Jeremy Clarkson voice)

Then after a while of "investigating" this... I thought... :wait a second.... this can't be what azekill means??"

SO now, I have to ask.... what the heck is M.I.L.A.? did I miss something?

Mobs Intelligence : Lightweight Api

User avatar
paramat
Developer
Posts: 3700
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat
IRC: paramat
Location: UK

Re: [Mod] CUTE CUBIC MOBS 2 [ccmobs]

by paramat » Post

The mob design is good and suitable for MT, unlike most mob mods.

How did you discover that nodeboxes could be used to create mobs? The seeming need for models always put me off creating mobs other than stretched cubes.

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [Mod] CUTE CUBIC MOBS 2 [ccmobs]

by Napiophelios » Post

paramat wrote:The mob design is good and suitable for MT, unlike most mob mods.

How did you discover that nodeboxes could be used to create mobs? The seeming need for models always put me off creating mobs other than stretched cubes.
It's how PilzAdam created arrows for the original throwing mod.
You would have to ask him :)

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] CUTE CUBIC MOBS 2 [ccmobs]

by ManElevation » Post

he looks fat :P
Image
+1 Great mod.
My Public Mods! Discord: Rottweiler Games#3368

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

Re: [Mod] CUTE CUBIC MOBS 2 [ccmobs]

by Lone_Wolf » Post

Love it!
My ContentDB -|- Working on CaptureTheFlag -|- Minetest Forums Dark Theme!! (You need it)

User avatar
casp3r
Member
Posts: 21
Joined: Sat Nov 11, 2017 10:38

Re: [Mod] CUTE CUBIC MOBS 2 [ccmobs]

by casp3r » Post

i love it but i have a problem i never have item to drop when i'm killing anything why?
all the rest do right and that's the same for ccmobs mobs soldiermob

mntst 0.4.16

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: [Mod] CUTE CUBIC MOBS 2 [ccmobs]

by Napiophelios » Post

casp3r wrote:i love it but i have a problem i never have item to drop when i'm killing anything why?
all the rest do right and that's the same for ccmobs mobs soldiermob

mntst 0.4.16
CCMobs2 uses the original (presumably outdated) Simple Mobs API by PilzAdams.
If you like using these kind of nodebox creatures
I would suggest using Duane's Nodebox Mob API mod
It's specifically designed for such entities.

CCMobs2 was meant as just an experiment,
but I will see what I can do to fix it.

User avatar
casp3r
Member
Posts: 21
Joined: Sat Nov 11, 2017 10:38

Re: [Mod] CUTE CUBIC MOBS 2 [ccmobs]

by casp3r » Post

Napiophelios wrote:
casp3r wrote:i love it but i have a problem i never have item to drop when i'm killing anything why?
all the rest do right and that's the same for ccmobs mobs soldiermob

mntst 0.4.16
CCMobs2 uses the original (presumably outdated) Simple Mobs API by PilzAdams.
If you like using these kind of nodebox creatures
I would suggest using Duane's Nodebox Mob API mod
It's specifically designed for such entities.

CCMobs2 was meant as just an experiment,
but I will see what I can do to fix it.
yes , but this mod contain lot of really ugly mob that's the problem with the mobs pack in general
i've just found
>"creature mob engine" the best for my mind look good and fonctionnal for all
>cute cubic mobs2, (better without the sheep cause i've already have in "cme" (and better sorry :), and tree monster just a litlle too big maybe ?)
>soldiermob, good but no drop too
and the original outdated "mobs" :) no drop like others
i don't want have lot of mobs just ten maybe but looking good and fonctionnal

i hate mobs redo just ugly (tree monster serious ?, the horses ...) but everybody turn with it apparently 2/3 mobs pack depend on it

and really good job for the your campfire i have it and love :)

Post Reply

Who is online

Users browsing this forum: rubenwardy and 19 guests