[Modpack] Animals Modpack [2.5] -- 2.6 approaching

sapier
Developer
Posts: 763
Joined: Tue Aug 16, 2011 18:17

Re: [Modpack] Animals Modpack [2.4]

by sapier » Post

Just updated the lead post for upcoming Christmas release, sorry for not updating it for so long :-/
All known issues should be fixed.

sapier
Developer
Posts: 763
Joined: Tue Aug 16, 2011 18:17

Re: [Modpack] Animals Modpack [2.4]

by sapier » Post

Added a miner mob http://imgur.com/a/RW6lw

sapier
Developer
Posts: 763
Joined: Tue Aug 16, 2011 18:17

Re: [Modpack] Animals Modpack [2.4]

by sapier » Post

New prerelease 2.5 RC2 aka 2.4.94.

Major changes:
-fix bug in adv_spawning which could cause major lag spikes on map generation
-implement missing dig safety check for miner mob
-fix oerkki couldn't be killed by sword

lincy
Member
Posts: 46
Joined: Tue Dec 29, 2015 19:37
Location: Taipei, Taiwan, R.O.C.

Re: [Modpack] Animals Modpack [2.5]

by lincy » Post

I am new to minetest, test and run a private server on ubuntu server for around two weeks. Tonight I saw this Animals Modpack was update to 2.5. So I try to update my server asap. after past all components as follow.
擷取.JPG
擷取.JPG (40.85 KiB) Viewed 857 times
I get this error message when restart server.
擷取2.JPG
擷取2.JPG (135.24 KiB) Viewed 857 times
any idea ?

Thanks for help.

lincy
Member
Posts: 46
Joined: Tue Dec 29, 2015 19:37
Location: Taipei, Taiwan, R.O.C.

Re: [Modpack] Animals Modpack [2.5]

by lincy » Post

lincy wrote:I am new to minetest, test and run a private server on ubuntu server for around two weeks. Tonight I saw this Animals Modpack was update to 2.5. So I try to update my server asap. after past all components as follow.
I am fall back to using animals pack 2.4.2 now .....

sapier
Developer
Posts: 763
Joined: Tue Aug 16, 2011 18:17

Re: [Modpack] Animals Modpack [2.5]

by sapier » Post

What version of minetest are you using? I guess global_exists doesn't exist in the verion you have ... I'll add a compatibility hack for it.

Edit1:
Try replacing mobf_core by https://github.com/sapier/mobf_core/archive/2.5.1.zip

lincy
Member
Posts: 46
Joined: Tue Dec 29, 2015 19:37
Location: Taipei, Taiwan, R.O.C.

Re: [Modpack] Animals Modpack [2.5]

by lincy » Post

sapier wrote:What version of minetest are you using? I guess global_exists doesn't exist in the verion you have ... I'll add a compatibility hack for it.

Edit1:
Try replacing mobf_core by https://github.com/sapier/mobf_core/archive/2.5.1.zip
Are you asking me ?
I am using the minetest version come from Ubuntu 15.10 , It's should be minetest 0.4.12+repack-2ubuntu1

I will try 2.5.1.

lincy
Member
Posts: 46
Joined: Tue Dec 29, 2015 19:37
Location: Taipei, Taiwan, R.O.C.

Re: [Modpack] Animals Modpack [2.5]

by lincy » Post

sapier wrote:What version of minetest are you using? I guess global_exists doesn't exist in the verion you have ... I'll add a compatibility hack for it.

Edit1:
Try replacing mobf_core by https://github.com/sapier/mobf_core/archive/2.5.1.zip
After replace 2.5.1.

I get the following error message :

Code: Select all

18:14:47: ACTION[main]: MOD: mobf loading ...
18:14:47: ACTION[main]: 	registering pattern dont_move
18:14:47: ACTION[main]: 	registering pattern run_and_jump_low
18:14:47: ACTION[main]: 	registering pattern stop_and_go
18:14:47: ACTION[main]: 	registering pattern swim_pattern1
18:14:47: ACTION[main]: 	registering pattern swim_pattern2
18:14:47: ACTION[main]: 	registering pattern flight_pattern1
18:14:47: ACTION[main]: MOD: mob framework mod 2.5.1 loaded
18:14:47: ACTION[main]: MOD: mobf_settings mod           version 1.9.0 loaded
18:14:47: ACTION[main]: MOD: mob_guard mod loading ...
18:14:47: ACTION[main]: 	adding mob guard
Current Callstack:

stack traceback:
	...etest/mods/animals_modpack/mobf/utils/error_handling.lua:26: in function 'mobf_assert_backtrace'
	.../share/games/minetest/mods/animals_modpack/mobf/mobf.lua:574: in function 'register_entity'
	/usr/share/games/minetest/mods/animals_modpack/mobf/api.lua:90: in function 'mobf_add_mob'
	...e/games/minetest/mods/animals_modpack/mob_guard/init.lua:153: in main chunk
18:14:47: ERROR[main]: ========== ERROR FROM LUA ===========
18:14:47: ERROR[main]: Failed to load and run script from 
18:14:47: ERROR[main]: /usr/share/games/minetest/mods/animals_modpack/mob_guard/init.lua:
18:14:47: ERROR[main]: ...etest/mods/animals_modpack/mobf/utils/error_handling.lua:27: assertion failed!
18:14:47: ERROR[main]: stack traceback:
18:14:47: ERROR[main]: 	[C]: in function 'assert'
18:14:47: ERROR[main]: 	...etest/mods/animals_modpack/mobf/utils/error_handling.lua:27: in function 'mobf_assert_backtrace'
18:14:47: ERROR[main]: 	.../share/games/minetest/mods/animals_modpack/mobf/mobf.lua:574: in function 'register_entity'
18:14:47: ERROR[main]: 	/usr/share/games/minetest/mods/animals_modpack/mobf/api.lua:90: in function 'mobf_add_mob'
18:14:47: ERROR[main]: 	...e/games/minetest/mods/animals_modpack/mob_guard/init.lua:153: in main chunk
18:14:47: ERROR[main]: ======= END OF ERROR FROM LUA ========
18:14:47: ERROR[main]: Server: Failed to load and run /usr/share/games/minetest/mods/animals_modpack/mob_guard/init.lua

lincy
Member
Posts: 46
Joined: Tue Dec 29, 2015 19:37
Location: Taipei, Taiwan, R.O.C.

Re: [Modpack] Animals Modpack [2.5]

by lincy » Post

sapier wrote:What version of minetest are you using? I guess global_exists doesn't exist in the verion you have ... I'll add a compatibility hack for it.

Edit1:
Try replacing mobf_core by https://github.com/sapier/mobf_core/archive/2.5.1.zip
I am upgrade my server from 0.4.12 to 0.4.13, Animals Modpack 2.5 now work.

Thanks your help. :)

pableras
New member
Posts: 4
Joined: Wed Jan 14, 2015 21:42

Re: [Modpack] Animals Modpack [2.5]

by pableras » Post

After last update I get this error

Code: Select all

2016-01-03 21:49:22: ERROR[main]: ========== ERROR FROM LUA ===========
2016-01-03 21:49:22: ERROR[main]: Failed to load and run script from 
2016-01-03 21:49:22: ERROR[main]: /usr/share/games/minetest/mods/animals_modpack/mob_miner/init.lua:
2016-01-03 21:49:22: ERROR[main]: ...es/minetest/mods/mobf_core/mobf/utils/error_handling.lua:27: assertion failed!
2016-01-03 21:49:22: ERROR[main]: stack traceback:
2016-01-03 21:49:22: ERROR[main]: 	[C]: in function 'assert'
2016-01-03 21:49:22: ERROR[main]: 	...es/minetest/mods/mobf_core/mobf/utils/error_handling.lua:27: in function 'mobf_assert_backtrace'
2016-01-03 21:49:22: ERROR[main]: 	.../games/minetest/mods/animals_modpack/mob_miner/utils.lua:17: in main chunk
2016-01-03 21:49:22: ERROR[main]: 	[C]: in function 'dofile'
2016-01-03 21:49:22: ERROR[main]: 	...e/games/minetest/mods/animals_modpack/mob_miner/init.lua:27: in main chunk
2016-01-03 21:49:22: ERROR[main]: ======= END OF ERROR FROM LUA ========
If mod mob_miner is disabled all works fine.

Minetest version is 0.4.13 in Debian x64 system.

Thanks for your help!

User avatar
ufa
Member
Posts: 75
Joined: Mon Feb 27, 2012 14:19

Re: [Modpack] Animals Modpack [2.5]

by ufa » Post

Does anyone know if this mod pack is compatible with mobs redo?

User avatar
benrob0329
Member
Posts: 1341
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
IRC: benrob0329
In-game: benrob03
Location: Michigan
Contact:

Re: [Modpack] Animals Modpack [2.5]

by benrob0329 » Post

It's compatible, though I wouldn't recommend using them both as you would have duplicate mobs as well as twice the overhead as you would be running two mob engines.

I would instead recommend installing one of the various mobs mods which require mobs_redo.

ABJ
Member
Posts: 3015
Joined: Sun Jan 18, 2015 13:02
GitHub: ABJ-MV
In-game: ABJ
Location: In Earth orbit, with a perigee of 1048 km and an apogee of 1337 km and an inclination of 69 degrees.

Re: [Modpack] Animals Modpack [2.5]

by ABJ » Post

Don't feel bad, but since I installed this mod and updated my 0.4.12 to the latest, my computer has become "allergic" to Minetest. Copies aside from the installed one worked, but then I inexplicably deleted them, and then suddenly all the copies in my PC bugged out. Crashed at start. And after that when I tried to install any minetest (I tried 0.4.11 0.4.12 0.4.13) had red tint with shaders (which worked well before) and the 0.4.13 bugs were especially bad. And when, after recommendation, I disabled shaders, a virus put into MT by RealBadAngel, the special effects man. slowed the game.
Although I did format my PC in between. IDK...............

User avatar
benrob0329
Member
Posts: 1341
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
IRC: benrob0329
In-game: benrob03
Location: Michigan
Contact:

Re: [Modpack] Animals Modpack [2.5]

by benrob0329 » Post

This mod has nothing to with the problems your describing. Also, RBA didn't put a "virus" into Minetest, he changed the renderer to give better performance with shaders enabled (however giveing worse performance with them disabled).

Sounds like you either have an old graphic card, old drivers, or are using either a software or DirectX renderer, which do not support OpenGL shaders.

My recommendation is to make sure your using an OpenGL renderer/backend, and try to update your graphics drivers or get a newer graphics card (if MT doesn't run right, I'm pretty sure almost no other game will)

Also, please don't make such bad assumptions as a virus being put into Minetest, as this is a good community who is willing to help and people saying such things might scare newcomers away.

ABJ
Member
Posts: 3015
Joined: Sun Jan 18, 2015 13:02
GitHub: ABJ-MV
In-game: ABJ
Location: In Earth orbit, with a perigee of 1048 km and an apogee of 1337 km and an inclination of 69 degrees.

Re: [Modpack] Animals Modpack [2.5]

by ABJ » Post

"Virus" was actually an exaggeration. According to rubenwardy, and this issue by paramat, and presumably many other sources, RealBadAngel made a commit that slowed fps by 25% without shaders.
Also. I'll check about that OpenGL thing.

User avatar
ufa
Member
Posts: 75
Joined: Mon Feb 27, 2012 14:19

Re: [Modpack] Animals Modpack [2.5]

by ufa » Post

benrob0329 wrote:It's compatible, though I wouldn't recommend using them both as you would have duplicate mobs as well as twice the overhead as you would be running two mob engines.

I would instead recommend installing one of the various mobs mods which require mobs_redo.
Thank you. Could you recommend some? :)

User avatar
Don
Member
Posts: 1643
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: [Modpack] Animals Modpack [2.5]

by Don » Post

The OP of mobs redo has a list of mobs.
viewtopic.php?t=9917
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here

User avatar
benrob0329
Member
Posts: 1341
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
IRC: benrob0329
In-game: benrob03
Location: Michigan
Contact:

Re: [Modpack] Animals Modpack [2.5]

by benrob0329 » Post

ABJ wrote:"Virus" was actually an exaggeration. According to rubenwardy, and this issue by paramat, and presumably many other sources, RealBadAngel made a commit that slowed fps by 25% without shaders.
The commit changed the renderer so that shaders got better performance, the large drop in FPS was not intentional.

ABJ
Member
Posts: 3015
Joined: Sun Jan 18, 2015 13:02
GitHub: ABJ-MV
In-game: ABJ
Location: In Earth orbit, with a perigee of 1048 km and an apogee of 1337 km and an inclination of 69 degrees.

Re: [Modpack] Animals Modpack [2.5]

by ABJ » Post

I just learned that. I was told it in a way it seemed intentional. Paramat has posted better now on that thread.

sradms0
New member
Posts: 3
Joined: Sat Jan 09, 2016 19:53

Re: [Modpack] Animals Modpack [2.5]

by sradms0 » Post

Hi users, I am new to Minetest and have just installed this modpack.
I am getting errors and am not sure why.
Your help is greatly appreciated.

Here is my log file:

https://dpaste.de/S8Z0/raw

User avatar
Don
Member
Posts: 1643
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: [Modpack] Animals Modpack [2.5]

by Don » Post

What version of Minetest are you using?
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here

sradms0
New member
Posts: 3
Joined: Sat Jan 09, 2016 19:53

Re: [Modpack] Animals Modpack [2.5]

by sradms0 » Post

0.4.13

User avatar
Don
Member
Posts: 1643
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: [Modpack] Animals Modpack [2.5]

by Don » Post

Is that the stable version or dev?

I think the issue is related to this commit but I might be wrong.
https://github.com/minetest/minetest/co ... 2275b3eb66
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here

sradms0
New member
Posts: 3
Joined: Sat Jan 09, 2016 19:53

Re: [Modpack] Animals Modpack [2.5]

by sradms0 » Post

pretty sure it is the stable version. any way to tell?

ABJ
Member
Posts: 3015
Joined: Sun Jan 18, 2015 13:02
GitHub: ABJ-MV
In-game: ABJ
Location: In Earth orbit, with a perigee of 1048 km and an apogee of 1337 km and an inclination of 69 degrees.

Re: [Modpack] Animals Modpack [2.5]

by ABJ » Post

If you downloaded from the official downloads page, it's probably stable. If you downloaded from a github repo, maybe not. Worst case, you might get someone else's different build of Minetest.

Post Reply

Who is online

Users browsing this forum: No registered users and 12 guests