Skip to content
/ rtx Public

road and texture extension pack for Simutrans

License

Notifications You must be signed in to change notification settings

128na/rtx

Repository files navigation

サムネイル

road and texture extension pack

SIS, ISS互換の道路と路面舗装アドオンセットです。

導入

リリースページからダウンロードしてください。 https://github.com/128na/rtx/releases

開発者向け

事前にpython(3.12以上)を導入してください。

git clone --recursive https://github.com/128na/rtx.git

npm run setup
  • pak化用のmakeobjをダウンロードして設置
  • 動作確認用のsimutransをダウンロードして設置
┗simutrans
    ┗simutrans.exe
    ┗pak128
┗makeobj.exe
npm run dev

info

アドオン生成フロー

dat生成

jinjaテンプレート(.j2)を使用しています。

画像生成

テクスチャからタイル画像生成を Road Tile Generator、タイル切り出しには simutrans-image-marger を使用しています。