Page 1 of 1

Changes or additions to blueprints and cost_to_build

Posted: Sat Aug 15, 2026 9:32 pm
by Kabury
Right now, blueprints have the following behaviour (I think):
- If there are item proxy requests, if they are a module slot or a fuel slot:
- Draw the item proxy request id above the entity, and consider the item proxy request in the count given by LuaItemCommon.cost_to_build[/url]

08-15-2026, 16-15-42.png
08-15-2026, 16-15-42.png (376.26 KiB) Viewed 137 times

I would like to request for all item proxy requests to be drawn and added to LuaItemCommon.cost_to_build
08-15-2026, 16-49-21.png
08-15-2026, 16-49-21.png (492.1 KiB) Viewed 114 times
If this is not desirable, I propose to split .cost_to_build into .cost_to_build_partial and .cost_to_build_total, with partial being the current .cost_to_build and total being the proposed change which includes all item proxy requests.


The user could even press shift (currently unused I believe) in the setup new blueprint GUI and when holding a blueprint in the cursor to switch to .cost_to_build_total which would draw these other requests.

Or we can keep .cost_to_build name, and include or exclude these item requests with another filter box "generic item request"
08-15-2026, 16-51-16.png
08-15-2026, 16-51-16.png (5 KiB) Viewed 109 times

Blueprint string:

Code: Select all

0eNqtle+OoyAQwF9lw2dtVLQ9fYN7hsvGIE4tWYQeYHebxne/QXtuc7UXutnEDzLM/Jh/DBfSyAGORihHqgsRXCtLql8XYkWnmPQyxXogFTFMSDJGRKgWPkiVjq8RAeWEEzBbTItzrYa+AYMK0V9L69C2O7h4QkTkqC1aaeXhSKKoeSZVnKVIb4UBPm/mY3QHzYKhNBxKFyhnptPxO+tQ9R6Zb2hOd8UNGBRrJNRSd8I6wW39fhC47vVJqI5UeyYtREQbgSeyGZVsssIn8YQibZCkBilXnMqDIy3CIy2Cobtw6DYYWoZDdwu0AcZXy1FurpGn203hG9NBP3eiaG/61h4B2rjX7SAhpuRTEfVUfVMIb/i5wqa0jvE3rJh3b3UH78CI3733P0JTkj/R++UClZrrXjtxgjXiN3bpeka5ZvILecQ/rgc/Z4rEJy76B6sGLoGZeD+A/FKZHhQjTYKr8cTQSG/nG4CM+QGsW2MubVr8r02X8fpk1EtS0+RxBoLHZv5wmLz6IzV/q/Eyqll8fSi8dBqie6O9I6X34CrFnm0mP6kH+Nj8jV5enIhI1mC1K/ITt14M/B4wiS9Hoz/OuHkCY6fji21WFnmWlzTZpikdxz+tsjr2

Or we could have no graphic changes at all and only the split of .cost_to_build_partial and .cost_to_build_total, or the filter box and just don't draw the generics but add them to .cost_to_build.

Re: Changes or additions to blueprints and cost_to_build

Posted: Sat Aug 15, 2026 11:24 pm
by Kabury