Page 1 of 1

Add new surface locations to /evolution command

Posted: Thu Mar 05, 2026 1:36 pm
by eloeri
Hello all,

I've recently used a mod that uses duplicate surfaces of the existing planets, but when on one of these planets and using the command `/evolution` the defined key for the planet name is not recognized by the command.
03-05-2026, 07-31-39.png
03-05-2026, 07-31-39.png (677.67 KiB) Viewed 348 times
The Surfaces list registers the name correctly:
03-05-2026, 07-32-31.png
03-05-2026, 07-32-31.png (49.38 KiB) Viewed 348 times
And all of the extra surfaces are shown correctly in the Space map:
03-05-2026, 07-33-12.png
03-05-2026, 07-33-12.png (514.48 KiB) Viewed 348 times
This is the code from `planet.lua`:
03-05-2026, 07-34-00.png
03-05-2026, 07-34-00.png (71.38 KiB) Viewed 348 times
And the `locale.cfg`:
03-05-2026, 07-34-23.png
03-05-2026, 07-34-23.png (80.36 KiB) Viewed 348 times
If there is any more information you need, or if I have not done this correctly to tie the new planet name to the `/evolution` command, please let me know! I don't want to clog the request forum!

Re: Add new surface locations to /evolution command

Posted: Thu Mar 05, 2026 1:47 pm
by Rseding91
This was a bug with the evolution command which didn't use the localised name from the planet directly but always tried to use "space-location-name.*planet-name*". It's now fixed for 2.1.

Re: Add new surface locations to /evolution command

Posted: Thu Mar 05, 2026 2:09 pm
by eloeri
Rseding91 wrote: Thu Mar 05, 2026 1:47 pm This was a bug with the evolution command which didn't use the localised name from the planet directly but always tried to use "space-location-name.*planet-name*". It's now fixed for 2.1.
Understood! Thank you!