Skip to content

Commit

Permalink
0.96a compatibility update.
Browse files Browse the repository at this point in the history
  • Loading branch information
frakern committed May 20, 2023
1 parent 01fe308 commit a4ac50a
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ package-lock.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Intellij
.idea
# Local copies of mod structure (dev env)
/data
/graphics
Expand Down
11 changes: 11 additions & 0 deletions .run/Run Starsector.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Run Starsector" type="Application" factoryName="Application">
<option name="ALTERNATIVE_JRE_PATH" value="1.7" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<option name="MAIN_CLASS_NAME" value="com.fs.starfarer.StarfarerLauncher" />
<module name="starpocalypse" />
<option name="VM_PARAMETERS" value="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005 -Djava.library.path=native\windows -Xms1536m -Xmx1536m -Xss1024k -Dcom.fs.starfarer.settings.paths.logs=. -Dcom.fs.starfarer.settings.paths.saves=../saves -Dcom.fs.starfarer.settings.paths.screenshots=../screenshots -Dcom.fs.starfarer.settings.paths.mods=../mods -classpath janino.jar;commons-compiler.jar;commons-compiler-jdk.jar;starfarer.res.jar;starfarer.api.jar;starfarer_obf.jar;jogg-0.0.7.jar;jorbis-0.0.15.jar;json.jar;lwjgl.jar;lwjgl_util_applet.jar;jinput.jar;lwjgl_test.jar;log4j-1.2.9.jar;lwjgl_util.jar;fs.sound_obf.jar;fs.common_obf.jar;xstream-1.4.10.jar com.fs.starfarer.StarfarerLauncher" />
<option name="WORKING_DIRECTORY" value="C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core" />
<method v="2" />
</configuration>
</component>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This mod makes the following changes to the campaign layer of Starsector:

All changes are optional, and can be disabled via `starpocalypse.json`.

_Important!_ As of Starpocalypse 2.2.0, the mod is no longer save to disable. In order to remove Starpocalypse from
_Important!_ As of Starpocalypse 2.2.0, the mod is no longer safe to disable. In order to remove Starpocalypse from
a save game, delete `starpocalypse/data` folder, load, and finally save the game.

## Implementation details
Expand Down
6 changes: 3 additions & 3 deletions assets/mod_info.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "starpocalypse",
"name": " Starpocalypse",
"author": "Jaghaimo",
"author": "Frakern",
"utility": true,
"version": "2.3.2",
"version": "3.0.0",
"description": "More apocalyptic settings",
"gameVersion": "0.95.1a-RC6",
"gameVersion": "0.96a-RC7",
"modPlugin": "starpocalypse.StarpocalypseMod",
"jars": [
"starpocalypse.jar"
Expand Down
10 changes: 5 additions & 5 deletions assets/starpocalypse.version
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"masterVersionFile": "https://raw.githubusercontent.com/jaghaimo/starpocalypse/master/assets/starpocalypse.version",
"masterVersionFile": "https://raw.githubusercontent.com/frakern/starpocalypse/master/assets/starpocalypse.version",
"modName": "Starpocalypse",
"modThreadId": 21812,
"modVersion": {
"major": 2,
"minor": 3,
"patch": 2
"major": 3,
"minor": 0,
"patch": 0
},
"directDownloadURL": "https://github.com/jaghaimo/starpocalypse/releases/download/2.3.2/starpocalypse-2.3.2.zip"
"directDownloadURL": "https://github.com/frakern/starpocalypse/releases/download/3.0.0/starpocalypse-3.0.0.zip"
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ build {

// compile time dependencies
dependencies {
implementation "jaghaimo:starsector-api:0.95.1a-RC6@starfarer.api.jar"
implementation "jaghaimo:starsector-api:0.96a-RC7@starfarer.api.jar"
implementation "Histidine91:Nexerelin:ExerelinCore.jar"

// game dependencies
Expand Down

0 comments on commit a4ac50a

Please sign in to comment.