Search found 7 matches

by cliff_build
Sun May 05, 2024 2:19 am
Forum: Modding interface requests
Topic: Allow mods/scenarios to filter chat messages
Replies: 0
Views: 94

Allow mods/scenarios to filter chat messages

I want to make the general request of "allow mods to control/augment/filter chat messages" - and to do it via something like "game.do_not_print_broadcasted_chat_messages = true". This would then allow a scenario/mod to register an on_console_chat event handler, and manually do th...
by cliff_build
Sat Apr 27, 2024 7:43 pm
Forum: Modding interface requests
Topic: on_pre_console_chat (or on_cancel_console_chat)
Replies: 13
Views: 3800

Re: on_pre_console_chat (or on_cancel_console_chat)

I want to +1 the general request of "allow mods to control/augment/filter chat messages" - I don't care too much about what the implementation is. In Biter Battles, we have three relevant forces, "north", "south", and "spectator". It is very helpful if we can ...
by cliff_build
Mon Apr 22, 2024 3:36 am
Forum: Already exists
Topic: Add interface for research_progress for not-currently-researching technologies
Replies: 2
Views: 267

Add interface for research_progress for not-currently-researching technologies

Specifically, if someone starts researching a technology, and then switches to a different one, I believe that it is no longer possible to tell how much progress has been made on the first technology via the Lua APIs. (because `LuaForce.research_progress` only tells you about the current research) I...
by cliff_build
Tue Mar 12, 2024 5:03 pm
Forum: Fixed for 2.0
Topic: [1.1.101][Linux] --load-scenario sets height and width to 50
Replies: 3
Views: 499

Re: [1.1.101][Linux] --load-scenario sets height and width to 50

I just wanted to report that I have run in to this as well. I am a developer for the biter battles scenario, and it is slightly difficult/annoying for me to test it. Specifically, I wish that there was something that behaved the same as --start-server-load-scenario, but loaded the game with a GUI (i...
by cliff_build
Wed Nov 08, 2023 2:38 am
Forum: Bug Reports
Topic: [1.1.94] Technology research notification does not include force name
Replies: 0
Views: 390

[1.1.94] Technology research notification does not include force name

In BiterBattles, two forces ("north" and "south") compete with one another on the same surface. Additionally, there is a spectator force that is friendly to both forces that can watch the game. Members of the spectator force receive technology research notifications from both &qu...
by cliff_build
Thu Dec 03, 2020 4:57 pm
Forum: Resolved Problems and Bugs
Topic: [Lou] [1.1.1] Power Pole connections saved in Blueprints are working persistently
Replies: 21
Views: 32649

Re: [Lubomir] [1.1.1] Power Pole connections saved in Blueprints lead to pseudo random connection behavior.

I can brainstorm two possible solution shapes: One might be that, when generating a blueprint, detect if the source had all powerpoles in the same power network, and yet the generated blueprint has multiple networks, try and add connections to the generated blueprint that connect to the same network...

Go to advanced search