Which bootstrap and input section is correct in my game.project file?

First, this is what I see in my bootstrap section in my IDE:

|

But if I set this via the ellipsis I get this as my game.project file:

[bootstrap]
main_collection = /boot/boot.collectionc

[input]
game_binding = /input/game.input_bindingc

Notice the c at the end of each line? Now my guess is because this is what the file will be when it is compiled. However, if I edit the file via a text editor and remove the c from the end of the line. It still works.

So which is correct? Both appear to work, but I’m fighting with AI right now trying to teach it the correct way to do it. :slight_smile:

1 Like

Correct

I would maybe not have guessed that the version without the ā€˜c’ would work, but we may have a check somewhere and add it if it is missing. Anyways, tell your AI that the version with a ā€˜c’ at the end is ok.

2 Likes