User contributions for PTKay
Appearance
7 March 2025
- 08:5508:55, 7 March 2025 diff hist 0 m Real-Time Cutscene Levels in Sonic Lost World PTKay moved page Real-Time Cutscene Levels to Real-Time Cutscene Levels in Sonic Lost World current
- 08:5408:54, 7 March 2025 diff hist +2,037 N Real-Time Cutscene Levels in Sonic Lost World Created page with "Empty folders can be found for the real-time cutscene levels in the raw folder found within the Wii U release of the game. These folders are listed below. raw ├── event | |── scene │ | ├── ev000 │ │ ├── ev120 │ │ ├── ev125 │ │ ├── ev130 │ │ ├── ev140 │ │ ├── ev150 │ │ ├── ev210 │ │ ├── ev220 │ │ ├── ev230 │ │ ├─..." Tag: Visual edit
- 08:5008:50, 7 March 2025 diff hist +27 Documentation No edit summary Tag: Visual edit
- 08:4508:45, 7 March 2025 diff hist +25 FcoEditor No edit summary current Tag: Visual edit
- 08:4508:45, 7 March 2025 diff hist 0 N File:FcoEditor-icon.png No edit summary current
- 08:4408:44, 7 March 2025 diff hist +275 N FcoEditor Created page with "{{ToolInfobox|title=fcoEditor|author=brianuuu|website=https://github.com/brianuuu/fcoEditor/|download=https://github.com/brianuuu/fcoEditor/releases/latest}} Program that provides a fast, easy and intuitive way to modify <code>fco</code> subtitle files in Sonic Generations." Tag: Visual edit
4 March 2025
- 16:0016:00, 4 March 2025 diff hist +40 Shadow Generations Stage IDs No edit summary current Tag: Visual edit
25 February 2025
- 22:3522:35, 25 February 2025 diff hist +90 Sonic Frontiers Gismos No edit summary current Tag: Visual edit
- 22:3522:35, 25 February 2025 diff hist +4,446 N Sonic Frontiers Gismos Created page with "== Islands == === Common === {| class="wikitable" |+ !Information !Image |- |<code>cmnisl_brk_aircontainer</code> A flying container that breaks upon attack. | |- |<code>cmnisl_brk_capsule</code> A capsule that breaks upon attack. | |- |<code>cmnisl_brk_container01</code> A container that breaks upon attack. | |- |<code>cmnisl_brk_container02</code> A container that breaks upon contact. | |- |<code>cmnisl_brk_mechabarrel</code> A barrel that breaks upon attack. | |..." Tag: Visual edit
21 February 2025
- 10:5610:56, 21 February 2025 diff hist 0 NN Chunk Format No edit summary current Tag: Visual edit
- 10:5610:56, 21 February 2025 diff hist +25 MediaWiki:Vector-2022.css No edit summary
- 10:4810:48, 21 February 2025 diff hist +23,824 N NN Chunk Format - MOTION Created page with "== NNF_MOTIONTYPE == Types and flags for a NNS_MOTION struct.<syntaxhighlight lang="cpp"> enum NNF_MOTIONTYPE : uint32_t { // -- Masks -- // Apply this mask to get the Motion Type. NND_MOTIONTYPE_CATEGORY_MASK = 31, // Apply this mask to get the Repeat Type. NND_MOTIONTYPE_REPEAT_MASK = 0x1F0040U, // -- Motion Types -- NND_MOTIONTYPE_NODE = 1, NND_MOTIONTYPE_CAMERA = 2, NND_MOTIONTYPE_LIGHT = 4, NND_MOTIONT..." current Tag: Visual edit
- 10:4210:42, 21 February 2025 diff hist +2,171 N NN Chunk Format - MATERIALNAMELIST Created page with "== NNE_MATERIALNAME_SORTTYPE == {{Notice|type=note|content=The underlying type of this enum is not specified, thus it may differ depending on the platform. In practice, it's always an <code>int32_t</code> in all known NN games.}}This enum indicates the way the NNS_MATERIALNAME structs are sorted in the <code>pMaterialNameList</code> array used in the NN Chunk Format - MATERIALNAMELIST#NNS MATERIALNAMELIST|NNS_MATE..." current Tag: Visual edit
- 10:4010:40, 21 February 2025 diff hist +2,000 N NN Chunk Format - NODENAMELIST Created page with "== NNE_NODENAME_SORTTYPE == {{Notice|type=note|content=The underlying type of this enum is not specified, thus it may differ depending on the platform. In practice, it's always an <code>int32_t</code> in all known NN games.}} This enum indicates the way the NNS_NODENAME structs are sorted in the <code>pNodeNameList</code> array used in the NNS_NODENAMELIST.<syntaxhighlight..." current Tag: Visual edit
- 10:3810:38, 21 February 2025 diff hist +4,989 N NN Chunk Format - TEXLIST Created page with "== NNS_TEXFILELIST == {{Notice|type=note|content=This is the root struct for all TEXLIST data chunks.}} A list of texture file entries.<syntaxhighlight lang="cpp"> struct NNS_TEXFILELIST { // The number of elements in the [pTexFileList] array. int32_t nTex; // An array of NNS_TEXFILE structs. NNS_TEXFILE* pTexFileList; }; // Macros used by Text-Form files: #define TEXFILELIST(nTex, pTexFileList) { nTex, pTexFileList } #define TFL_N_TEXFILE(nTex) (nTex) #define..." current Tag: Visual edit
- 10:0810:08, 21 February 2025 diff hist +4 NN Chunk Format - Common Definitions No edit summary current Tag: Visual edit
- 10:0710:07, 21 February 2025 diff hist +1,775 N NN Chunk Format - Common Definitions Created page with "What follows is a non-exhaustive list of common definitions used by the Sega NN Chunk Format. == NNS_VECTOR == Represents a Vector3.<syntaxhighlight lang="cpp"> struct NNS_VECTOR { float x; float y; float z; }; </syntaxhighlight> == NNS_VECTOR2D == Represents a Vector2.<syntaxhighlight lang="cpp"> struct NNS_VECTOR2D { float x; float y; }; </syntaxhighlight> == NNS_RGB == Represents an RGB color value.<syntaxhighlight lang="cpp"> struct NNS_RGB {..." Tag: Visual edit
- 10:0410:04, 21 February 2025 diff hist +63 MediaWiki:Vector-2022.css No edit summary
- 09:4809:48, 21 February 2025 diff hist +535 NN Chunk Format No edit summary Tag: Visual edit
- 09:3209:32, 21 February 2025 diff hist −4 NN Chunk Format No edit summary Tag: Visual edit
- 09:2909:29, 21 February 2025 diff hist +10 NN Chunk Format No edit summary Tag: Visual edit
- 09:2909:29, 21 February 2025 diff hist +19,475 N NN Chunk Format Created page with "{{Notice|type=warn|content=This page is still a work in progress! Any additions and updates are greatly appreciated!}}{{Notice|type=info|content=HedgeDocs' initial Sega NN documentation was written by: <b>Radfordhound</b>. Thanks to: <b>ItsEasyActually</b>: For sharing his Sega NN findings with me, which helped immensely in getting me started on my journey to reverse-engineer and document all of Sega NN across all of its many crazy iterations and platforms. <b>ArMM199..." Tag: Visual edit
19 February 2025
- 11:3011:30, 19 February 2025 diff hist +4 Documentation No edit summary Tag: Visual edit
14 February 2025
- 21:2921:29, 14 February 2025 diff hist −57 Sonic Unleashed Install Screen No edit summary Tag: Visual edit
- 21:2521:25, 14 February 2025 diff hist +14 MediaWiki:Common.js No edit summary current
- 21:2421:24, 14 February 2025 diff hist −2 MediaWiki:Common.js No edit summary
- 21:2421:24, 14 February 2025 diff hist −1 MediaWiki:Common.js No edit summary
- 21:2421:24, 14 February 2025 diff hist +2 MediaWiki:Common.js No edit summary
- 21:2021:20, 14 February 2025 diff hist +2 MediaWiki:Common.js No edit summary
- 21:1921:19, 14 February 2025 diff hist +29 MediaWiki:Common.js No edit summary
- 20:5020:50, 14 February 2025 diff hist +269 MediaWiki:Vector-2022.css No edit summary
- 11:2311:23, 14 February 2025 diff hist +6 HSON Format Undo revision 63 by PTKay (talk) current Tag: Undo
- 11:2211:22, 14 February 2025 diff hist −6 HSON Format No edit summary Tags: Reverted Visual edit
- 11:1211:12, 14 February 2025 diff hist +300 HSON Format No edit summary Tag: Visual edit
- 11:0311:03, 14 February 2025 diff hist +440 HSON Format No edit summary Tag: Visual edit
- 10:5910:59, 14 February 2025 diff hist +139 HSON Format No edit summary Tag: Visual edit
- 10:5710:57, 14 February 2025 diff hist +340 HSON Format No edit summary Tag: Visual edit
- 10:5110:51, 14 February 2025 diff hist +23,277 N HSON Format Created page with "'''The Hedgehog Set Object Notation Format''' ("HSON") is a custom JSON-based file format designed collaboratively by '''Darío''', '''Radfordhound''', '''ĐeäTh''', '''Skyth''', and '''Sajid''' to represent object placement in a "universal" (non-game/editor-specific) way. It was designed with the following principles in-mind: * '''Be universal.''' Specifically, it must be able to represent object placement data from ''at least'' any mainline 3D Sonic game in a non-ga..." Tag: Visual edit
- 09:3709:37, 14 February 2025 diff hist +651 Documentation No edit summary Tag: Visual edit
13 February 2025
- 21:1021:10, 13 February 2025 diff hist +404 N Documentation Created page with "This section contains documentation that specify how different files are set up, as well as other information that should help you mod certain Sonic games. Below you can see the games divided by the engine they use. In each engine, you can see documentation for every game using it, as well as more specific guides regarding a particular game. == Various Engines == == Hedgehog Engine == == SEGA NN ==" Tag: Visual edit
- 21:0921:09, 13 February 2025 diff hist +71 Tools No edit summary Tag: Visual edit
- 21:0821:08, 13 February 2025 diff hist +279 N Tools Created page with "This section contains tools that allow you to mod certain aspects of a couple of Sonic games. Below you can see the games divided by the engine they use. In each engine, you can see common tools for every game using it, as well as more specific tools regarding a particular game."
12 February 2025
- 14:2214:22, 12 February 2025 diff hist 0 m MediaWiki:Common.js Protected "MediaWiki:Common.js" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
- 14:2114:21, 12 February 2025 diff hist 0 m MediaWiki:Common.css Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 14:2114:21, 12 February 2025 diff hist −26,932 MediaWiki:Common.css Blanked the page Tag: Blanking
- 14:2114:21, 12 February 2025 diff hist 0 m MediaWiki:Vector-2022.css Protected "MediaWiki:Vector-2022.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
- 14:2114:21, 12 February 2025 diff hist +26,932 N MediaWiki:Vector-2022.css Created page with "→HEDDGEDOCS COLOR PALETTES: :root { --hedgedocs-accent-color: #3e7e9e; --hedgedocs-accent-color-secondary: #4d9ec7; --hedgedocs-base-border-color: #adb5c2; --hedgedocs-frame-bg-color: #e9ebec; --hedgedocs-scrollbar-color: #888888; --hedgedocs-bg-color: #f0f3f4; --hedgedocs-bg-color-secondary: #dddddd; --hedgedocs-header-color: var(--hedgedocs-accent-color); --hedgedocs-header-fg-color: #f2f8f8; --hedgedocs-fg-color-l..."
- 14:1214:12, 12 February 2025 diff hist 0 m Template:Notice Protected "Template:Notice" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 14:1214:12, 12 February 2025 diff hist 0 m Template:ToolInfobox Protected "Template:ToolInfobox" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
- 14:1214:12, 12 February 2025 diff hist +2 Template:ToolInfobox No edit summary