cxong / cdogs-sdl

Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
GNU General Public License v2.0
902 stars 115 forks source link

[Question] How to delete characters in-game? #864

Open LucasGGamerM opened 5 days ago

LucasGGamerM commented 5 days ago

I have accidentally made a duplicate character. How can I delete it without going into the game files and manually removing it?

cxong commented 4 days ago

Do you mean in the game editor? You can click Remove in the character editor https://raw.githubusercontent.com/cxong/cdogs-sdl/gh-pages/_posts/cdogs_nuklear_char_editor.gif

Please note that characters are referenced by index in the game, so it may mess up the missions if you delete characters in the middle. It's safer to ignore - there is no limit to the number of characters. There is a fix in the backlog #396

LucasGGamerM commented 4 days ago

I mean in the saved characters you use when you play the game, the characters you customize before entering a quick play session

cxong commented 4 days ago

you can't delete those at the moment