[Modpack] Survival ModPack [0.1.2][survival_mp]

User avatar
kaeza
Moderator
Posts: 2162
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza
Location: Montevideo, Uruguay
Contact:

by kaeza » Post

@jojoa, can you link to the cake mod?

About the golden apple, I'm not sure gold should be considered food.
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal

User avatar
jojoa1997
Member
Posts: 2890
Joined: Thu Dec 13, 2012 05:11
Location: Earth

by jojoa1997 » Post

i edited it to my likeing look in the minitest mod for both.
Coding;
1X coding
3X debugging
12X tweaking to be just right

vktRus
Member
Posts: 67
Joined: Wed May 01, 2013 07:23

by vktRus » Post

Then i am join to my empty server:

Code: Select all

21:38:47: ACTION[ServerThread]: ShootingMan joins game. List of players: ShootingMan
21:38:47: ERROR[main]: ERROR: An unhandled exception occurred: ServerError: LuaError: error: ...inetest/mods/minetest/survival/survival_lib/init.lua:136: attempt to call method 'hud_add' (a nil value)
21:38:47: ERROR[main]: stack traceback:

In thread b6cd9700:
/build/buildd/minetestc55-0.4.6/src/main.cpp:1967: int main(int, char**): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD b6cd9700:
#0  int main(int, char**)
(Leftover data: #1  Dedicated server branch)
(Leftover data: #2  virtual void ServerMap::save(ModifiedState))
(Leftover data: #3  void ServerMap::saveMapMeta())
Last edited by vktRus on Sun May 05, 2013 17:49, edited 1 time in total.

vktRus
Member
Posts: 67
Joined: Wed May 01, 2013 07:23

by vktRus » Post

Player Kacey drowned.

Code: Select all

Kacey Has unlockedFirst Death.
2 is a function
running on death function
00:53:31: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=2 m_static_exists=true but static data doesn't actually exist in (-49,2,-42)
WARNING: StaticObjectList::remove(): id=2 not found
00:53:31: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=6 m_static_exists=true but static data doesn't actually exist in (-47,2,-43)
WARNING: StaticObjectList::remove(): id=6 not found
00:53:32: ERROR[main]: ERROR: An unhandled exception occurred: ServerError: LuaError: error: ...st/mods/minetest/survival/survival_drowning/init.lua:120: bad argument #1 to 'chat_send_player' (string expe
cted, got nil)
00:53:32: ERROR[main]: stack traceback:
  
In thread b6d7d700:
/build/buildd/minetestc55-0.4.6/src/main.cpp:1967: int main(int, char**): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD b6d7d700:
#0  int main(int, char**)
(Leftover data: #1  Dedicated server branch)
(Leftover data: #2  virtual void ServerMap::save(ModifiedState))
(Leftover data: #3  virtual void ServerMap::saveBlock(MapBlock*))
(Leftover data: #4  void ServerMap::loadBlock(std::string*, v3s16, MapSector*, bool))
BUG ...st/mods/minetest/survival/survival_drowning/init.lua:120.
Before:

Code: Select all

                    minetest.chat_send_player(name, S("You drowned."));
After:

Code: Select all

                    minetest.chat_send_player(player:get_player_name(), S("You drowned."));
Last edited by vktRus on Sun May 05, 2013 21:09, edited 1 time in total.

User avatar
kaeza
Moderator
Posts: 2162
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza
Location: Montevideo, Uruguay
Contact:

by kaeza » Post

vktRus wrote:Then i am join to my empty server:

Code: Select all

21:38:47: ACTION[ServerThread]: ShootingMan joins game. List of players: ShootingMan
21:38:47: ERROR[main]: ERROR: An unhandled exception occurred: ServerError: LuaError: error: ...inetest/mods/minetest/survival/survival_lib/init.lua:136: attempt to call method 'hud_add' (a nil value)
21:38:47: ERROR[main]: stack traceback:

In thread b6cd9700:
/build/buildd/minetestc55-0.4.6/src/main.cpp:1967: int main(int, char**): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD b6cd9700:
#0  int main(int, char**)
(Leftover data: #1  Dedicated server branch)
(Leftover data: #2  virtual void ServerMap::save(ModifiedState))
(Leftover data: #3  void ServerMap::saveMapMeta())
You need latest git version of the engine.
vktRus wrote:Player Kacey drowned.

Code: Select all

Kacey Has unlockedFirst Death.
2 is a function
running on death function
00:53:31: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=2 m_static_exists=true but static data doesn't actually exist in (-49,2,-42)
WARNING: StaticObjectList::remove(): id=2 not found
00:53:31: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=6 m_static_exists=true but static data doesn't actually exist in (-47,2,-43)
WARNING: StaticObjectList::remove(): id=6 not found
00:53:32: ERROR[main]: ERROR: An unhandled exception occurred: ServerError: LuaError: error: ...st/mods/minetest/survival/survival_drowning/init.lua:120: bad argument #1 to 'chat_send_player' (string expe
cted, got nil)
00:53:32: ERROR[main]: stack traceback:
  
In thread b6d7d700:
/build/buildd/minetestc55-0.4.6/src/main.cpp:1967: int main(int, char**): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD b6d7d700:
#0  int main(int, char**)
(Leftover data: #1  Dedicated server branch)
(Leftover data: #2  virtual void ServerMap::save(ModifiedState))
(Leftover data: #3  virtual void ServerMap::saveBlock(MapBlock*))
(Leftover data: #4  void ServerMap::loadBlock(std::string*, v3s16, MapSector*, bool))
BUG ...st/mods/minetest/survival/survival_drowning/init.lua:120.
Before:

Code: Select all

                    minetest.chat_send_player(name, S("You drowned."));
After:

Code: Select all

                    minetest.chat_send_player(player:get_player_name(), S("You drowned."));
Will fix that later. Thanks for reporting.
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal

vktRus
Member
Posts: 67
Joined: Wed May 01, 2013 07:23

by vktRus » Post

kaeza wrote:You need latest git version of the engine.
Client or/and server?

User avatar
kaeza
Moderator
Posts: 2162
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza
Location: Montevideo, Uruguay
Contact:

by kaeza » Post

vktRus wrote:
kaeza wrote:You need latest git version of the engine.
Client or/and server?
Obviously, you need latest "client" (I say it this way because it is actually client and server in the same executable) to play this mod in single player. You don't need it if you want to connect to other servers.

If using Windows, just download the latest of PilzAdam's, sfan5's, or xyz's Win32 builds.
If using Linux, use (with possible adaptions) Calinou's one-line compile and install script, or use the instructions in the README.
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal

vktRus
Member
Posts: 67
Joined: Wed May 01, 2013 07:23

by vktRus » Post

I update the server to daily-builds launchpad.net/~minetestdevs/+archive/daily-builds
Client version stable launchpad.net/~minetestdevs/+archive/stable
No hud.
Image

After update client to daily-builds launchpad.net/~minetestdevs/+archive/daily-builds first connect new player have new hud.
Image

After reconnect new hud lost.
Image

User avatar
guilleelcapoextra
Member
Posts: 70
Joined: Sat Oct 13, 2012 23:49
Location: uruguay
Contact:

by guilleelcapoextra » Post

init.lua problem

User avatar
kaeza
Moderator
Posts: 2162
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza
Location: Montevideo, Uruguay
Contact:

by kaeza » Post

vktRus wrote:I update the server to daily-builds launchpad.net/~minetestdevs/+archive/daily-builds
Client version stable launchpad.net/~minetestdevs/+archive/stable
No hud.
Image

After update client to daily-builds launchpad.net/~minetestdevs/+archive/daily-builds first connect new player have new hud.
Image

After reconnect new hud lost.
Image
This is presumably due to a bug in the engine. There's a pull request awaiting approval that fixes this issue.
You will have to wait a bit.
Last edited by kaeza on Fri May 10, 2013 23:30, edited 1 time in total.
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal

User avatar
kaeza
Moderator
Posts: 2162
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza
Location: Montevideo, Uruguay
Contact:

by kaeza » Post

guilleelcapoextra wrote:init.lua problem
Please follow the steps in this thread, but instead of creating a new topic, post here. Thanks.
Edit: The only possible cause I can think of is that your MT client is too old (you need latest development version).
Last edited by kaeza on Fri May 10, 2013 23:33, edited 1 time in total.
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal

User avatar
guilleelcapoextra
Member
Posts: 70
Joined: Sat Oct 13, 2012 23:49
Location: uruguay
Contact:

by guilleelcapoextra » Post

I use the latest version for linux 0.4.6 thanks

User avatar
Splizard
Member
Posts: 227
Joined: Wed Jan 25, 2012 07:20
GitHub: Splizard
IRC: Splizard
In-game: Splizard
Location: New Zealand
Contact:

by Splizard » Post

Can you make it that players are only counted/hurt for hunger/thirst when they have interact privilege?
Games: Builda City, The Hungry Games Mods: Lifters, Snow Biomes and Gates. Also checkout my texture pack Gridtoon!

vktRus
Member
Posts: 67
Joined: Wed May 01, 2013 07:23

by vktRus » Post

Please add switcher to clients/servers older versions. Like the pictures in the first post.

User avatar
kaeza
Moderator
Posts: 2162
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza
Location: Montevideo, Uruguay
Contact:

by kaeza » Post

Splizard wrote:Can you make it that players are only counted/hurt for hunger/thirst when they have interact privilege?
Sure! I'll add that ASAP.
vktRus wrote:Please add switcher to clients/servers older versions. Like the pictures in the first post.
Once Minetest 0.4.7 is released, I plan to provide "stable" and "development" downloads.
For now, this is the mod before the addition of the HUD support, so it should work on older MT versions: Download
Please note: I don't support it! If it does not work, either you fix it yourself, or wait until Minetest 0.4.7 is released.
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal

vktRus
Member
Posts: 67
Joined: Wed May 01, 2013 07:23

by vktRus » Post

0.4.7 is released.

User avatar
onpon4
Member
Posts: 518
Joined: Thu Mar 21, 2013 01:54
GitHub: onpon4
In-game: diligentcircle
Contact:

by onpon4 » Post

So, kind of annoying bug: if the hunger meter (at least; I didn't check the others) drains out completely, it never fills back up again (at least while you're alive; I didn't try dying). It just stays gone.

User avatar
onpon4
Member
Posts: 518
Joined: Thu Mar 21, 2013 01:54
GitHub: onpon4
In-game: diligentcircle
Contact:

by onpon4 » Post

It seems it's worse: when I eat, it just doesn't affect the hunger meter. It still keeps me from starving, but I can't see the change in the hunger meter.

This is in 0.4.7, by the way. I have the thirst and hazard suit mods removed since I don't like them.
Last edited by onpon4 on Sun Jun 09, 2013 18:24, edited 1 time in total.

User avatar
guilleelcapoextra
Member
Posts: 70
Joined: Sat Oct 13, 2012 23:49
Location: uruguay
Contact:

by guilleelcapoextra » Post

kaeza and noticed that when as the bar goes hungry if I could correct this error to and I have suggestions for the model of oxygen

User avatar
kaeza
Moderator
Posts: 2162
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza
Location: Montevideo, Uruguay
Contact:

by kaeza » Post

onpon4 wrote:It seems it's worse: when I eat, it just doesn't affect the hunger meter. It still keeps me from starving, but I can't see the change in the hunger meter.

This is in 0.4.7, by the way. I have the thirst and hazard suit mods removed since I don't like them.
Hmm... seems like a bad check on my side. Apples were not replenishing the hunger bar because I didn't override them (they are actual nodes, not craftitems).

I haven't tested if this works with the default farming mod. I guess it won't.

A new update Coming Soon™.
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal

User avatar
guilleelcapoextra
Member
Posts: 70
Joined: Sat Oct 13, 2012 23:49
Location: uruguay
Contact:

by guilleelcapoextra » Post

kaeza wrote:
onpon4 wrote:It seems it's worse: when I eat, it just doesn't affect the hunger meter. It still keeps me from starving, but I can't see the change in the hunger meter.

This is in 0.4.7, by the way. I have the thirst and hazard suit mods removed since I don't like them.
Hmm... seems like a bad check on my side. Apples were not replenishing the hunger bar because I didn't override them (they are actual nodes, not craftitems).

I haven't tested if this works with the default farming mod. I guess it won't.

A new update Coming Soon™.
I already did that job with the default farming food
Last edited by guilleelcapoextra on Tue Jun 18, 2013 19:14, edited 1 time in total.

User avatar
kaeza
Moderator
Posts: 2162
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza
Location: Montevideo, Uruguay
Contact:

by kaeza » Post

*BUMP*

Removed survival_drowning since drowning is now in the engine.
Edit: This is only applicable to those who use the dev version. Stable for 0.4.7 still has it.
Last edited by kaeza on Thu Jun 20, 2013 04:33, edited 1 time in total.
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal

User avatar
guilleelcapoextra
Member
Posts: 70
Joined: Sat Oct 13, 2012 23:49
Location: uruguay
Contact:

by guilleelcapoextra » Post

kaeza wrote:*BUMP*

Removed survival_drowning since drowning is now in the engine.
Edit: This is only applicable to those who use the dev version. Stable for 0.4.7 still has it.
the food does not affect hunger meter but the glass of water if thirsty affect meter

User avatar
Linuxdirk
Member
Posts: 3219
Joined: Wed Sep 17, 2014 11:21
In-game: Linuxdirk
Location: Germany
Contact:

Re: [Modpack] Survival ModPack [0.1.2]

by Linuxdirk » Post

I don’t know if the mod is dead or just not updated because it works as expected since ~2 years, but could you check this pull request to add the items from Farming Redo?

User avatar
kaeza
Moderator
Posts: 2162
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza
Location: Montevideo, Uruguay
Contact:

Re: [Modpack] Survival ModPack [0.1.2]

by kaeza » Post

Linuxdirk wrote:I don’t know if the mod is dead or just not updated because it works as expected since ~2 years, but could you check this pull request to add the items from Farming Redo?
Pull request merged. I've been out of the community for a while for personal reasons, and the PR notification got lost in my inbox. Thank you for pointing it out. :)
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal

Post Reply

Who is online

Users browsing this forum: No registered users and 30 guests