storm-devs / storm-engine

Game engine behind Sea Dogs, Pirates of the Caribbean and Age of Pirates games.
https://storm-devs.github.io/storm-engine
GNU General Public License v3.0
845 stars 123 forks source link

Is there an example project/test sandbox? #12

Open xahon opened 3 years ago

xahon commented 3 years ago

I wanted to build a sandbox-like game in which all possible game modes (like walking, sailing on the ship, fighting, etc..) can be run I tried to run engine, config but no luck

np-c0mp1ete commented 3 years ago

@xahon the engine runs Sea Dogs: To Each His Own. Scripts and config files are available in this repo. To be able to run the game you also need the assets from the game. You can get them by buying the game on Steam.

espkk commented 3 years ago

We definitely need a minimum viable project(?) that shall be capable of involving main features of the engine. There is no need to write it from scratch, it can be shrunk from CoAS or TEHO. It would be good if someone can take care of this

LepikhinEgor commented 3 years ago

Can you share a working save for the TEHO, so I can start developing right away without playing?

np-c0mp1ete commented 3 years ago

@LepikhinEgor, I might be wrong here, but I doubt having a save would be useful. It contains all the variable values from the scripts and will just mess things up. Also, saves can be incompatible between versions. For example, the current version of the engine doesn't have game save compatibility with the version of TEHO from Steam. So, if you want a game save, better use the scripts from https://github.com/storm-devs/sd-teho-public and create a save yourself.

Hammie commented 1 year ago

I created https://github.com/PiratesAhoy/sandstorm as a minimal test project

It is still very barebones, but it should at least give you some information on how to create an "empty" project