Search found 3 matches

by Follpvosten
Wed Dec 02, 2020 19:27
Forum: WIP Games
Topic: [Game] VoxeLibre (formerly known as MineClone2) [0.86]
Replies: 3015
Views: 833020

Re: [Game] MineClone 2 [0.68.0]

Alriiight, I spent way too much time finding a way to actually use the translated string that the API gives me now; after finding `minetest.get_translated_string()`, I'm satisfied. Here's my patch: From b6622666855b23493b5d565b1bf281b19d68cb45 Mon Sep 17 00:00:00 2001 From: Follpvosten <wolfi@karpad...
by Follpvosten
Tue Dec 01, 2020 15:02
Forum: WIP Games
Topic: [Game] VoxeLibre (formerly known as MineClone2) [0.86]
Replies: 3015
Views: 833020

Re: [Game] MineClone 2 [0.68.0]

Yes, exactly; the observer-style API would look something like this: mcl_death_messages.register_on_death_message(function(msg) end) Thanks for your feedback! I will get right to implementing it this way. Should I send you a patch via email or just paste it into a spoiler + code block here? Could al...
by Follpvosten
Tue Dec 01, 2020 12:40
Forum: WIP Games
Topic: [Game] VoxeLibre (formerly known as MineClone2) [0.86]
Replies: 3015
Views: 833020

Re: [Game] MineClone 2 [0.68.0]

Hi! I would like to contribute something to this game, but it's probably more of a personal interest of me, so before just sending a patch, I wanted to ask. I'm working on various bridges from the minetest chat to other chat networks (mostly telegram at the moment). Bridging messages and events like...