Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
V6 - Fixing Hooking issues
Browse files Browse the repository at this point in the history
Implements all the SCU as New Units to over write the existing to it removed parts that were wanted
  • Loading branch information
MrRowey committed Oct 16, 2023
1 parent cd5bbce commit f892d75
Show file tree
Hide file tree
Showing 51 changed files with 1,909 additions and 137 deletions.
4 changes: 2 additions & 2 deletions mod_info.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name = "SCU Rebalance"
version = 5
version = 6
copyright = "Rowey"
description = "Rowey's Idea for what to do with the balance of the all the faction SCUs"
author = "Rowey"
url = ""
icon = ""
uid = "SCU-v05"
uid = "SCU-v06"
exclusive = false
ui_only = false
conflicts = {}
Binary file added units/UAL0301/UAL0301_AWalk01.sca
Binary file not shown.
Binary file added units/UAL0301/UAL0301_Afold.sca
Binary file not shown.
Binary file added units/UAL0301/UAL0301_Albedo.dds
Binary file not shown.
Binary file added units/UAL0301/UAL0301_Aunfold.sca
Binary file not shown.
Binary file added units/UAL0301/UAL0301_SpecTeam.dds
Binary file not shown.
Binary file added units/UAL0301/UAL0301_lod0.scm
Binary file not shown.
Binary file added units/UAL0301/UAL0301_lod1.scm
Binary file not shown.
Binary file added units/UAL0301/UAL0301_lod1_Albedo.dds
Binary file not shown.
Binary file added units/UAL0301/UAL0301_lod1_SpecTeam.dds
Binary file not shown.
Binary file added units/UAL0301/UAL0301_lod1_normalsTS.dds
Binary file not shown.
Binary file added units/UAL0301/UAL0301_normalsTS.dds
Binary file not shown.
17 changes: 17 additions & 0 deletions units/UAL0301/UAL0301_personalshield_mesh.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
MeshBlueprint {
IconFadeInZoom = 130,
LODs = {
{
MeshName = 'ual0301_lod0.scm',
AlbedoName = 'ual0301_albedo.dds',
NormalsName = 'ual0301_normalsTS.dds',
SpecularName = 'ual0301_specteam.dds',
LookupName = '/effects/entities/PhaseShield/PhaseShieldLookup.dds',

LODCutoff = 195,

Scrolling = true,
ShaderName = 'AeonPhaseShield',
},
},
}

0 comments on commit f892d75

Please sign in to comment.