Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…n-Friendly-Chainsaw into upstream-sync-6
  • Loading branch information
DEATHB4DEFEAT committed Jun 3, 2024
2 parents 6c41f17 + 5813c22 commit df524c2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,17 @@ We provide some scripts shown below to make the job easier.

> 1. Clone this repository
> 2. Run `RUN_THIS.py` to init submodules and download the engine, or run `git submodule update --init --recursive` in a terminal
> 3. Run the `Scripts/bat/run1buildDebug.bat`
> 4. Run the `Scripts/bat/run2configDev.bat` if you need other configurations run other config scripts
> 5. Run both the `Scripts/bat/run3server.bat` and `Scripts/bat/run4client.bat`
> 6. Connect to localhost and play
> 3. Run the `Scripts/bat/buildAllDebug.bat`
> 4. Run both the `Scripts/bat/runQuickServer.bat` and `Scripts/bat/runQuickClient.bat`
> 5. Connect to localhost and play
### Linux

> 1. Clone this repository
> 2. Run `RUN_THIS.py` to init submodules and download the engine, or run `git submodule update --init --recursive` in a terminal
> 3. Run the `Scripts/sh/run1buildDebug.sh`
> 4. Run the `Scripts/sh/run2configDev.sh` if you need other configurations run other config scripts
> 5. Run both the `Scripts/sh/run3server.bat` and `scripts/sh/run4client.sh`
> 6. Connect to localhost and play
> 3. Run the `Scripts/sh/buildAllDebug.sh`
> 4. Run both the `Scripts/sh/runQuickServer.bat` and `Scripts/sh/runQuickClient.sh`
> 5. Connect to localhost and play
### MacOS

Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Objects/Materials/materials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
layers:
- state: durathread_3
map: ["base"]
scale: 1, 1 # Parkstation-SmallerMaterials - Durathread looks fine normally
scale: 1, 1 # Parkstation-SmallerMaterials # Durathread looks fine normally
- type: Appearance
- type: Construction
graph: Durathread
Expand Down Expand Up @@ -284,7 +284,7 @@
sprite: /Textures/Objects/Misc/monkeycube.rsi
state: cube
color: "#8A9A5B"
scale: 1, 1 # Parkstation-SmallerMaterials - Biomass looks fine normally
scale: 1, 1 # Parkstation-SmallerMaterials # Biomass looks fine normally
- type: GuideHelp
guides:
- Cloning
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
layers:
- state: bluespace_3
map: ["base"]
scale: 1, 1 # Parkstation-SmallerMaterials - Bluespace looks fine normally
scale: 1, 1 # Parkstation-SmallerMaterials # Bluespace looks fine normally
- type: Appearance
- type: Material
- type: PhysicalComposition
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Nyanotrasen/Species/Oni.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: species
id: Oni
name: species-name-oni
roundStart: false # Parkstation - Maybe
roundStart: false # Parkstation # Maybe
prototype: MobOni
dollPrototype: MobOniDummy
markingLimits: MobOniMarkingLimits
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Recipes/Reactions/food.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
- !type:CreateEntityReactionEffect
entity: FoodMeatMeatball

# Parkstation-ChocolateMilk - That's not how you make a chocolate bar..
# Parkstation-ChocolateMilk # That's not how you make a chocolate bar..
# - type: reaction
# id: CreateChocolate
# impact: Low
Expand Down

0 comments on commit df524c2

Please sign in to comment.