Skip to content

Server side scripting for 2D multiplayer action game OpenSoldat.

Notifications You must be signed in to change notification settings

max-ghz/opensoldat-scripting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

OpenSoldat Scripting

Repository for storing OpenSoldat game server scripts for in-game servers. The reason for placing server scripts here is to make rewriting into a modern language more convenient later by using this repository. I am not the only author of the files, some of them are the property of their respective owners.

Running

To use these in OpenSoldat, it requires installing OpenSoldat server to use them. After installing, upload the files you want to the scripts folder. Every script requires its own folder to work, which looks like this:

objects
scenery-gfx
scripts
├── folder
│   ├── example.pas
│   └── Includes.txt
└── folder2
    ├── example2.pas
    └── config.ini

To use files that have a database you will need an external library libdb created for OpenSoldat dedicated servers.

About

Server side scripting for 2D multiplayer action game OpenSoldat.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages