OpenXcom Forum

OpenXcom Forks => OXCE Bugs => OpenXcom Extended (OXCE) => OXCE Bugs FIXED => Topic started by: Meridian on March 23, 2025, 10:42:13 am

Title: [FIXED] startingBase.rul issue when defining non random soldiers
Post by: Meridian on March 23, 2025, 10:42:13 am
Quote
startingBase.rul when defining non random soldiers with random soldiers the soldier "id:"s will not be unique

reported here: https://github.com/OpenXcom/OpenXcom/issues/1451
Title: Re: [FIXED] startingBase.rul issue when defining non random soldiers
Post by: Meridian on March 23, 2025, 11:25:50 am
Fixed in OXCE: https://github.com/MeridianOXC/OpenXcom/commit/5c83b1bc957387e8d31b681a941937b52d14cf3e

Note that non-random soldiers have to have IDs starting with 1 and not skip any IDs.
(same as starting crafts)

For example if you have 4 non random starting soldiers, they must have IDs: 1, 2, 3 and 4