Search found 18 matches

by azaghal
Thu Oct 26, 2023 10:58 pm
Forum: Modding help
Topic: Please Help with multiplayer error message
Replies: 4
Views: 833

Re: Please Help with multiplayer error message

Since I just got hit by this one, maybe I can at least try to shed some light on what I think happens. And in some ways, I am doing something similar where I register event handler for on_nth_tick, but only when required (my mod does some processing of delivered equipment, and if there's nothing mor...
by azaghal
Sat Apr 08, 2023 1:57 pm
Forum: Resolved Problems and Bugs
Topic: [1.1.76] Anchored GUI elements not visible or clickable depending on window height/GUI scale
Replies: 3
Views: 1001

Re: [1.1.76] Anchored GUI elements not visible or clickable depending on window height/GUI scale

This was fixed in 1.1.77 experimental. Ah, thanks for letting me know - I was browsing through the version history listing and this seemed somewhat related, but never got around to testing with the experimental version (probably should have done that, truth be told - lesson learned fro the future :...
by azaghal
Sat Mar 25, 2023 9:54 pm
Forum: Modding help
Topic: Spidertron instantaneous acceleration/deceleration
Replies: 6
Views: 904

Re: Spidertron instantaneous acceleration/deceleration

To follow-up on this topic, I ended-up using plain container entities, and recreating them (instead of cloning) if the target entity's surface changes. Cloning is not required since I empty out the container as the first step of processing (basically install the equipment into grid or just spill it ...
by azaghal
Sat Mar 25, 2023 8:56 pm
Forum: Bug Reports
Topic: [1.1.76] Button tooltips unreadable when hovering over with named blueprint/blueprint book
Replies: 0
Views: 509

[1.1.76] Button tooltips unreadable when hovering over with named blueprint/blueprint book

Description When holding a blueprint or blueprint book in a cursor that has a name set on it, and hovering over a button GUI element, it is impossible to read the button tooltip, since the blueprint/blueprint book name is drawn on top of the tooltip. While in vanilla game this is usually not a prob...
by azaghal
Sat Mar 25, 2023 2:07 pm
Forum: Resolved Problems and Bugs
Topic: [1.1.76] Anchored GUI elements not visible or clickable depending on window height/GUI scale
Replies: 3
Views: 1001

[1.1.76] Anchored GUI elements not visible or clickable depending on window height/GUI scale

Description GUI elements anchored (attached) to one of the sides (left/right/top/bottom) of game's built-in windows. This is helpful for providing context-dependent buttons to player for some of the operations. However, when such GUI elements are anchored to the bottom of windows that occupy most o...
by azaghal
Tue Mar 14, 2023 12:55 pm
Forum: Modding help
Topic: Spidertron instantaneous acceleration/deceleration
Replies: 6
Views: 904

Re: Spidertron instantaneous acceleration/deceleration

Ah... I've misread (or skimmed more likely) the error message that I received when trying to teleport the wooden chest. I was passing-in the surface as well, and didn't realise that was the thing preventing the chest from being teleported. Thanks for pointing out that one. Hm... I'll have to think a...
by azaghal
Tue Mar 14, 2023 12:40 am
Forum: Modding help
Topic: Spidertron instantaneous acceleration/deceleration
Replies: 6
Views: 904

Re: Spidertron instantaneous acceleration/deceleration

Hm... Yeah, looks like it would be difficult to do what I've asked for. It felt like the right thing to do, but it's probably not worth it. In the meantime I've went ahead and implemented a small prototype where I use a custom car entity (since I need some form of container entity that can teleport/...
by azaghal
Sun Mar 12, 2023 10:29 pm
Forum: Modding help
Topic: Spidertron instantaneous acceleration/deceleration
Replies: 6
Views: 904

Spidertron instantaneous acceleration/deceleration

'ello all, To give some background, I am working on a mod that would allow templating (export/import) of vehicle equipment grids using blueprints. The export part was fairly simple, but import is giving me some headaches. The import code is currently based on using the item request proxies to delive...
by azaghal
Sun Mar 12, 2023 7:32 pm
Forum: Resolved Problems and Bugs
Topic: [Tobias][1.1.76] on_equipment_inserted not triggered for locomotives with grid when using item request proxy/bots
Replies: 1
Views: 697

[Tobias][1.1.76] on_equipment_inserted not triggered for locomotives with grid when using item request proxy/bots

Description Locomotives can be customised to have an equipment grid where player can insert supported equipment items. In addition to manual insertion of equipment by player, it is also possible to create an item request proxy entity targeting the locomotive entity that contains one or more pieces ...
by azaghal
Sun Mar 12, 2023 6:44 pm
Forum: Modding interface requests
Topic: Let item-request-proxy target specific inventory/grid
Replies: 7
Views: 9227

Re: Let item-request-proxy target specific inventory/grid

As it turns out, I have faced a similar issue while, ironically, working on a mod that makes it possible to blueprint (export/import) equipment grid layout/configuration for vehicles. One thing I ended-up doing was having one item request proxy per equipment item (count=1) in order to try to improve...
by azaghal
Mon Feb 13, 2023 12:09 am
Forum: Implemented for 2.0
Topic: Export currently held blueprint library object to item
Replies: 18
Views: 4119

Re: Export currently held blueprint library object to item

Coming back to this request, I have another use-case for being able to access deconstruction and upgrade planners from game/player library. The mod ConstructionPlannerContinued (which I maintain) allows players to plan-out parts of the base using blueprints without any entity being built by construc...
by azaghal
Fri Feb 10, 2023 9:23 am
Forum: Modding interface requests
Topic: Expose affected area and artillery entities for artillery remote
Replies: 0
Views: 378

Expose affected area and artillery entities for artillery remote

Hello, The Advanced Artillery Remotes Continued mod (of which I am the maintainer) provides players with additional artillery remote that can be used to carpet-bomb a wide area of biter nests via single click. The mod tries to somewhat optimise the number of fired artillery shells by calculating the...
by azaghal
Sun Oct 16, 2022 7:56 pm
Forum: Resolved Problems and Bugs
Topic: [Genhis] [1.1.64] Crash when player undoes tile deconstruction orders assigned to different force (via script)
Replies: 2
Views: 2002

Re: [Genhis] [1.1.64] Crash when player undoes tile deconstruction orders assigned to different force (via script)

Yikes, I am kinda glad the fix was made, but I kinda was depending on being able to do that in the Construction Planner (Continued) mod in order to try to handle undo history :)
by azaghal
Wed Aug 03, 2022 10:15 pm
Forum: Resolved Problems and Bugs
Topic: [Genhis] [1.1.64] Crash when player undoes tile deconstruction orders assigned to different force (via script)
Replies: 2
Views: 2002

[Genhis] [1.1.64] Crash when player undoes tile deconstruction orders assigned to different force (via script)

Game crashes when player attempts to undo tile deconstruction orders which has been created for a non-player force, but assigned to the player using a deconstruction planner (via script). Reproduction steps: Set-up and load a minimal mod with the following control.lua script: function reproduce_bug(...
by azaghal
Sat Jul 30, 2022 9:06 pm
Forum: Won't implement
Topic: .neighbours on ghost electric poles
Replies: 8
Views: 2645

Re: .neighbours on ghost electric poles

Apologies for possibly hijacking this thread, but I ran into somewhat similar issue, but this time around with the ghost underground belts. If you feel this would be better off discussed in separate thread, please do let me know. Trying to invoke .neighbours on a pair of "connected" ghost ...
by azaghal
Sat Jul 09, 2022 3:28 pm
Forum: Implemented for 2.0
Topic: Export currently held blueprint library object to item
Replies: 18
Views: 4119

Re: Export currently held blueprint library object to item

Instead of opening up a new request, I wanted to chime in on this one with another use case that would benefit from being able to work with blueprints from a library. If this would be better posted separately, please do let me know (but someone has already been kinda redirected to this topic on a re...
by azaghal
Mon Jul 20, 2020 3:23 pm
Forum: Not a bug
Topic: [0.14] player.connected behavior changed. Intended?
Replies: 6
Views: 2252

Re: [0.14] player.connected behavior changed. Intended?

Sorry for resurrecting this thread, but I was curious to know if anything has changed compared to the time this was reported (currently using 0.18.36). I was trying to debug an error related to one of the mods I'm using, and ended-up looking into behaviour of the LuaPlayer::connected property. I hav...
by azaghal
Sat Jun 27, 2020 1:18 pm
Forum: News
Topic: Friday Facts #352 - New website
Replies: 83
Views: 38720

Re: Friday Facts #352 - New website

One can really tell a lot of effort went into making the new looks. Visually it looks more appealing, and generally speaking the landing page should draw way more attention from people who are looking into getting the game. On the other hand, I do have a couple of issues with some changes after brow...

Go to advanced search