OpenRAModSDK icon indicating copy to clipboard operation
OpenRAModSDK copied to clipboard

Software Development Kit for building your own games using the OpenRA engine.

Results 21 OpenRAModSDK issues
Sort by recently updated
recently updated
newest added

This is in french. I'am not sure that i have modified the good things. Bonne journée.

https://github.com/OpenRA/OpenRAModSDK/blob/master/packaging/windows/buildpackage.sh#L113 seems to switch around the parts of version name before and after the dash, iirc that's because version numbers here needs to start with a number. My D2k mod...

Unquote strings in launch-game.cmd and quote on use. Now correctly finds directory when there are quotes in the mod.config files. fixes #175

First reported by @MustaphaTR and his D2k mod, an investigation concluded that the MacOS packaging script can break if the `PACKAGING_DISPLAY_NAME` in `mod.config` contains a '\\'' (the mod was called...

Bug

Ive been getting an error when trying to launch the example mod, but make is doing just fine. ``` find: 'release-20210321': No such file or directory find: './engineVERSION': No such...

Modders may wish to use net5-only features, or use hidpi assets that would overload the 32bit ram limitations. We should provide a simple way for them to opt out of...

We will need to update the SDK to account for the following upstream PRs when the time comes to branch a new playtest series. * https://github.com/OpenRA/OpenRA/pull/17744 * https://github.com/OpenRA/OpenRA/pull/17847 * https://github.com/OpenRA/OpenRA/pull/18019...

We should add a section encouraging modders to specify their asset license.

Documentation

An rather unclear error message on travis when fails building installers due to missing dimension icon. ``` convert: unable to open image `/home/travis/build/MlemandPurrs/rapluslite/packaging/windows/../artwork//icon_24x24.png': No such file or directory @ error/blob.c/OpenBlob/2712....

I have encountered an issue while attempting use the command "make all" for the first time in order to compile an example modding file. C:\Users\User\Downloads\OpenRAModSDK-20200202\OpenRAModSDK-20200202\engine\OpenRA.sln.metaproj : Error MSB4126: The specified...

Question