[Mod] Flying Carpet [1.1.0] [flying_carpet]

User avatar
ForgiveAndromedalol
Member
Posts: 225
Joined: Tue Apr 11, 2017 12:34
GitHub: ForgiveAndromedalol
IRC: Andromeda
In-game: Yam

Re: [Mod] Flying Carpet [0.5.0] [flying_carpet]

by ForgiveAndromedalol » Post

Hi Wuzzy, excellent mod. It's pretty nice for those clients who are begging for flying privs - it's a consolation prize :D. One question: How can I make the flying carpet fly without mana? I want to know how to disable this feature (mana). I would thank your answer.
My MODS: Water Colors - viewtopic.php?f=9&t=18241
BTW BLOCKS - viewtopic.php?f=9&t=17654

User avatar
Wuzzy
Member
Posts: 4786
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Mod] Flying Carpet [0.5.0] [flying_carpet]

by Wuzzy » Post

By not using the Mana mod.

User avatar
ForgiveAndromedalol
Member
Posts: 225
Joined: Tue Apr 11, 2017 12:34
GitHub: ForgiveAndromedalol
IRC: Andromeda
In-game: Yam

Re: [Mod] Flying Carpet [0.5.0] [flying_carpet]

by ForgiveAndromedalol » Post

Wuzzy wrote:By not using the Mana mod.
The problem it's that in client server the flying carpet doesn't work properly - I don't know why... But in singleplayer works perfectly. How can I get mana?
My MODS: Water Colors - viewtopic.php?f=9&t=18241
BTW BLOCKS - viewtopic.php?f=9&t=17654

User avatar
Wuzzy
Member
Posts: 4786
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Mod] Flying Carpet [0.5.0] [flying_carpet]

by Wuzzy » Post

Well if you play on a server you don't control, I guess you have to ask the server operator. There are many ways the Mana mod can be used.
By default, you regenerate mana over time. Other mods might add other ways to earn mana.

But remember, if you do not have the Mana mod enabled, the flying carpet does not need any Mana to fly.

User avatar
ForgiveAndromedalol
Member
Posts: 225
Joined: Tue Apr 11, 2017 12:34
GitHub: ForgiveAndromedalol
IRC: Andromeda
In-game: Yam

Re: [Mod] Flying Carpet [0.5.0] [flying_carpet]

by ForgiveAndromedalol » Post

Wuzzy wrote:Well if you play on a server you don't control, I guess you have to ask the server operator. There are many ways the Mana mod can be used.
By default, you regenerate mana over time. Other mods might add other ways to earn mana.

But remember, if you do not have the Mana mod enabled, the flying carpet does not need any Mana to fly.
I'm the admin of the server. I tried your mod for few hours in my server, but it didn't worked. On singleplayer it works perfectly. How can I make it fly without mana?
My MODS: Water Colors - viewtopic.php?f=9&t=18241
BTW BLOCKS - viewtopic.php?f=9&t=17654

User avatar
Wuzzy
Member
Posts: 4786
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Version 0.6.0!

by Wuzzy » Post

Updates on version 0.6.0:

- Make this item craftable in MineClone 2 (with redstone instead of mese cystals)
- Fix sounds having full volume everywhere
- Change WTFPL to MIT License
- Creative Mode: Disable wear, support correct taking and placing
- Minor help text fix
How can I make it fly without mana?
Disable the mana mod.

cybervision
Member
Posts: 31
Joined: Wed Jan 10, 2018 05:45
GitHub: tonsb
In-game: cybervision

Re: [Mod] Flying Carpet [0.6.0] [flying_carpet]

by cybervision » Post

how can i use this

Code: Select all

minetest.get_player_by_name"singleplayer":set_properties{visual_size = {x=0.5, y=0.5}}

not2stressed
New member
Posts: 7
Joined: Mon Jan 08, 2018 06:33

Re: [Mod] Flying Carpet [0.6.0] [flying_carpet]

by not2stressed » Post

Since updating Minetest to 0.4.17 (Linux) this mod crashes the game. When I play a local game the game just exits on trying to place the carpet. Playing with a 0.4.17 client on a 0.4.16 server still works OK, so it looks like something on the server side has changed to cause the problem.

Debug log shows:

Code: Select all

2018-06-10 12:04:03: WARNING[Main]: Map::getNodeMetadata(): Block not found
2018-06-10 12:04:03: WARNING[Main]: Map::removeNodeMetadata(): Block not found
2018-06-10 12:04:03: WARNING[Main]: Map::getNodeMetadata(): Block not found
2018-06-10 12:04:03: WARNING[Main]: Map::removeNodeMetadata(): Block not found
2018-06-10 12:04:03: WARNING[Main]: Map::getNodeMetadata(): Block not found
2018-06-10 12:04:03: WARNING[Main]: Map::removeNodeMetadata(): Block not found
2018-06-10 12:04:05: ERROR[Server]: In thread 7f1c23ffe700:
2018-06-10 12:04:05: ERROR[Server]: /build/minetest-5Mbp7_/minetest-0.4.17/src/script/common/c_internal.cpp:b8: void log_deprecated(lua_State*, const string&): A fatal error occured: lua_getstack() failed
2018-06-10 12:04:05: ERROR[Server]: Debug stacks:
2018-06-10 12:04:05: ERROR[Server]: DEBUG STACK FOR THREAD 7f1c0a7af700: 
2018-06-10 12:04:05: ERROR[Server]: #0  virtual void* EmergeThread::run()
2018-06-10 12:04:05: ERROR[Server]: DEBUG STACK FOR THREAD 7f1c0b06e700: 
2018-06-10 12:04:05: ERROR[Server]: #0  virtual void* UpdateThread::run()
2018-06-10 12:04:05: ERROR[Server]: DEBUG STACK FOR THREAD 7f1c0bfff700: 
2018-06-10 12:04:05: ERROR[Server]: #0  virtual void* UpdateThread::run()
2018-06-10 12:04:05: ERROR[Server]: DEBUG STACK FOR THREAD 7f1c23ffe700: 
2018-06-10 12:04:05: ERROR[Server]: #0  virtual void* ServerThread::run()
2018-06-10 12:04:05: ERROR[Server]: #1  void Server::Receive()
2018-06-10 12:04:05: ERROR[Server]: #2  void Server::ProcessData(NetworkPacket*)
2018-06-10 12:04:05: ERROR[Server]: DEBUG STACK FOR THREAD 7f1c4068f780: 
2018-06-10 12:04:05: ERROR[Server]: #0  int main(int, char**)
2018-06-10 12:04:05: ERROR[Server]: #1  void ClientMap::renderMap(irr::video::IVideoDriver*, irr::s32)
Help please ...

User avatar
GreenXenith
Member
Posts: 1356
Joined: Wed Oct 28, 2015 01:26
GitHub: GreenXenith
Location: UTC-8:00
Contact:

Re: [Mod] Flying Carpet [0.6.0] [flying_carpet]

by GreenXenith » Post

not2stressed wrote:Since updating Minetest to 0.4.17 (Linux) this mod crashes the game. When I play a local game the game just exits on trying to place the carpet. Playing with a 0.4.17 client on a 0.4.16 server still works OK, so it looks like something on the server side has changed to cause the problem.

Debug log shows:
<snip>

Help please ...
Don't use 0.4.17. It is broken.
Stay on 0.4.16 and wait for the next release.
YouTube | Mods | Patreon | Minetest Discord @greenxenith

You should not be able to read this message.

not2stressed
New member
Posts: 7
Joined: Mon Jan 08, 2018 06:33

Re: [Mod] Flying Carpet [0.6.0] [flying_carpet]

by not2stressed » Post

Don't use 0.4.17. It is broken.
Stay on 0.4.16 and wait for the next release.
I have just updated Minetest to 0.4.17.1 and that has fixed the problem.

User avatar
Wuzzy
Member
Posts: 4786
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Mod] Flying Carpet [1.0.1] [flying_carpet]

by Wuzzy » Post

Version 1.0.1 released! This is a tiny update introducing ephemeral sounds for a tiny permance boost.

Also, the code repository has been migrated to Codeberg.org.

User avatar
Wuzzy
Member
Posts: 4786
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Version 1.1.0 released!

by Wuzzy » Post

Version 1.1.0 released!

Changelog:
  • The selection box now matches the carpet perfectly (needs Minetest 5.7.0 or later)
  • Remove interlacing from a PNG texture
  • Fix "initial_properties" deprecation warning in Minetest 5.8.0
Note: If you have a MT version older than 5.7.0 for some reason, please enable the setting "flying_carpet_legacy_selectionbox" to fix a problem with the selection box.

Post Reply

Who is online

Users browsing this forum: No registered users and 17 guests