Search found 17 matches
- 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: 372
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 :...
- Sat Mar 25, 2023 9:54 pm
- Forum: Modding help
- Topic: Spidertron instantaneous acceleration/deceleration
- Replies: 6
- Views: 313
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 ...
- 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: 178
[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...
- 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: 372
[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...
- Tue Mar 14, 2023 12:55 pm
- Forum: Modding help
- Topic: Spidertron instantaneous acceleration/deceleration
- Replies: 6
- Views: 313
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...
- Tue Mar 14, 2023 12:40 am
- Forum: Modding help
- Topic: Spidertron instantaneous acceleration/deceleration
- Replies: 6
- Views: 313
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/...
- Sun Mar 12, 2023 10:29 pm
- Forum: Modding help
- Topic: Spidertron instantaneous acceleration/deceleration
- Replies: 6
- Views: 313
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...
- 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: 275
[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 ...
- Sun Mar 12, 2023 6:44 pm
- Forum: Modding interface requests
- Topic: Let item-request-proxy target specific inventory/grid
- Replies: 7
- Views: 1225
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...
- Mon Feb 13, 2023 12:09 am
- Forum: Modding interface requests
- Topic: Export currently held blueprint library object to item
- Replies: 10
- Views: 2060
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...
- Fri Feb 10, 2023 9:23 am
- Forum: Modding interface requests
- Topic: Expose affected area and artillery entities for artillery remote
- Replies: 0
- Views: 147
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...
- 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: 1339
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 

- 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: 1339
[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(...
- Sat Jul 30, 2022 9:06 pm
- Forum: Won't implement
- Topic: .neighbours on ghost electric poles
- Replies: 8
- Views: 1746
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 ...
- Sat Jul 09, 2022 3:28 pm
- Forum: Modding interface requests
- Topic: Export currently held blueprint library object to item
- Replies: 10
- Views: 2060
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...
- Mon Jul 20, 2020 3:23 pm
- Forum: Not a bug
- Topic: [0.14] player.connected behavior changed. Intended?
- Replies: 6
- Views: 1752
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...
- Sat Jun 27, 2020 1:18 pm
- Forum: News
- Topic: Friday Facts #352 - New website
- Replies: 83
- Views: 30279
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...