Help needed for multiply mods/codes

Post Reply
User avatar
Miniontoby
Member
Posts: 616
Joined: Fri Mar 01, 2019 19:25
GitHub: Miniontoby
IRC: Miniontoby
In-game: Miniontoby
Location: The Netherlands

Help needed for multiply mods/codes

by Miniontoby » Post

Hello everyone,

I am making a game and need some mods.

Here is a list
  • Only multiplayer/when singleplayer shut down world with the msg or something like an error
  • a world generator which always makes the same type of world (mostly making the spawn)
  • special signs with translation (I think I can do it but I wanted to share)
  • I want a in correct English instructions for the game. Please contact me about it (check spoiler at bottom)
  • And more... (I will update this later)
Please make them with translation.

That's it for now.
Spoiler
P.s.
You can contact me with an reaction, a pm, freenode irc (not always; at #miniontoby)
and my irc: miniontoby.us5.ircnow.org ssl (always at #miniontoby)
Last edited by Miniontoby on Fri Aug 07, 2020 09:24, edited 1 time in total.
Working on mtctl ---- Check my mod "Doorbell" -- Stay safe

User avatar
Hybrid Dog
Member
Posts: 2828
Joined: Thu Nov 01, 2012 12:46
GitHub: HybridDog

Re: Help needed for multiply mods/codes

by Hybrid Dog » Post

Miniontoby wrote:
Mon Jul 27, 2020 15:44
Only multiplayer/when singleplayer shut down world with the msg or something like an error
I don't understand this request. Could you write it in other words?
Miniontoby wrote:
Mon Jul 27, 2020 15:44
a world generator which always makes the same type of world (mostly making the spawn)
(Almost) all map generators always make the same map if you use a fixed map seed.
Miniontoby wrote:
Mon Jul 27, 2020 15:44
special signs with translation (I think I can do it but I wanted to share)
Here's a Danger/Hazard signs mod: viewtopic.php?f=11&t=6285#p95146
The text on some textures (most are only picture) cannot be changed to support multiple languages, but implementing item description translations could be possible.

‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪

User avatar
Miniontoby
Member
Posts: 616
Joined: Fri Mar 01, 2019 19:25
GitHub: Miniontoby
IRC: Miniontoby
In-game: Miniontoby
Location: The Netherlands

Re: Help needed for multiply mods/codes

by Miniontoby » Post

Hybrid Dog wrote:
Sun Aug 02, 2020 08:28
Miniontoby wrote:
Mon Jul 27, 2020 15:44
Only multiplayer/when singleplayer shut down world with the msg or something like an error
I don't understand this request. Could you write it in other words?
I want that the game is only multiplayer and not singleplayer. So if you start a world with the game in singleplayer that it will shut it self down and I want that it does that with an error message like "You can't run this game in singleplayer!"
Hybrid Dog wrote:
Sun Aug 02, 2020 08:28
Miniontoby wrote:
Mon Jul 27, 2020 15:44
a world generator which always makes the same type of world (mostly making the spawn)
(Almost) all map generators always make the same map if you use a fixed map seed.
I think that I have it but yeah its more like you create a world and it will be setted to single node by game and then places the spawn and the game area
Hybrid Dog wrote:
Sun Aug 02, 2020 08:28
Miniontoby wrote:
Mon Jul 27, 2020 15:44
special signs with translation (I think I can do it but I wanted to share)
Here's a Danger/Hazard signs mod: viewtopic.php?f=11&t=6285#p95146
The text on some textures (most are only picture) cannot be changed to support multiple languages, but implementing item description translations could be possible.
I will look at that. Thanks for helping already
Working on mtctl ---- Check my mod "Doorbell" -- Stay safe

User avatar
Hybrid Dog
Member
Posts: 2828
Joined: Thu Nov 01, 2012 12:46
GitHub: HybridDog

Re: Help needed for multiply mods/codes

by Hybrid Dog » Post

Miniontoby wrote:
Sun Aug 02, 2020 18:28
Hybrid Dog wrote:
Sun Aug 02, 2020 08:28
Miniontoby wrote:
Mon Jul 27, 2020 15:44
Only multiplayer/when singleplayer shut down world with the msg or something like an error
I don't understand this request. Could you write it in other words?
I want that the game is only multiplayer and not singleplayer. So if you start a world with the game in singleplayer that it will shut it self down and I want that it does that with an error message like "You can't run this game in singleplayer!"
Thanks; a mod which errors in singleplayer mode is very easy:
singleplayer_only.zip
(419 Bytes) Downloaded 32 times
You can edit the code when needed, for example change the message.

‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪

User avatar
Miniontoby
Member
Posts: 616
Joined: Fri Mar 01, 2019 19:25
GitHub: Miniontoby
IRC: Miniontoby
In-game: Miniontoby
Location: The Netherlands

Re: Help needed for multiply mods/codes

by Miniontoby » Post

Hybrid Dog wrote:
Mon Aug 03, 2020 15:55
Miniontoby wrote:
Sun Aug 02, 2020 18:28
Hybrid Dog wrote:
Sun Aug 02, 2020 08:28

I don't understand this request. Could you write it in other words?
I want that the game is only multiplayer and not singleplayer. So if you start a world with the game in singleplayer that it will shut it self down and I want that it does that with an error message like "You can't run this game in singleplayer!"
Thanks; a mod which errors in singleplayer mode is very easy: singleplayer_only.zip
You can edit the code when needed, for example change the message.
thanks dude. Realy fine you help
Working on mtctl ---- Check my mod "Doorbell" -- Stay safe

User avatar
MisterE
Member
Posts: 693
Joined: Sun Feb 16, 2020 21:06
GitHub: MisterE123
IRC: MisterE
In-game: MisterE

Re: Help needed for multiply mods/codes

by MisterE » Post

a world generator which always makes the same type of world (mostly making the spawn)
yes, a singlenode mapgen could be coded that always places a spawn building.

https://rubenwardy.com/minetest_modding ... p/lvm.html
https://rubenwardy.com/minetest_modding ... nment.html


but perhaps easier would be to always use the same mapgen with the same seed (Can a mod define the mapgen and seed in the code?), and in the minetest.conf set a static spawnpoint (players will always spawn there). Then, make a mod to use a mts (Minetest Schematic) to place a building at the spawn point.

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests