Skip to content

Commit

Permalink
Refactor common files into separate module
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Mar 3, 2025
1 parent 3a3bbf8 commit 7a6cb8a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
15 changes: 15 additions & 0 deletions NetKAN/OuterParallax.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
identifier: OuterParallax
$kref: '#/ckan/github/jthero3/OuterParallaxContinued/asset_match/MPE'
---
identifier: OuterParallax
$kref: '#/ckan/spacedock/3834'
tags:
- config
- library
depends:
- name: ModuleManager
- name: Kopernicus
install:
- find: OuterParallax
install_to: GameData
filter: MPE
5 changes: 3 additions & 2 deletions NetKAN/OuterParallaxMPE.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
depends:
- name: ModuleManager
- name: Kopernicus
- name: OuterParallax
install:
- find: OuterParallax
install_to: GameData
- find: MPE
install_to: GameData/OuterParallax
5 changes: 3 additions & 2 deletions NetKAN/OuterParallaxOPM.netkan
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tags:
depends:
- name: ModuleManager
- name: Kopernicus
- name: OuterParallax
install:
- find: OuterParallax
install_to: GameData
- find: OPM
install_to: GameData/OuterParallax

0 comments on commit 7a6cb8a

Please sign in to comment.