Stray single quote causing silent parse error in loadouts.ini #48

Closed
opened 2025-07-30 19:58:21 +00:00 by Cadacious · 2 comments
Member

nickname = event_jack_o'lantern_load should probably be nickname = event_jack_o_lantern_load

this is causing all loadouts declared after this one to be inside an open single quote block. this results in them silently being discarded by the game.

nickname = event_jack_o'lantern_load

image

`nickname = event_jack_o'lantern_load` should probably be `nickname = event_jack_o_lantern_load` this is causing all loadouts declared after this one to be inside an open single quote block. this results in them silently being discarded by the game. https://git.rem-freelancer.moe/REM-Freelancer/REM-Mod/src/commit/f7af487ac8fea43c3797cdf3aaf6c80d210801e4/DATA/SHIPS/loadouts.ini#L10688 ![image](/attachments/3620d8c1-d612-4a60-b7da-78f73c1af14e)
Owner

Oh, I didn't know this can causes problems. I'll check the entries that are affected and fix them.
Thanks for this information!

Oh, I didn't know this can causes problems. I'll check the entries that are affected and fix them. Thanks for this information!
Owner

I changed these entries. Should be fixed with the next update!

I changed these entries. Should be fixed with the next update!
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: REM-Freelancer/REM-Mod#48
No description provided.