New pages

From sc2k-reverse
Jump to navigationJump to search
New pages
Hide registered users | Hide bots | Hide redirects

1 July 2025

  • 00:1800:18, 1 July 2025 Budget array (hist | edit) [183 bytes] AF (talk | contribs) (Created page with "== Struct == <pre> typedef struct { int iCountMonth[12]; int iFundMonth[12]; int iCurrentCosts; int iFundingPercent; int iYearToDateCost; int iEstimatedCost; } budget_t; </pre>")
  • 00:1500:15, 1 July 2025 WCitySelectedSubtool (hist | edit) [1,588 bytes] AF (talk | contribs) (Created page with "The City Tools indices go from 0-17; only 0-14 are accounted for within the 'wCitySelectedSubtool' array. {| class="wikitable" |+ City Tools and SubTools. |- ! # !! Enum !! SubTools |- | 0 || '''CITYTOOL_GROUP_BULLDOZER''' || Demolish/Clear, Level Terrain, Raise Terrain, Lower Terrain, De-Zone |- | 1 || '''CITYTOOL_GROUP_NATURE''' || Tress, Water |- | 2 || '''CITYTOOL_GROUP_DISPATCH''' || Police, Fire, Military |- | 3 || '''CITYTOOL_GROUP_POWER''' || Wires, PowerPlants...")

31 May 2025

  • 10:5110:51, 31 May 2025 Program Enums (hist | edit) [1,273 bytes] AF (talk | contribs) (Created page with "This page will list various enums that are either contained within the current fix library or will assist during the RE process (upon the sections in question being encountered). == OnIdle / GameDoIdleUpkeep == Main: <pre> enum { ONIDLE_STATE_INGAME = -1, ONIDLE_STATE_NONE, ONIDLE_STATE_DISPLAYMAXIS, ONIDLE_STATE_WAITMAXIS, ONIDLE_STATE_DISPLAYTITLE, ONIDLE_STATE_DIALOGFINISH, ONIDLE_STATE_DISPLAYREGISTRATION, ONIDLE_STATE_CLOSEREGISTRATION, ONIDLE_STATE_MAINM...")

6 April 2025

  • 03:4903:49, 6 April 2025 Modding/Hooks (hist | edit) [776 bytes] Araxestroy (talk | contribs) (Created page with "{{Live draft}} {| class="wikitable sortable" |+ Uncategorized hooks |- ! {{tooltip|Name|The name of the hook.}} ! {{tooltip|Before?|If there's a _Before hook.}} ! {{tooltip|After?|If there's an _After hook.}} ! {{tooltip|Kuroko?|Whether or not this hook is exposed to Kuroko.}} ! {{tooltip|Added in|What version/build the hook was added in}} ! Signature |- | Hook_OnNewCity || {{Yes|}} || {{No|}} || {{NYI}} || 0.10-dev || <tt>void fn(void)</tt> |- | Hook_GameDoIdleUpkeep |...")
  • 02:3402:34, 6 April 2025 Modding (hist | edit) [5,979 bytes] Araxestroy (talk | contribs) (Created page with "{{Heavy construction}} {{Live draft}} == Example: Mod template (testmod) == <syntaxhighlight lang="c++" line> // sc2kfix/testmod dllmain.cpp: test/template mod with inline documentation // (c) 2025 sc2kfix project (https://sc2kfix.net) - released under the MIT license // These two lines are mandatory for sc2kfix mods. The first one ensures that all Windows API // calls use the ANSI calls instead of the Unicode calls, which aligns with the way that SimCity // 2000 was...")