KOBUGE-Games / project-kumquat

Repo for Kobuge's 1st hackathon game (a tower defense) - name subject to imminent change
GNU General Public License v3.0
48 stars 9 forks source link

Version of godot to use with kobuge games #37

Closed openelearning closed 6 years ago

openelearning commented 6 years ago

Hello,

I just discovered godot and this project of making open source games with godot. That's really cool, thanks to all the contributors. Someone know how I can know which version of Godot I have to use for each projects of Kobuge games ? (ie : I have seen that for an other open source game tanks made with Godot they told to use the 2.1.4 version of godot). For Kobuge games, It's only the version 2 of Godot, the latest stable (the 2.1.5 ) ? Thanks

bojidar-bg commented 6 years ago

Different games use different version. Most of them should work in 2.1.5, though a few are 2.2 only or 3.x.x only.

openelearning commented 6 years ago

Thanks a lot for your reply. Do you know how I can know for each game where I can find this information ? (ie. I can see in a file, I have to ask in github for each game...). Best regards

bojidar-bg commented 6 years ago

It is simple: run the game with each of the mentioned versions, and pick the least one in which it works :smiley:

More seriously: If there is an engine.cfg file, it is for 2.x, if there is a project.godot file, it is for 3.x.

openelearning commented 6 years ago

Ok perfect : project.godot the last stable of 3.X engine.cfg the last stable of 2.X : 2.1.5 > if KO 2.2 Thanks a lot !

akien-mga commented 6 years ago

It would be worth making it clear in the README of each repo.

openelearning commented 6 years ago

Good idea, this is how Tanks of freedom did it : https://github.com/w84death/Tanks-of-Freedom