Main public logs
Appearance
Combined display of all available logs of Battle Cats Game Modding Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:22, 6 September 2025 Fieryhenry talk contribs created page TSV file (Created page with "A TSV file is a file made up of lines and tabs. Each line is a row of data, and tabs are used to deliminate each field. For a list of TSV files, see Category:TSV files Category:TSV files")
- 08:22, 6 September 2025 Fieryhenry talk contribs created page CSV file (Created page with "A CSV file is a file made up of lines and commas. Each line is a row of data, and commas are used to deliminate each field. For a list of CSV files, see Category:CSV files Category:CSV files")
- 08:10, 6 September 2025 Fieryhenry talk contribs created page Item shop (Created page with "The itemshop is a place to buy items such as battle items, XP and catamins using catfood. The set of items that appear in the item shop is defined by itemShopData.tsv, and the texture is defined by item000. Category:Game data")
- 08:07, 6 September 2025 Fieryhenry talk contribs created page Game files (Created page with "A game file is any file inside a .pack file. To see a list of game files, see Category:Game files Category:Game files")
- 19:23, 5 September 2025 Fieryhenry talk contribs created page Package name editing (Created page with "Category:Game metadata edits The package name of the game should be modified so that it doesn't conflict with the unmodified game version. == Android == === With decoded resources === If you decoded resources when extracting the APK, then you can just modify the AndroidManifest.xml file with a text editor. You should modify the <code>package</code> attribute as part of the top level <code><manifest></code> tag. <syntaxhighlight lang="x...")
- 19:16, 5 September 2025 Fieryhenry talk contribs created page Category:Game metadata edits (Created page with "Category for edits that relate to non-game data content such as the app name, package name and icon.")
- 19:08, 5 September 2025 Fieryhenry talk contribs created page Battle Cats Game Modding Wiki:Logo (Created page with "The logo was created by fieryhenry. <gallery> logo-original.png|Modding Wiki Logo </gallery> == Changes == The logo is subject to change, if you want to discuss a new logo, do so in the Talk page. To submit a logo, email your submission to [mailto:wiki+logo@battlecatsmodding.org wiki+logo@battlecatsmodding.org], preferably as an SVG file, but PNGs are also accepted.")
- 19:03, 5 September 2025 Fieryhenry talk contribs created page File:Logo-original.png (Original logo)
- 19:03, 5 September 2025 Fieryhenry talk contribs uploaded File:Logo-original.png (Original logo)
- 18:56, 5 September 2025 Fieryhenry talk contribs created page Category:Pages using Tabber parser tag (Created blank page)
- 18:23, 5 September 2025 Fieryhenry talk contribs created page BCGM Python (Created page with "A tool made by fieryhenry which can be accessed via [https://codeberg.org/fieryhenry/BCGM-Python Codeberg].")
- 20:18, 4 September 2025 Fieryhenry talk contribs deleted the user account "Testacc" (5)
- 20:18, 4 September 2025 Fieryhenry talk contribs merged the user account "Testacc" (5) into Anonymous (0)
- 20:18, 4 September 2025 Fieryhenry talk contribs deleted the user account "Test" (6)
- 20:18, 4 September 2025 Fieryhenry talk contribs merged the user account "Test" (6) into Anonymous (0)
- 16:00, 4 September 2025 Fieryhenry talk contribs removed protection from Main Page (hist)
- 15:59, 4 September 2025 Fieryhenry talk contribs protected Main Page [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 15:58, 4 September 2025 Fieryhenry talk contribs protected Battle Cats Game Modding Wiki:Privacy policy [Create=Allow only administrators] (indefinite) (hist)
- 15:47, 4 September 2025 Fieryhenry talk contribs created page Gatyaitembuy.csv (Created page with "{{Game file | File name = Gatyaitembuy.csv | Pack name = DataLocal | Short description = contains stats of each item in the game | Structure = The file is a CSV file with each row being a new item and 12 columns which are the following: # Rarity - IDK. # Storage - whether the item can be put in the storage, (0 = no, 1 = yes). # XP sell price - amount of XP this item sells for in the storage, or in gacha draws. # Stage drop item...")
- 15:30, 4 September 2025 Fieryhenry talk contribs created page Gatyaitems (Created page with "Category:Gatyaitems A gatya item is what the game calls items. It contains items such as battle items, catfood, catfruit. For a list of gatya items, see Category:Gatyaitems. == Name and Descriptions == See GatyaitemName.csv for details. == Stats == See Gatyaitembuy.csv for details. == Images ==")
- 15:27, 4 September 2025 Fieryhenry talk contribs created page Category:Gatyaitems (Created page with "A gatya item is what the game calls items. See the main gatya items article.")
- 15:24, 4 September 2025 Fieryhenry talk contribs created page GatyaitemName.csv (Created page with "{{Game file | File name = GatyaitemName.csv | Pack name = resLocal | Short description = contains names and descriptions of each item in the game | Structure = The file is a lang CSV file with the following structure: Each row is an item, the first row being item id 0, second row item id 1, etc. The first column is the name of the item, the remaining columns are for the description, each column being a new line. The descri...")
- 15:09, 4 September 2025 Fieryhenry talk contribs created page Category:Lang CSV files (Created page with "These files are csv files for every region except for en, in which the delimiter is a pipe (<code>|</code>) rather than a comma (<code>,</code>). They have the extension <code>.csv</code>.")
- 15:05, 4 September 2025 Fieryhenry talk contribs created page Textures (Created page with "Textures are comprised of a spritesheet (also called a texture atlas) which is a PNG image containing smaller images packed together. The regions for these smaller images are defined in associated imgcut files. A collection of textures can be seen in Category:Textures == Imgcut Format == See Imgcut files for details on the .imgcut format == File Names == For some textures the spritesheet file (and sometimes the imgcut file) will have its name dependent on t...")
- 14:35, 4 September 2025 Fieryhenry talk contribs created page Imgcut files (Created page with "{{Game file | File name = An imgcut file | Pack name = ImageDataLocal or ImageDataServer | Short description = stores a set of regions / rectangles on a spritesheet for a texture. | Structure = The file starts with the text <code>[imgcut]</code> as a way to identify that this is an imgcut file. On the next line it specifies the version? of the imgcut format used, which is always <code>0</code> The next line is the filename of the spritesheet, howev...")
- 14:16, 4 September 2025 Fieryhenry talk contribs moved page Category:Texture to Category:Textures without leaving a redirect (Misspelled title)
- 14:11, 4 September 2025 Fieryhenry talk contribs created page Item000 (Created page with "Category:Texture The texture for the items in the itemshop. == Filenames == * Spritesheet - localized string of <code>item000.png</code> which resolves to <code>item000_{lang}.png</code> * Imgcut - <code>item000.imgcut</code>. <code>item000_{lang}.imgcut</code> does exist, but is seemingly unused. == Cut Format == Each cut is 310x112 and specifies the image to load for each items shop item. The texture cut id referenced in itemShopDa...")
- 14:10, 4 September 2025 Fieryhenry talk contribs created page Category:CSV files (Created page with "A format used for many game files. It is like a TSV file but instead of being delimited by tabs, it is delimited by commas (<code>,</code>). Each line is a row and each field is delimited by commas.")
- 14:08, 4 September 2025 Fieryhenry talk contribs created page Category:TSV files (Created page with "A format used for a few game files. It is like a CSV file but instead of being delimited by commas, it is delimited by tabs (<code> </code> or <code>\t</code>).")
- 13:45, 4 September 2025 Fieryhenry talk contribs created page Category:Texture (Created page with "Category for various texture files in the game")
- 13:44, 4 September 2025 Fieryhenry talk contribs created page ItemShopData.tsv (Created page with "{{Game file | File name = itemShopData.tsv | Pack name = DataLocal | Short description = contains various text strings used by the game. | Structure = The file is a TSV file with 7 columns as so: # Shop ID - the unique identifier of the shop item. # Gacha Item ID - what item should be on sale, the ID references GatyaitemName.csv and Gatyaitembuy.csv. # Quantity - the number of items to buy per purchase. # Catfood cost - the amount of catfoo...")
- 12:22, 4 September 2025 Fieryhenry talk contribs created page Localizable.tsv (localizable.tsv)
- 12:05, 4 September 2025 Fieryhenry talk contribs created page Template:Game file (Created page with " <noinclude> <templatedata> { "params": { "File name": { "label": "File name", "description": "Name of the file in the pack name", "example": "localizable.tsv", "type": "string" }, "Pack name": { "label": "Pack name", "description": "Name of the pack this file is from", "example": "resLocal", "type": "wiki-page-name" }, "Short description": { "label": "Short description", "description": "Small description about what this file does...")
- 11:52, 4 September 2025 Fieryhenry talk contribs created page Category:Game files (Created page with "Category for all of the different types of game files, if you want to see all of the different types of things you can modify, see Category:Game data.")
- 11:51, 4 September 2025 Fieryhenry talk contribs created page Getting Started (getting started)
- 11:49, 4 September 2025 Fieryhenry talk contribs created page Category:Game data (Created page with "Category for different types of game data. See the Game files category for all of the different types of game files.")
- 11:31, 4 September 2025 Fieryhenry talk contribs created page Structure of .pack and .list files (start of page)
- 10:27, 4 September 2025 Fieryhenry talk contribs created page Extracting .pack and .list files (create article)
- 10:23, 4 September 2025 Fieryhenry talk contribs created page Locating local .pack and .list files (Location of local .pack and .list files)
- 10:08, 4 September 2025 Fieryhenry talk contribs created page Game code (Create article)
- 09:50, 4 September 2025 Fieryhenry talk contribs created page Extracting an APK (create page)
- 09:15, 4 September 2025 Fieryhenry talk contribs created page Merging an XAPK (merge xapk)
- 09:13, 4 September 2025 Fieryhenry talk contribs created page Downloading an APK (create downloading an apk)
- 08:47, 4 September 2025 Fieryhenry talk contribs created page User:Fieryhenry (user page) Tag: visualeditor-switched
- 08:38, 4 September 2025 Fieryhenry talk contribs created page Battle Cats Game Modding Wiki:Code of Conduct (COC)
- 07:55, 4 September 2025 Fieryhenry talk contribs created page Battle Cats Game Modding Wiki:Contributing (Create contributing guidelines)
- 18:45, 3 September 2025 Fieryhenry talk contribs created page Battle Cats Game Modding Wiki:General disclaimer (Created page with "The content is provided "as is" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of correctness and relevance to a particular subject. The entire risk as to the quality and accuracy of the content is with you. Should the content prove substandard, you assume the cost of all necessary servicing, repair, or correction.")
- 18:41, 3 September 2025 Fieryhenry talk contribs created page Battle Cats Game Modding Wiki:Copyrights (Created page with "Unless otherwise specified, material from this wiki is licensed under the Attribution-NonCommercial-ShareAlike 4.0 International License. * [https://creativecommons.org/licenses/by-nc-sa/4.0/ Read a summary of the terms] * [https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.en Read the full legal code]")
- 18:37, 3 September 2025 Fieryhenry talk contribs created page Battle Cats Game Modding Wiki:About (Init)
- 18:24, 3 September 2025 User account Fieryhenry talk contribs was created