Skip to content

Commit

Permalink
Merge pull request #1123 from solaris-games/feature/improve-settings
Browse files Browse the repository at this point in the history
Feature/improve settings
  • Loading branch information
SpacialCircumstances authored Aug 7, 2024
2 parents 81ab5aa + df0315e commit caab7dc
Show file tree
Hide file tree
Showing 18 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion server/config/game/settings/official/1v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
},
"gameTime": {
"gameType": "realTime",
"speed": 1800,
"speed": 3600,
"isTickLimited": "disabled",
"startDelay": 240,
"afk": {
Expand Down
2 changes: 1 addition & 1 deletion server/config/game/settings/official/newPlayer.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
},
"gameTime": {
"gameType": "realTime",
"speed": 1800,
"speed": 3600,
"isTickLimited": "disabled",
"startDelay": 60,
"afk": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"gameTime": {
"gameType": "realTime",
"speed": 1800,
"speed": 3600,
"isTickLimited": "disabled",
"startDelay": 240,
"afk": {
Expand Down
2 changes: 1 addition & 1 deletion server/config/game/settings/official/special_arcade.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
},
"gameTime": {
"gameType": "realTime",
"speed": 1800,
"speed": 3600,
"isTickLimited": "disabled",
"tickLimit": 1000,
"startDelay": 240,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"gameTime": {
"gameType": "realTime",
"speed": 1800,
"speed": 3600,
"isTickLimited": "disabled",
"startDelay": 240,
"afk": {
Expand Down
2 changes: 1 addition & 1 deletion server/config/game/settings/official/special_dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"gameTime": {
"gameType": "realTime",
"speed": 1800,
"speed": 3600,
"isTickLimited": "disabled",
"startDelay": 240,
"afk": {
Expand Down
2 changes: 1 addition & 1 deletion server/config/game/settings/official/special_fog.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"gameTime": {
"gameType": "realTime",
"speed": 1800,
"speed": 3600,
"isTickLimited": "disabled",
"startDelay": 240,
"afk": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"gameTime": {
"gameType": "realTime",
"speed": 1800,
"speed": 3600,
"isTickLimited": "disabled",
"startDelay": 240,
"afk": {
Expand Down
2 changes: 1 addition & 1 deletion server/config/game/settings/official/special_homeStar.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"gameTime": {
"gameType": "realTime",
"speed": 1800,
"speed": 3600,
"isTickLimited": "disabled",
"startDelay": 240,
"afk": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"gameTime": {
"gameType": "realTime",
"speed": 1800,
"speed": 3600,
"isTickLimited": "disabled",
"startDelay": 240,
"afk": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"gameTime": {
"gameType": "realTime",
"speed": 1800,
"speed": 3600,
"isTickLimited": "disabled",
"startDelay": 240,
"afk": {
Expand Down
2 changes: 1 addition & 1 deletion server/config/game/settings/official/special_orbital.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"gameTime": {
"gameType": "realTime",
"speed": 1800,
"speed": 3600,
"isTickLimited": "disabled",
"startDelay": 240,
"afk": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"gameTime": {
"gameType": "realTime",
"speed": 1800,
"speed": 3600,
"isTickLimited": "disabled",
"startDelay": 240,
"afk": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"gameTime": {
"gameType": "realTime",
"speed": 1800,
"speed": 3600,
"isTickLimited": "disabled",
"startDelay": 240,
"afk": {
Expand Down
2 changes: 1 addition & 1 deletion server/config/game/settings/official/standard.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"gameTime": {
"gameType": "realTime",
"speed": 1800,
"speed": 3600,
"isTickLimited": "disabled",
"tickLimit": 1000,
"startDelay": 240,
Expand Down
4 changes: 2 additions & 2 deletions server/config/game/settings/official/turnBased.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@
"gameType": "turnBased",
"isTickLimited": "disabled",
"turnJumps": 6,
"maxTurnWait": 1440,
"maxTurnWait": 720,
"afk": {
"lastSeenTimeout": 2,
"cycleTimeout": 3,
"turnTimeout": 3
"turnTimeout": 5
}
}
}
46 changes: 23 additions & 23 deletions server/config/game/settings/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,15 +220,15 @@
"carrierCost": [
{
"value": "cheap",
"text": "Cheap"
"text": "Cheap (15 credits)"
},
{
"value": "standard",
"text": "Standard"
"text": "Standard (25 credits)"
},
{
"value": "expensive",
"text": "Expensive"
"text": "Expensive (50 credits)"
}
],
"carrierUpkeepCost": [
Expand All @@ -238,15 +238,15 @@
},
{
"value": "cheap",
"text": "Cheap"
"text": "Cheap (1 credit)"
},
{
"value": "standard",
"text": "Standard"
"text": "Standard (3 credits)"
},
{
"value": "expensive",
"text": "Expensive"
"text": "Expensive (6 credits)"
}
],
"warpgateCost": [
Expand All @@ -270,23 +270,23 @@
"specialistCost": [
{
"value": "none",
"text": "No"
"text": "No specialists"
},
{
"value": "standard",
"text": "Standard"
},
{
"value": "expensive",
"text": "Expensive"
"text": "Expensive (2x cost)"
},
{
"value": "veryExpensive",
"text": "Very Expensive"
"text": "Very Expensive (4x cost)"
},
{
"value": "crazyExpensive",
"text": "Crazy Expensive"
"text": "Crazy Expensive (8x cost)"
}
],
"specialistsCurrency": [
Expand Down Expand Up @@ -647,19 +647,19 @@
},
{
"value": "cheap",
"text": "Cheap"
"text": "Cheap (5% of your income per ally)"
},
{
"value": "standard",
"text": "Standard"
"text": "Standard (10% of your income per ally)"
},
{
"value": "expensive",
"text": "Expensive"
"text": "Expensive (15% of your income per ally)"
},
{
"value": "crazyExpensive",
"text": "Crazy Expensive"
"text": "Crazy Expensive (25% of your income per ally)"
}
],
"tradeRestricted": [
Expand Down Expand Up @@ -687,27 +687,27 @@
"researchCosts": [
{
"value": "none",
"text": "No"
"text": "No research"
},
{
"value": "cheap",
"text": "Cheap"
"text": "Cheap (50)"
},
{
"value": "standard",
"text": "Standard"
"text": "Standard (100)"
},
{
"value": "expensive",
"text": "Expensive"
"text": "Expensive (200)"
},
{
"value": "veryExpensive",
"text": "Very Expensive"
"text": "Very Expensive (400)"
},
{
"value": "crazyExpensive",
"text": "Crazy Expensive"
"text": "Crazy Expensive (800)"
}
],
"researchCostProgression": [
Expand All @@ -723,15 +723,15 @@
"researchCostProgressionGrowthFactor": [
{
"value": "soft",
"text": "Soft"
"text": "Soft (x1.25 per level)"
},
{
"value": "medium",
"text": "Medium"
"text": "Medium (x1.5 per level)"
},
{
"value": "hard",
"text": "Hard"
"text": "Hard (x1.75 per level)"
}
],
"bankingReward": [
Expand Down
2 changes: 1 addition & 1 deletion server/config/game/settings/user/standard.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
},
"gameTime":{
"gameType":"realTime",
"speed":1800,
"speed":3600,
"isTickLimited": "disabled",
"tickLimit": 1000,
"startDelay":240,
Expand Down

0 comments on commit caab7dc

Please sign in to comment.