Skip to content

Open Modding Platform for LEGO Star Wars: The Skywalker Saga

License

Notifications You must be signed in to change notification settings

open-modding-platform/omp-lswtss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Modding Platform for LEGO Star Wars: The Skywalker Saga

Support

At this moment, discussion about all project's related stuff is held on TTGames LEGO Modding Discord Server. Feel free to join and find the discussion in modding_forum/Open Modding Platform - LSW:TSS (Development Updates) thread.

Contributing

Requirements

Building

Navigate to workspaces/dotnet/dev-tools and execute:

dotnet run -- build-all [PATH_TO_STEAM_GAME_DIRECTORY] [PATH_TO_EGS_GAME_DIRECTORY]

Testing

Navigate to workspaces/dotnet/dev-tools and execute:

dotnet run -- install-all [PATH_TO_GAME_DIRECTORY]

Now, start the game from Steam/EGS.

For Steam version, you can use this command to inspect process stdout:

dotnet run -- run-steam-game [PATH_TO_STEAM_GAME_DIRECTORY]

VSCode Integration

  1. Install recommended VSCode Extensions
  2. Create .vscode/tasks.local.json and add entries to inputs field, example:
{
  "version": "2.0.0",
  "inputs": [
    {
      "id": "gameDirPath",
      "description": "gameDirPath",
      "type": "pickString",
      "options": [
        "PATH_TO_STEAM_GAME_DIRECTORY",
        "PATH_TO_EGS_GAME_DIRECTORY",
      ]
    },
    {
      "id": "steamGameDirPath",
      "description": "steamGameDirPath",
      "type": "pickString",
      "options": [
        "PATH_TO_STEAM_GAME_DIRECTORY",
      ]
    },
    {
      "id": "egsGameDirPath",
      "description": "egsGameDirPath",
      "type": "pickString",
      "options": [
        "PATH_TO_EGS_GAME_DIRECTORY",
      ]
    }
  ]
}
  1. Use VSCode Tasks to perform various actions (building, installing etc.)

Special Thanks

To all members of TTGames LEGO Modding Discord Server for unparallel help and guidance ❤️

About

Open Modding Platform for LEGO Star Wars: The Skywalker Saga

Resources

License

Stars

Watchers

Forks

Packages

No packages published