New pages
- 18:22, 22 March 2026 Achievements:Print Master (hist | edit) [1,052 bytes] Zegs32 (talk | contribs) (Created page with "{| class="infobox" style="width: 250px; font-size: 90%; float: right; margin-left: 1em; border: 1px solid #a2a9b1; background-color: #f8f9fa; padding: 5px;" |+ style="font-size: 125%; font-weight: bold;" | Print Master |- | colspan="2" style="text-align: center;" | center|thumb|63x63px|'''Print Master''' icon |- ! scope="row" | Introduced | '''Unknown''' |- ! scope="row" | Type | Achievement (incremental) |- ! scope="row" | Internal ID | <c...")
- 18:09, 22 March 2026 Main Menu (hist | edit) [8,729 bytes] Zegs32 (talk | contribs) (Created page with "{{DISPLAYTITLE:Main Menu}} {{about|the title screen and front-end of ''PC Simulator''|the in-game pause overlay|Pause menu}} The '''main menu''' is the first interactive screen in ''PC Simulator'' after the '''Menu''' scene loads. It is driven by the {{mono|MainMenu}} behaviour, which initializes localization, restores certain settings, presents navigation via {{mono|MenuManager}}, and starts asynchronous scene loads with a dedicated '''Loading''' page....") Tag: Visual edit: Switched
- 15:43, 22 March 2026 EZ Mining (hist | edit) [83 bytes] RTX3080Ti (talk | contribs) (Created page with "'''EZ Mining''' is an app that lets you mine Bitcoins. Category:App") Tag: Visual edit
- 15:24, 22 March 2026 PC Simulator Unofficial Wiki:Rules (hist | edit) [4,699 bytes] Zegs32 (talk | contribs) (Created page with "a")
- 16:58, 16 February 2026 RTX3080Ti0415 (hist | edit) [28 bytes] RTX3080Ti (talk | contribs) (Redirected page to User:RTX3080Ti) Tags: New redirect Visual edit
- 16:53, 16 February 2026 RTX3080Ti:Admin Dashboard:Pages (hist | edit) [889 bytes] RTX3080Ti (talk | contribs) (h)
- 16:49, 16 February 2026 RT3080Ti:Admin Dashboard:Pages (hist | edit) [1,033 bytes] RTX3080Ti (talk | contribs) (add page ig) Tag: Visual edit
- 14:05, 16 February 2026 VerdiX (hist | edit) [165 bytes] Verdih (talk | contribs) (Created page with "<blockquote>„Pocisk zawsze wie gdzie jest.“ - VerdiX, probably</blockquote>A guy who somehow figured out the save encryption and made the first ever save editor.") Tag: Visual edit
- 18:04, 15 February 2026 Gallery (hist | edit) [599 bytes] RTX3080Ti (talk | contribs) (h) Tag: Visual edit
- 17:39, 15 February 2026 RTX3080Ti:Yiming Connect:User (hist | edit) [870 bytes] RTX3080Ti (talk | contribs) (added ts page ig) Tag: Visual edit
- 16:54, 15 February 2026 Mokka:1.9.0:Endpoints (hist | edit) [590 bytes] Zegs32 (talk | contribs) (Created page with "stuffs")
- 16:46, 15 February 2026 Achievements:The Hidden Room (hist | edit) [790 bytes] Zegs32 (talk | contribs) (Created page with "'''The Hidden Room''' is an achievement in PC Simulator that gets completed once you find the secret room. The achievement can be achieved by <span class="Spoiler">pressing 5 times on the title in the Main Menu</span>.") Tag: Visual edit: Switched
- 16:40, 15 February 2026 Secrets (hist | edit) [2,951 bytes] Zegs32 (talk | contribs) (Created page with "As many games do, this game also has '''secrets''', such as the hidden room or gallery. == Hidden Room == If you tap on the title 5 times in the Main Menu, you will be put in a secret save. === In-depth === Defined in the game code, HiddenRoom class is associated to the title in Main Menu;<syntaxhighlight lang="c#" line="1"> public class HiddenRoom : MonoBehaviour [...] { [SerializeField] private int clickCount; public void OnPointerClick(PointerEventData...") Tag: Visual edit
- 16:06, 15 February 2026 Modding (hist | edit) [1,768 bytes] Zegs32 (talk | contribs) (Created page with "Since the release of the source code happened, '''modding''' was made possible. Using Unity 2021.3.45f1, you could make your own PC Simulator, modify it to your heart's desire, and publish it for anyone to play it. There are a few available mods, some private, some public, some in development. == Mods == * Mokka's PC Simulator Mod - Currently the only public mod that is still being developed. Discord invite (see [https://discord.gg/ZvjxpUUVgc thi...") Tag: Visual edit
- 15:56, 15 February 2026 Yiming Connect (hist | edit) [597 bytes] Zegs32 (talk | contribs) (Created page with "'''Yiming Connect''' is a unified account system used by Yiming's games to save achievements and such for all of Yiming's games.") Tag: Visual edit
- 15:01, 15 February 2026 Cheng Yi-Ming (hist | edit) [3,408 bytes] Zegs32 (talk | contribs) (Created page with "{| class="infobox" style="width: 250px; font-size: 90%; float: right; margin-left: 1em;" |+Cheng Yi-Ming | colspan="2" |thumb|160x160px|Yiming's Profile Picture |- !Alias !Yiming |- !Known For ! |- !Occupation ! |- !Known for ! |- !Alma mater ! |- !Website ! |}") Tag: Visual edit
- 14:34, 15 February 2026 Save (hist | edit) [6,769 bytes] Zegs32 (talk | contribs) (Created page with "A '''save''' is a file that contains data about the current state of the game.") Tag: Visual edit
- 13:46, 15 February 2026 Save Editor (hist | edit) [1,033 bytes] Zegs32 (talk | contribs) (Created page with "'''Save Editors''' are tools you can use to edit your saves on PC Simulator. If you are looking to make your own save editors, you can read our page on the specification of saves (see Save). One of the easiest tools you can use to edit your save is [https://pcsse.zegs32.com/dl/1.0/PCSSE.msi PCSSE] (windows only). Using simple mode, you can easily modify your save with no downfalls. The first save editor to come out was VerdiX's save editor, which was windows...") Tag: Visual edit
- 10:17, 15 February 2026 Bitcoin (hist | edit) [462 bytes] Zegs32 (talk | contribs) (Created page with "'''Bitcoin''' is the second currency in the game, used to unlock items and can be exchanged with Money in your saves. It can be earned by mining, using '''"EZ Mining"''' app on computers. == Exchange == Let's say x is the exchange rate, which is how much money you get per Bitcoin. On start, the game does:<syntaxhighlight lang="c#" line="1"> var x = Math.Random(3500, 4000); </syntaxhighlight>which means that x is set to a random number between 3500 and 4000.") Tag: Visual edit
- 09:40, 15 February 2026 Decompile (hist | edit) [1,482 bytes] Zegs32 (talk | contribs) (Created page with "There exists a full decompile of the game in C# that is around 95~ percent accurate to the original game (in gameplay). We can't truly determine the accuracy to the original source code since we don't have it. It took zegs32 around 1.5 years of manual rewriting from C to C#. However the decompile had a few issues: * it couldn't be built with IL2CPP (fixed by Mokka Chocolata) * the graphics were completely off (fixed) == Technical Limitations == There are a few...") Tag: Visual edit
- 09:10, 15 February 2026 PC Simulator (hist | edit) [857 bytes] Zegs32 (talk | contribs) (Created page with "'''PC Simulator''' is a mobile game made by Cheng Yi-Ming where you build virtual computers and setups. It is available on the Google Play Store and the Apple App Store.") Tag: Visual edit