Skip to content

Commit

Permalink
Merge pull request #2 from LGhassen/experiments
Browse files Browse the repository at this point in the history
EVE-Redux
  • Loading branch information
LGhassen authored Sep 9, 2020
2 parents 194e722 + 8fc0f7a commit 23d7ac2
Show file tree
Hide file tree
Showing 42 changed files with 2,236 additions and 765 deletions.
417 changes: 209 additions & 208 deletions Assembly-CSharp-Editor.csproj

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions Assets/Editor/BuildABs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ static void BuildAssetBundles()
{
// Put the bundles in a folder called "ABs" within the
// Assets folder.
var outDir = "ContentEVE/GameData/EnvironmentalVisualEnhancements";
var opts = BuildAssetBundleOptions.DeterministicAssetBundle
| BuildAssetBundleOptions.ForceRebuildAssetBundle;
var outDir = "C:/Steam/steamapps/common/Kerbal Space Program/GameData/EnvironmentalVisualEnhancements";
// var opts = BuildAssetBundleOptions.DeterministicAssetBundle
// | BuildAssetBundleOptions.ForceRebuildAssetBundle;

var opts = BuildAssetBundleOptions.None;

/* We've made sure all graphics APIs are present for StandaloneWindows, so no need for separate versions (for now).
*
Expand Down
254 changes: 0 additions & 254 deletions Assets/Shaders/CloudVolumeParticle.shader

This file was deleted.

Loading

0 comments on commit 23d7ac2

Please sign in to comment.