Skip to content

Commit

Permalink
Merge pull request #37 from BobPalmer/DEVELOP
Browse files Browse the repository at this point in the history
US Tools 0.3.0
  • Loading branch information
BobPalmer authored Oct 11, 2016
2 parents 2d7add1 + 089ea93 commit 8418d80
Show file tree
Hide file tree
Showing 81 changed files with 1,156 additions and 344 deletions.
10 changes: 10 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.8.0 - (KSP 1.2)
------------------
Fixed issue with version file
Engineers can now operate power couplers if they are within scavange range (thanks tomforwood).
Two way auto transfers! Resources above 85% are now pushed to warehouses (thanks tomforwood).
Modified pulse drives in support of the Nuclear Rockets mod
Added new USI Part Catalog options
Swappable Converters!
Non-Engineers have (potentially) learned how to make things explode! Settable as a config option

0.7.4 - (KSP 1.1.3)
------------------
Compatibility for KSP 1.1.3
Expand Down
16 changes: 16 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/Comms.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@PART[*]:HAS[!MODULE[ModuleDataTransmitter],MODULE[ModuleCommand]]
{
MODULE
{
name = ModuleDataTransmitter
antennaType = INTERNAL
packetInterval = 1.0
packetSize = 2
packetResourceCost = 12.0
requiredResource = ElectricCharge
antennaPower = 5000
optimumRange = 2500
packetFloor = .1
packetCeiling = 5
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FOR_RELEASE/GameData/000_USITools/Logistics_N.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FOR_RELEASE/GameData/000_USITools/Logistics_S.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FOR_RELEASE/GameData/000_USITools/Rovers_N.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FOR_RELEASE/GameData/000_USITools/Rovers_S.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
128 changes: 128 additions & 0 deletions FOR_RELEASE/GameData/000_USITools/Spaces/USIGeneric_IVA.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
INTERNAL
{
name = USIGenericInternal
MODEL
{
model = 000_USITools/Spaces/IVAShell
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
MODULE
{
name = InternalSeat
seatTransformName = Kerbal
allowCrewHelmet = false
}
}
Binary file not shown.
Binary file modified FOR_RELEASE/GameData/000_USITools/USITools.dll
Binary file not shown.
Binary file not shown.
Binary file added FOR_RELEASE/GameData/000_USITools/USITools.pdb
Binary file not shown.
16 changes: 8 additions & 8 deletions FOR_RELEASE/GameData/000_USITools/USITools.version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"NAME":"USI Tools",
"URL":"https://raw.githubusercontent.com/BobPalmer/UmbraSpaceIndustries/master/FOR_RELEASE/GameData/UmbraSpaceIndustries/USICore.version",
"URL":"https://raw.githubusercontent.com/BobPalmer/UmbraSpaceIndustries/master/FOR_RELEASE/GameData/000_USITools/USITools.version",
"DOWNLOAD":"https://github.com/BobPalmer/UmbraSpaceIndustries/releases",
"GITHUB":{
"USERNAME":"BobPalmer",
Expand All @@ -9,23 +9,23 @@
},
"VERSION":{
"MAJOR":0,
"MINOR":7,
"PATCH":4,
"MINOR":8,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":1,
"PATCH":3
"MINOR":2,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":0,
"MINOR":2,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":1,
"PATCH":3
"MINOR":2,
"PATCH":0
}
}
19 changes: 19 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
0.6.0 - (KSP 1.2)
-------------------
Added ARP icon data for RealFuels
Added/Updated distribution data for:
- Antimatter
- Helium3
- ArgonGas
- XenonGas
- LqdHydrogen
Added several new resources, including:
- HeavyWater
- Deuternium
- Helium4
- Silicates
- Borate
- ColonySupplies
- RefinedExotics


0.5.4 - (KSP 1.1.3)
------------------
Update for KSP 1.1.3
Expand Down
14 changes: 7 additions & 7 deletions FOR_RELEASE/GameData/CommunityResourcePack/CRP.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
},
"VERSION":{
"MAJOR":0,
"MINOR":5,
"PATCH":4,
"MINOR":6,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":1,
"PATCH":3
"MINOR":2,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":0,
"MINOR":1,
"PATCH":0
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":1,
"PATCH":3
"MINOR":2,
"PATCH":0
}
}
Loading

0 comments on commit 8418d80

Please sign in to comment.