Search found 31 matches

by Giov4
Fri Dec 29, 2023 17:24
Forum: General Discussion
Topic: Post your screenshots!
Replies: 11059
Views: 2053835

Re: Post your screenshots!

Just a nice screenshot on the A.E.S. server
screenshot_20231229_181747.png
screenshot_20231229_181747.png (422.49 KiB) Viewed 6292 times
by Giov4
Thu Sep 28, 2023 13:53
Forum: General Discussion
Topic: Need help on making a map reset system
Replies: 2
Views: 724

Need help on making a map reset system

Hi everyone! I'm working on a minigame for a server whose map will be changed in-game, but when the game ends I need to restore it. The problem is that I need to restore it without it causing stutter on the main thread (as there will be other minigames too, so the workload has to be async or very mu...
by Giov4
Sat Nov 05, 2022 01:57
Forum: General Discussion
Topic: Post your videos!
Replies: 1127
Views: 250654

Re: Post your videos!

jp wrote:
Fri Nov 04, 2022 02:25
Camera API: Render on Entities: https://www.youtube.com/watch?v=7U8NdnFd_6A

... which mean you could make something like this.
So cool!
by Giov4
Tue Nov 01, 2022 21:39
Forum: General Discussion
Topic: Post your videos!
Replies: 1127
Views: 250654

Re: Post your videos!

MisterE wrote:
Tue Nov 01, 2022 02:10
littlePrettyCat wrote:
Mon Oct 31, 2022 22:40
Giov4 wrote:
Sat Oct 08, 2022 13:18
New minigame (+ custom skills library) wip :D
https://peertube.uno/w/f8nAa43ZNMzq64FR7fBVHH

Image
Just wonderful!
It is playable now on A.E.S. minigames, FYI
I've also made a short mage gameplay :D
https://peertube.uno/w/gFkgzxZLmXRkNhDtsJu3mk
by Giov4
Sat Oct 08, 2022 13:18
Forum: General Discussion
Topic: Post your videos!
Replies: 1127
Views: 250654

Re: Post your videos!

New minigame (+ custom skills library) wip :D
https://peertube.uno/w/f8nAa43ZNMzq64FR7fBVHH

Image
by Giov4
Mon Dec 28, 2020 12:16
Forum: General Discussion
Topic: Minetest radical graphical rework
Replies: 55
Views: 10292

Re: Minetest radical graphical rework

I think that Minetest engine / launcher / client in general on the other hand should instead move to a more flat / industrial / less gamer style, as I think it would suit it better. I don't agree: Minetest is a voxel engine, that's basically like a 3d pixel, and most of its textures are in pixel ar...
by Giov4
Sat Dec 26, 2020 00:13
Forum: Mod Releases
Topic: [Mod] Murder mini-game [2.0.0] [murder]
Replies: 26
Views: 6340

Re: [Mod] Murder mini-game [2.0.0] [murder]

Version 2.0.0 is out! Changelog: - Removed the victim role from the game and modified the cop (that is now the detective) and the murderer roles - Completely rewrote the roles system, now a role can be easily added with the murder.register_role(...) function - Now every player has a unique skin in-...
by Giov4
Mon Nov 09, 2020 15:39
Forum: Mod Releases
Topic: [Mod] Murder mini-game [2.0.0] [murder]
Replies: 26
Views: 6340

Re: [Mod] Murder mini-game [1.2.4] [murder]

Version 1.2.5 is out!

Changelog:

- Players default speed increased to 1.2
- BUGFIX: sometimes the knife duplicated after it had been thrown
by Giov4
Wed Nov 04, 2020 19:20
Forum: Mod Releases
Topic: [Mod] Murder mini-game [2.0.0] [murder]
Replies: 26
Views: 6340

Re: [Mod] Murder mini-game [1.2.4] [murder]

Version 1.2.4 is out!

Changelog:

- Updated timer system to arena_lib v4.0
- CRITICAL BUG FIX: when a player quit the match the mod removed the murderer's thrown knife
- Other bugfixes and improvements
by Giov4
Wed Oct 07, 2020 16:54
Forum: Mod Releases
Topic: [Mod] Murder mini-game [2.0.0] [murder]
Replies: 26
Views: 6340

Re: [Mod] Murder mini-game [1.2.3] [murder]

I have a question, are you supposed to figure out which player is the murderer so that it's like Among Us, or Werewolf or Mafia? Or is it clear who the murderers and the cops are? You don't know who the murderer or the cop is, but the latter can shoot with his/her gun to prove it, while the first o...
by Giov4
Sun Sep 27, 2020 15:58
Forum: Mod Releases
Topic: [Mod] Murder mini-game [2.0.0] [murder]
Replies: 26
Views: 6340

Re: [Mod] Murder mini-game [1.2.3] [murder]

Version 1.2.3 is out!


Changelog:

- CRASHFIX: when the arena minimum player were set to one (useful for testing purposes)

- CRASHFIX (arena_lib 3.6+): now using the arena_lib timer system

- Now the loading_time setting is used to set the custom loading

- Code cleaning
by Giov4
Sun Sep 20, 2020 18:17
Forum: Modding Discussion
Topic: Default inventory formspec amount of slots per row
Replies: 4
Views: 681

Re: Default inventory formspec amount of slots per row

Update: I found the way to access it looking to some other mods code local original_get = sfinv.pages["sfinv:crafting"].get sfinv.override_page("sfinv:crafting", { get = function(self, player, context) local original_formspec = original_get(self, player, context) -- modify the or...
by Giov4
Sun Sep 20, 2020 16:26
Forum: Modding Discussion
Topic: Default inventory formspec amount of slots per row
Replies: 4
Views: 681

Re: Inventory formspec amount of slots per row

The problem is that I would like to change the default inventory formspec, but I don't know how to access that property; I've tried using player_inv:set_width("main", 10) but nothing happened. I would like to do that 'cause I've incremented the hotbar item count to 10, but in the formspec ...
by Giov4
Sun Sep 20, 2020 15:19
Forum: Modding Discussion
Topic: Default inventory formspec amount of slots per row
Replies: 4
Views: 681

Default inventory formspec amount of slots per row

Hi, I need to change the default inventory formspec amount of slots per row, but I can't figure out how.
How should I do it? Thanks in advance.
by Giov4
Sun Sep 13, 2020 21:28
Forum: General Discussion
Topic: Post your screenshots!
Replies: 11059
Views: 2053835

Re: Post your screenshots!

Image

Working on skywars :))
by Giov4
Thu Sep 10, 2020 14:46
Forum: Mod Releases
Topic: [Mod] Murder mini-game [2.0.0] [murder]
Replies: 26
Views: 6340

Re: [Mod] Murder mini-game [1.2.2] [murder]

Version 1.2.2 is out!


Changelog:

- CRITICAL BUG FIX: Gun didn't work in some cases

- Murderer's speed increased to 1.1

- Improved knife physics

- Sprint serum effect reduced to 3s

- Removed matchduration command, now you can use arena_lib editor
by Giov4
Tue Sep 08, 2020 13:26
Forum: Mod Releases
Topic: [Mod] Murder mini-game [2.0.0] [murder]
Replies: 26
Views: 6340

Re: [Mod] Murder mini-game [1.2.1] [murder]

Version 1.2.1 is out!

Changelog


- Added French translation (by Louis Royer)
- Bugfixes
- Corrected template.txt
by Giov4
Fri Aug 28, 2020 18:08
Forum: Mod Releases
Topic: [Mod] Murder mini-game [2.0.0] [murder]
Replies: 26
Views: 6340

Re: [Mod] Murder mini-game [1.2] [murder]

Version 1.2.0 is out!

Changelog

- Now the murderer can throw his/her knife!
- Added more SFX
- Added tutorial command
- Text waypoint replaced with Image waypoint when using the finder chip
- Bug fixes
by Giov4
Tue Jul 14, 2020 22:01
Forum: Mod Releases
Topic: [Mod] Murder mini-game [2.0.0] [murder]
Replies: 26
Views: 6340

Re: [Mod] Murder mini-game [1.1.1] [murder]

Version 1.1.1 is out!

Changelog

- Fixed the sprint serum not working correctly in the previous version


(During these weeks I have not been able to work on the mod, but I will start again shortly :D)
by Giov4
Thu Jul 09, 2020 13:00
Forum: Mod Releases
Topic: [Mod] Murder mini-game [2.0.0] [murder]
Replies: 26
Views: 6340

Re: [Mod] Murder mini-game [1.1.0] [murder]

Hi, I created a german locale. Still don't get how to play... # version 1.0 # author(s): Roland Meier # reviewer(s): # textdomain: murder # In-game messages Murderer=Mörder the murderer=Der Mörder Cop=Polizist Victim=Opfer The match will start in 10 seconds!=Das Spiel beginnt in 10 Sekunden! the mu...
by Giov4
Sat Jun 20, 2020 23:04
Forum: Italiano
Topic: Minetest e Minetest Game in Italiano
Replies: 3
Views: 2157

Re: Minetest e Minetest Game in Italiano

Wow gran bel lavoro, sicuramente proverò ad aiutare come posso :D
by Giov4
Tue Jun 16, 2020 15:35
Forum: Mod Releases
Topic: [Mod] Murder mini-game [2.0.0] [murder]
Replies: 26
Views: 6340

Re: [Mod] Murder mini-game [1.1.0] [murder]

Hello, this look very cool from the screenshots, I want to test it but the server isn't working I just time out, Could you please share the port so I can join or is the server down. Best wishes, Nifty-Neutron. The server address and port are minetest.eticadigitale.org:30010 (or you can search for &...
by Giov4
Tue Jun 16, 2020 11:07
Forum: Mod Releases
Topic: [Mod] Murder mini-game [2.0.0] [murder]
Replies: 26
Views: 6340

Re: [Mod] Murder mini-game [1.1.0] [murder]

niwla23 wrote:
Tue Jun 16, 2020 10:55
How do you start the game?
Once you've enabled the arena you just click the sign you placed in the editor mode (using the sign item) and if enough players clicked it the match will start, teleporting you and whoever clicked it in the arena.
by Giov4
Mon Jun 15, 2020 20:27
Forum: Mod Releases
Topic: [Mod] Murder mini-game [2.0.0] [murder]
Replies: 26
Views: 6340

Re: [Mod] Murder mini-game [1.0.1] [murder]

Looks really cool, I am interested in making a server with this mod. Can you explain how to set this up? I created these arenas and signs and spwans, but i dont even now what they are for... Right, I guess a how-to would be pretty useful, I will add a /tutorial command in the next version, but for ...