Skip to content

Commit 1179ba0

Browse files
committed
*removed unused settings
1 parent e1578f6 commit 1179ba0

File tree

3 files changed

+8
-42
lines changed

3 files changed

+8
-42
lines changed

InnerSphereMap/InnerSphereMap/HolderClasses.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ public class Settings {
1717
public float MapRightViewBuffer;
1818
public float MapBottomViewBuffer;
1919

20-
public bool use3040Map = false;
21-
2220
public string splashTitle = "";
2321
public string splashText = "";
24-
public List<string> cheatcodes = new List<string>();
2522

2623
public List<LogoItem> logos = new List<LogoItem>();
2724
public bool reducedClanLogos = true;

InnerSphereMap_data/ModData/settings.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88
"MapLeftViewBuffer" : 25.0,
99
"MapRightViewBuffer" : 25.0,
1010
"MapBottomViewBuffer" : 75.0,
11-
"use3040Map" : true,
12-
"splashTitle" : "RogueTech",
11+
12+
"splashTitle" : "Inner Sphere",
1313
"splashText" : "<b>War is Business, and Business is Hell</b> \n\n Welcome to the Inner Sphere, Commander \n\n You are a Mercenary, standing on the Bridge of your very own Argo, a mobile Space Station, looking forward to a life of conflict among the warring factions of Humanity. \n\n Will you Prosper, or be remembered only as yet another thug who couldn't cut it?",
14-
"cheatcodes":[],
15-
1614

1715
"reducedClanLogos" : true,
16+
1817
"logos" : [
1918
{
2019
"factionName" : "Davion",

README.md

Lines changed: 5 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -10,51 +10,21 @@ This mod would not be possible without all the help i got so Special thanks to:
1010
- mpstark, for BTML without him we wouldn't have such awesome mods
1111
- SaltyHotDog, for helping me gather the data on the planets
1212
- Xavier, for providing us with the NBT data
13-
14-
## Requirements
15-
* install [BattleTechModLoader](https://github.com/Mpstark/BattleTechModLoader/releases) using the [instructions here](https://github.com/Mpstark/BattleTechModLoader)
16-
* install [ModTek](https://github.com/Mpstark/ModTek/releases) using the [instructions here](https://github.com/Mpstark/ModTek)
17-
* install [RandomTravelContracts](https://www.nexusmods.com/battletech/mods/126?tab=files) using the [instructions here](https://www.nexusmods.com/battletech/mods/126)
18-
19-
## Recommended
20-
21-
Best enjoyed with:
22-
* [MechMaintenanceByCost](https://www.nexusmods.com/battletech/mods/92)
23-
* [DropCostPerMech](https://www.nexusmods.com/battletech/mods/97)
24-
* [BrokenSalvagedMechs](https://www.nexusmods.com/battletech/mods/93)
25-
* [CompanyMechSalvage](https://www.nexusmods.com/battletech/mods/44)
26-
* [CommanderPortraitLoader](https://www.nexusmods.com/battletech/mods/84)
27-
* [Permanent Evasion](https://www.nexusmods.com/battletech/mods/94)
28-
* [True RNG Hit Rolls](https://www.nexusmods.com/battletech/mods/100)
29-
* [Real Hit Chance](https://www.nexusmods.com/battletech/mods/90)
13+
- JamieWolf, for fixing ISM while i was not around!
3014

3115
## Features
3216
- Over 2000 planets added.
3317
- All the major factions added.
34-
- Factions now lose proper standing when you fight against them.
3518
- Removed Story.
36-
- Starting with the argo on Galatea.
3719
- Raised jumping distance to fit for the map.
38-
- Raised Argo monthly costs for balancing reasons.
39-
- Faction Screen now shows your 8 highest factions.
40-
- Contracts on all planets can now go from 0,5 skulls to 5 skulls.
41-
- There is no more local contracts and each planet generates 10 travel contracts.
20+
- Faction Screen now shows all factions.
4221

4322
## Tips
44-
- Don't freak out if loading to the main menu takes abit longer, modtek does its while the skull is displayed.
45-
- Since i am using the Tutorial skip you have to save and load once to use your commander in a mech.
46-
- The starting planet only has one random contract(this is a known bug), all other planets will have 10 travel contracts.
47-
- If you like local contracts back you have to edit mods\InnerSphereMap\StreamingAssets\data\simGameConstants\simGameConstants.json
48-
49-
## Settings
50-
- [FACTION]RGB- List<float> - RGB Colors for the different factions on the map (r,g,b) range:0-1
23+
- Don't freak out if loading to the main menu takes a bit longer, modloader does its thing while you jsut see a black screen.
5124

5225
## Download
5326
Downloads can be found on [github](https://github.com/Morphyum/InnerSphereMap/releases).
5427

55-
5628
## Install and use
57-
- After installing BTML and ModTek, put the InnerSphereMap folder into the \BATTLETECH\Mods\ folder.
58-
- Put the video from BATTLETECH\mods\InnerSphereMap\BattleTech_Data\StreamingAssets\Video into BATTLETECH\BattleTech_Data\StreamingAssets\Video.
59-
- Change any settings in mods\InnerSphereMap\StreamingAssets\data\simGameConstants\simGameConstants.json if you would like to.
60-
- Start a new campaign.
29+
- Put the InnerSphereMap folder into your mods folder, usually found under: C:\Users\USERNAME\Documents\my games\BattleTech\mods
30+
- Start a new career.

0 commit comments

Comments
 (0)