All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Luma's Workshop. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:21, 23 January 2024 MTLenz talk contribs created page Cutscenes (Created page with "Category:Files Category:Lists {{WIP}} <small>'''Todo:''' *Finish the hardcoded cutscene names. *More info and research on the use of canm and supported objects.</small> Cutscenes are flexible, complex scenes, which can execute more freedom in contrast to the SimpleDemoExecutor. These scenes consist of individual sequences that are played in order. In each sequence, several actions can be executed from certain frames, such as changing the player's position, came...")
- 21:20, 23 January 2024 MTLenz talk contribs created page File system (Created page with "{{WIP}} On this page the general file system structure from both Galaxy games is described. Detailed information about subsystems and individual files are specified in respective pages. ==Stages & Objects== ===StageData=== ''Found in SMG1 and SMG2'' The ''StageData'' folder contains all level assets and resources. There are files for every galaxy, stage and zone that appear in the games. The actual stage structure and formats are described Stage files|in a separate...")
- 21:16, 23 January 2024 MTLenz talk contribs created page ProductMapObjDataTable (Created page with "Category:Files '''ProductMapObjDataTable''' is a BCSV table that defines map objects and assigns them a class. The file can be found in ''SMG2'' in ''ObjectData/ProductMapObjDataTable.arc/root/ProductMapObjDataTable.bcsv''. It contains the following fields: {| class="wikitable" ! Field !! Type !! Description |- | ModelName || string || The object name and model file in ObjectData. |- | ClassName || string || The name of the class that t...")
- 21:15, 23 January 2024 MTLenz talk contribs created page PlanetMapDataTable (Created page with "Category:Files {{Finished}} '''PlanetMapDataTable''' is a BCSV table that defines, configures and lists all valid planet objects in the game. Each entry corresponds to a separate planet object. All of the planets defined in this table will use an instance of the ''PlanetMap'' class when loaded ingame. However, some planets may use a special class instead. This is specified in the game's code and cannot be changed through this file. The file can...")
- 21:15, 23 January 2024 MTLenz talk contribs created page ObjNameTable (Created page with "Category:Files {{Finished}} '''ObjNameTable''' is a sorted BCSV table that assigns a Japanese name to a specified object. These Japanese names are used for camera IDs, Power Star spawners, cutscene data and more. The file can be found in ''both games''. In SMG1 it is found in ''StageData/ObjNameTable.arc/root/ObjNameTable.tbl'' whereas in SMG2 it is found in ''SystemData/ObjNameTable.arc/root/ObjNameTable.tbl''. The rows should be sorted lexico...")
- 21:14, 23 January 2024 MTLenz talk contribs created page Category:File formats (Created page with "In this category belongs all file formats that are used and supported in the Super Mario Galaxy games. Detailed information about a file format can be found by clicking on its file extension. {| class="wikitable" ! Extension !! Magic !! Class name !! Games !! Description |- ! colspan="5" | Common |- | arc || RARC || JKRArchive || both || JKernel archive |- | szs || Yaz0 || JKRDecomp || both || SZS-compressed data |- | szp || Yay0 || JKRDecomp || both || SZP-com...")
- 21:13, 23 January 2024 MTLenz talk contribs created page BCSV (Created page with "Category:File formats {{Finished}} '''BCSV''' stands for '''B'''inary '''C'''omma '''S'''eparated '''V'''alues and is the most common data format used in both Super Mario Galaxy games. Some older GameCube titles, such as ''Luigi's Mansion'' and ''Donkey Kong Jungle Beat'', use this data format as well. As the name suggests, BCSV is a binary variant of comma-separated values (CSV). This means that the data is laid out in a table-like structure. The column names are ha...")
- 21:13, 23 January 2024 MTLenz talk contribs created page NPCData (Created page with "Category:Files '''NPCData''' is an archive that contains BCSV tables for some NPCs which store information on items they carry around. Each entry in the table corresponds to a ''obj_arg'' value. However, some objects do not assign these to their args and use the first entry by default. The file can be found in ''both games'' in ''ObjectData/NPCData.arc''. The BCSV files here have identical structures and use these fields: {| class="wikitable" ! Field !!...")
- 21:12, 23 January 2024 MTLenz talk contribs created page AstroNamePlateData (Created page with "Category:Files {{Finished}} '''AstroNamePlateData''' is a BCSV table that defines what Comet Observatory models have labels and where these descriptions are positioned on the screen. Each entry corresponds to a separate model. The file can be found in ''SMG1'' in ''ObjectData/AstroNamePlateData.arc/root/AstroNamePlateData.bcsv''. It contains the following fields: {| class="wikitable" ! Field !! Type !! Description |- | ModelName || STRING_OFFS...")
- 21:10, 23 January 2024 MTLenz talk contribs created page AreaObj Limitations (Created page with "{{Finished}} In both ''Super Mario Galaxy'' games there is an internal table that sets up the AreaObj managers. For every manager, there is a limit of ''AreaObj'' instances that can be placed in a level. If the game exceeds this limit, the game will very likely crash. =Lists= Below are tables for every game that list the managers with their respective limits. ==SMG1== {| class="wikitable" |- ! Manager Name ! Limit |- | align=center | SwitchArea |64 |- | align=center |...")
- 21:08, 23 January 2024 MTLenz talk contribs created page Tools (Created page with "Various tools helpful for modding the games.")
- 21:07, 23 January 2024 MTLenz talk contribs created page Category:Guides (Created page with "Any guides or tutorials.")
- 21:06, 23 January 2024 MTLenz talk contribs created page Adding Zones Tutorial (Created page with "Category:Guides This page will teach you how to add zones to your custom galaxies in SMG1/2! = Programs you'll be needing = {| class="wikitable sortable" |- ! Program Name !! Program Function |- | Dossun2 || Editing Various Data found in the game |- | Whitehole || Level Editing/bcsv Editing |} = Files you'll encounter = {| class="wikitable sortable" |- ! File type !! Wiki or not |- | .arc || File_system|Found on Wik...")
- 21:04, 23 January 2024 MTLenz talk contribs created page Category:Files (Created page with "Various files that can be found in the games' internals.")
- 21:02, 23 January 2024 MTLenz talk contribs created page ActorInfo (Created page with "Category:Files = ActorInfo = '''ActorInfo''' is a folder that only exists in ''SMG2''. it contains files that control certain aspects of objects. Below is a list of every file that can be put in this folder. {| class="wikitable" ! Filename !! Uses !! Description |- | ActionBgmCtrl.bcsv || 13 || Used by bosses to start their music |- | ActionFlagCtrl.bcsv || 111 || |- | ActionFootPrintCtrl.bcsv || 1 || Used by ''DinoPackunBaby'' to assist in controlling the footsteps...")
- 20:59, 23 January 2024 MTLenz talk contribs created page MediaWiki:Sidebar (Created page with "* navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki * Modding ** Tools_and_Resources|Tools & Resources ** https://sunakazekun.github.io/galaxydatabase/index.html|Object Database ** Category:File_formats|File Formats ** Category:Files|Data Files ** Category:Lists|Data Lists * Community ** https://discord.gg/ZxEqyYeZbf|Our Discord server * SEARCH * TOOLBOX")
- 20:50, 23 January 2024 MTLenz talk contribs created page Template:WIP (Created page with "{| class="textbox grid alt center" style="max-width: 75%; background:#f44336;" rules=all |- ! style="padding: 12px;" | '''This page is in progress and may contain incomplete information or editor's notes.''' |}")
- 20:49, 23 January 2024 MTLenz talk contribs created page Template:Finished (Created page with "{| class="textbox grid alt center" style="max-width: 75%; background:#1FDD42;" rules=all |- ! style="padding: 12px;" | '''The content described on this page is 100% documented.''' |}")
- 20:49, 23 January 2024 MTLenz talk contribs created page Help:Contents (Created page with "On this page you can find information about contributing to the '''Luma's Workshop''' wiki. ==Creating an Account== * You need an account on this wiki. For this, join our [https://discord.gg/k7ZKzSDsVq Discord server] and ask '''MTLenz''' (the server's admin) to create an account for you. He will then register a new account for you with a temporary password. Make sure to change your password after that! * If you forgot your password, just contact MTLenz and he will rese...")
- 20:31, 23 January 2024 MTLenz talk contribs created page Luma's Workshop:About (Created page with "The Luma's Workshop wiki aims to document the internals of the games '''Super Mario Galaxy''' and '''Super Mario Galaxy 2'''. It serves as an invaluable resource for anyone wanting to mod these games or learn more about them. All contributions are provided by the dedicated Luma's Workshop community, which is the primary hub for all modders of the '''Super Mario Galaxy''' games. If you're interested, feel free to join the community [https://discord.com/invite/k7ZKzSDsVq D...")
- 20:06, 23 January 2024 User account Aurum talk contribs was created by MTLenz talk contribs
- 18:51, 21 January 2024 MTLenz talk contribs created page File:Logo.png
- 18:51, 21 January 2024 MTLenz talk contribs uploaded File:Logo.png