From 7db0faa18c420229b84de1e700246a9f724709be Mon Sep 17 00:00:00 2001 From: EmoGarbage404 Date: Sun, 15 Oct 2023 20:09:32 -0400 Subject: [PATCH 1/3] Experimental Machinery & Machine Upgrading --- src/en/proposals/emogarbage-exp-machinery.md | 65 ++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 src/en/proposals/emogarbage-exp-machinery.md diff --git a/src/en/proposals/emogarbage-exp-machinery.md b/src/en/proposals/emogarbage-exp-machinery.md new file mode 100644 index 000000000..ada7c886a --- /dev/null +++ b/src/en/proposals/emogarbage-exp-machinery.md @@ -0,0 +1,65 @@ +# Experimental Machinery & Machine Upgrading + +Research disciplines, while widely positive in terms of their effect on science research as a whole, had an unforeseen downside. Due to requiring all research to be sorted into categories (disciplines), cross-disciplinary items end up semi-pointlessly sorted into categories, thus bloating disciplines and giving them unnecessary edges above other categories. + +The two most obvious examples of this are **Power Cells** and **Machine Parts**. Despite being used in every single discipline (barring _Arsenal_), they are sorted into _Industrial_ and _Experimental_, respectively. The effects of this are quite apparent, seeing as these are some of the most widely researched disciplines in the game. + +By locking these very common items and mechanics into disciplines, players are either: + +- Obligated to research these technologies every round because they are so commonly used. +- Never familiarized with these mechanics since they are inundated with more pressing things to research. + +Furthermore, machine upgrading itself has quite poor discoverability, with the majority of players never utilizing it outside of cost discounts for their lathes. + +My proposal to solve this is to bring these specific parts into their own sub-department, called experimental machinery. +This is less of a rework of machine upgrading but moreso an expansion to better integrate it with the rest of science. + +## The Machinery Database + +The main utility system of the sub-department, the machinery database serves two main purposes: + +- To instruct players on what machines they have available and what their upgrades are. +- To incentivize players to build new machines and to upgrade existing ones. + +These exist pretty much in isolation from each other, so I'll refer to them henceforth as _Codex_ and _Contracts_, respectively. +The structure itself is just a large computer terminal (perhaps it will be a 2x1 structure for visual interest). + +### The Codex +The Codex is simply a dictionary that allows science players to view information regarding machines. +At the beginning, all entries in the Codex will be displayed as black silhouettes with a **???** for the name with a listing of what research technology unlocks it. +As the respective machine boards are unlocked, the corresponding Codex entries will be revealed to the player. + +Clicking on one of these entries will give the following information about the machine: +- The entity name and description +- What parts are needed to build it +- What each part upgrade does for the machine +- The total material cost to create the machine + +The unlocking of a codex entry will play a "ping" sound and cause a visual change in the sprite until the entry is looked at, to aid in player discoverability. +The ultimate goal of this is to remove the obfuscation that comes with machine upgrading so that players are better able to understand it. + +### Contracts +While The Codex servers to saturate the players with knowledge about the different machines and what they do, **contracts** exist to actually push players to utilize this knowledge. + +Contracts have two main categories: +- **Build**: Build a machine or a set of machines that you have unlocked. + - Build X amount of a certain machine. + - Build machines X, Y, Z. +- **Upgrade**: Upgrade a machine you've unlocked with higher level parts. + +Completing contracts gives the department two main rewards, _research_, which can be used to unlock more technologies, and _machinery data_. +Machinery Data is essentially an experience system used to unlock high tiers of machine parts. + +Instead of using research to unlock technologies from the discipline, the machinery data can be spent to unlock recipes for each of the machine parts. Once all of the parts in a tier are unlocked, the next tier becomes available. + +This addresses a common complaint about /tg/-style machine upgrading, wherein the only relevant parts are t1 stock parts, due to being widely found, and t4 bluespace parts, due to their power. By locking these parts behind actual tasks, it forces players to actually use middle tiers of parts. + +## RPED +As a result of these changes, the RPED becomes more than just a simple convenience tool. The RPED now functions as the scanner through which these interactions are facilitated. "Using" the RPED in your hand will have it switch to a secondary "scanning mode" through which you can log the upgrades and constructions you make. **NOTE:** trying to log a round-start machine does not count as a construction. + +Using the RPED on the Machinery Database will transfer all of the scans/logs to the database. + +This all means that the RPED will be moved out of research as well. It can either be in some kind of science lathe or some kind of dedicated machinery lathe. +This is a really spur of the moment idea but it would be cool if the machinery database could print machine parts + interact with the codex. + +## Technical Changes \ No newline at end of file From 639d256373deb02769fcd6f8ae23edc5c272ba2e Mon Sep 17 00:00:00 2001 From: EmoGarbage404 Date: Sun, 15 Oct 2023 20:13:41 -0400 Subject: [PATCH 2/3] Revert "Experimental Machinery & Machine Upgrading" This reverts commit 7db0faa18c420229b84de1e700246a9f724709be. --- src/en/proposals/emogarbage-exp-machinery.md | 65 -------------------- 1 file changed, 65 deletions(-) delete mode 100644 src/en/proposals/emogarbage-exp-machinery.md diff --git a/src/en/proposals/emogarbage-exp-machinery.md b/src/en/proposals/emogarbage-exp-machinery.md deleted file mode 100644 index ada7c886a..000000000 --- a/src/en/proposals/emogarbage-exp-machinery.md +++ /dev/null @@ -1,65 +0,0 @@ -# Experimental Machinery & Machine Upgrading - -Research disciplines, while widely positive in terms of their effect on science research as a whole, had an unforeseen downside. Due to requiring all research to be sorted into categories (disciplines), cross-disciplinary items end up semi-pointlessly sorted into categories, thus bloating disciplines and giving them unnecessary edges above other categories. - -The two most obvious examples of this are **Power Cells** and **Machine Parts**. Despite being used in every single discipline (barring _Arsenal_), they are sorted into _Industrial_ and _Experimental_, respectively. The effects of this are quite apparent, seeing as these are some of the most widely researched disciplines in the game. - -By locking these very common items and mechanics into disciplines, players are either: - -- Obligated to research these technologies every round because they are so commonly used. -- Never familiarized with these mechanics since they are inundated with more pressing things to research. - -Furthermore, machine upgrading itself has quite poor discoverability, with the majority of players never utilizing it outside of cost discounts for their lathes. - -My proposal to solve this is to bring these specific parts into their own sub-department, called experimental machinery. -This is less of a rework of machine upgrading but moreso an expansion to better integrate it with the rest of science. - -## The Machinery Database - -The main utility system of the sub-department, the machinery database serves two main purposes: - -- To instruct players on what machines they have available and what their upgrades are. -- To incentivize players to build new machines and to upgrade existing ones. - -These exist pretty much in isolation from each other, so I'll refer to them henceforth as _Codex_ and _Contracts_, respectively. -The structure itself is just a large computer terminal (perhaps it will be a 2x1 structure for visual interest). - -### The Codex -The Codex is simply a dictionary that allows science players to view information regarding machines. -At the beginning, all entries in the Codex will be displayed as black silhouettes with a **???** for the name with a listing of what research technology unlocks it. -As the respective machine boards are unlocked, the corresponding Codex entries will be revealed to the player. - -Clicking on one of these entries will give the following information about the machine: -- The entity name and description -- What parts are needed to build it -- What each part upgrade does for the machine -- The total material cost to create the machine - -The unlocking of a codex entry will play a "ping" sound and cause a visual change in the sprite until the entry is looked at, to aid in player discoverability. -The ultimate goal of this is to remove the obfuscation that comes with machine upgrading so that players are better able to understand it. - -### Contracts -While The Codex servers to saturate the players with knowledge about the different machines and what they do, **contracts** exist to actually push players to utilize this knowledge. - -Contracts have two main categories: -- **Build**: Build a machine or a set of machines that you have unlocked. - - Build X amount of a certain machine. - - Build machines X, Y, Z. -- **Upgrade**: Upgrade a machine you've unlocked with higher level parts. - -Completing contracts gives the department two main rewards, _research_, which can be used to unlock more technologies, and _machinery data_. -Machinery Data is essentially an experience system used to unlock high tiers of machine parts. - -Instead of using research to unlock technologies from the discipline, the machinery data can be spent to unlock recipes for each of the machine parts. Once all of the parts in a tier are unlocked, the next tier becomes available. - -This addresses a common complaint about /tg/-style machine upgrading, wherein the only relevant parts are t1 stock parts, due to being widely found, and t4 bluespace parts, due to their power. By locking these parts behind actual tasks, it forces players to actually use middle tiers of parts. - -## RPED -As a result of these changes, the RPED becomes more than just a simple convenience tool. The RPED now functions as the scanner through which these interactions are facilitated. "Using" the RPED in your hand will have it switch to a secondary "scanning mode" through which you can log the upgrades and constructions you make. **NOTE:** trying to log a round-start machine does not count as a construction. - -Using the RPED on the Machinery Database will transfer all of the scans/logs to the database. - -This all means that the RPED will be moved out of research as well. It can either be in some kind of science lathe or some kind of dedicated machinery lathe. -This is a really spur of the moment idea but it would be cool if the machinery database could print machine parts + interact with the codex. - -## Technical Changes \ No newline at end of file From de12b44133cedd8c3ac132da4175ea13d54a0e1b Mon Sep 17 00:00:00 2001 From: EmoGarbage404 Date: Sun, 15 Oct 2023 20:20:25 -0400 Subject: [PATCH 3/3] experimental machinery --- .../emogarbage-experimental-machinery.md | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 src/en/proposals/emogarbage-experimental-machinery.md diff --git a/src/en/proposals/emogarbage-experimental-machinery.md b/src/en/proposals/emogarbage-experimental-machinery.md new file mode 100644 index 000000000..d057163ac --- /dev/null +++ b/src/en/proposals/emogarbage-experimental-machinery.md @@ -0,0 +1,68 @@ +# Experimental Machinery & Machine Upgrading + +Research disciplines, while widely positive in terms of their effect on science research as a whole, had an unforeseen downside. Due to requiring all research to be sorted into categories (disciplines), cross-disciplinary items end up semi-pointlessly sorted into categories, thus bloating disciplines and giving them unnecessary edges above other categories. + +The two most obvious examples of this are **Power Cells** and **Machine Parts**. Despite being used in every single discipline (barring _Arsenal_), they are sorted into _Industrial_ and _Experimental_, respectively. The effects of this are quite apparent, seeing as these are some of the most widely researched disciplines in the game. + +By locking these very common items and mechanics into disciplines, players are either: + +- Obligated to research these technologies every round because they are so commonly used. +- Never familiarized with these mechanics since they are inundated with more pressing things to research. + +Furthermore, machine upgrading itself has quite poor discoverability, with the majority of players never utilizing it outside of cost discounts for their lathes. + +My proposal to solve this is to bring these specific parts into their own sub-department, called experimental machinery. +This is less of a rework of machine upgrading but moreso an expansion to better integrate it with the rest of science. + +## The Machinery Database + +The main utility system of the sub-department, the machinery database serves two main purposes: + +- To instruct players on what machines they have available and what their upgrades are. +- To incentivize players to build new machines and to upgrade existing ones. + +These exist pretty much in isolation from each other, so I'll refer to them henceforth as _Codex_ and _Contracts_, respectively. +The structure itself is just a large computer terminal (perhaps it will be a 2x1 structure for visual interest). + +### The Codex +The Codex is simply a dictionary that allows science players to view information regarding machines. +At the beginning, all entries in the Codex will be displayed as black silhouettes with a **???** for the name with a listing of what research technology unlocks it. +As the respective machine boards are unlocked, the corresponding Codex entries will be revealed to the player. + +Clicking on one of these entries will give the following information about the machine: +- The entity name and description +- What parts are needed to build it +- What each part upgrade does for the machine +- The total material cost to create the machine + +The unlocking of a codex entry will play a "ping" sound and cause a visual change in the sprite until the entry is looked at, to aid in player discoverability. +The ultimate goal of this is to remove the obfuscation that comes with machine upgrading so that players are better able to understand it. + +### Contracts +While The Codex servers to saturate the players with knowledge about the different machines and what they do, **contracts** exist to actually push players to utilize this knowledge. + +Contracts have two main categories: +- **Build**: Build a machine or a set of machines that you have unlocked. + - Build X amount of a certain machine. + - Build machines X, Y, Z. +- **Upgrade**: Upgrade a machine you've unlocked with higher level parts. + +Completing contracts gives the department two main rewards, _research_, which can be used to unlock more technologies, and _machinery data_. +Machinery Data is essentially an experience system used to unlock high tiers of machine parts. + +Instead of using research to unlock technologies from the discipline, the machinery data can be spent to unlock recipes for each of the machine parts. Once all of the parts in a tier are unlocked, the next tier becomes available. + +This addresses a common complaint about /tg/-style machine upgrading, wherein the only relevant parts are t1 stock parts, due to being widely found, and t4 bluespace parts, due to their power. By locking these parts behind actual tasks, it forces players to actually use middle tiers of parts. + +## RPED +As a result of these changes, the RPED becomes more than just a simple convenience tool. The RPED now functions as the scanner through which these interactions are facilitated. "Using" the RPED in your hand will have it switch to a secondary "scanning mode" through which you can log the upgrades and constructions you make. **NOTE:** trying to log a round-start machine does not count as a construction. + +Using the RPED on the Machinery Database will transfer all of the scans/logs to the database. + +This all means that the RPED will be moved out of research as well. It can either be in some kind of science lathe or some kind of dedicated machinery lathe. +This is a really spur of the moment idea but it would be cool if the machinery database could print machine parts + interact with the codex. + +## Technical Changes +The most pressing changes are just breaking upgradeable stuff into its own component so that things like APCs become upgradeable, since they aren't technically machines. + +Additionally, the machine part to upgrade needs to either be defined in yaml or defined in a way that clientside entities can ALWAYS be used. This requires pondering on my part and I'm sure I'll figure it out at some point. \ No newline at end of file