User contributions for Fieryhenry
Appearance
5 September 2025
- 19:2619:26, 5 September 2025 diff hist +4 Game code native library function
- 19:2619:26, 5 September 2025 diff hist −76 Game code remove some external links
- 19:2519:25, 5 September 2025 diff hist −40 Extracting an APK remove external link current
- 19:2319:23, 5 September 2025 diff hist +25 Extracting an APK Package name editing link
- 19:2319:23, 5 September 2025 diff hist +665 N 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..." current
- 19:1619:16, 5 September 2025 diff hist +100 N 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." current
- 19:1519:15, 5 September 2025 diff hist +34 Extracting an APK 7zip url
- 19:1119:11, 5 September 2025 diff hist −35 BCGM Python change link current
- 19:0819:08, 5 September 2025 diff hist +435 N 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:0319:03, 5 September 2025 diff hist +27 N File:Logo-original.png Original logo current
- 19:0019:00, 5 September 2025 diff hist +263 Battle Cats Game Modding Wiki:About Logo details
- 18:5618:56, 5 September 2025 diff hist 0 N Category:Pages using Tabber parser tag Created blank page current
- 18:5618:56, 5 September 2025 diff hist +1,484 BCGM Python No edit summary
- 18:3318:33, 5 September 2025 diff hist +478 BCGM Python No edit summary
- 18:2318:23, 5 September 2025 diff hist +15 BCGM Python No edit summary
- 18:2318:23, 5 September 2025 diff hist +127 N BCGM Python Created page with "A tool made by fieryhenry which can be accessed via [https://codeberg.org/fieryhenry/BCGM-Python Codeberg]."
- 18:2218:22, 5 September 2025 diff hist +4 Extracting .pack and .list files link to BCGM_Python current
- 18:2118:21, 5 September 2025 diff hist +2,041 Getting Started rest of guide
- 06:1806:18, 5 September 2025 diff hist +60 Battle Cats Game Modding Wiki:Code of Conduct change emails
4 September 2025
- 20:1920:19, 4 September 2025 diff hist +1 Gatyaitems No edit summary
- 16:0016:00, 4 September 2025 diff hist 0 m Main Page Removed protection from "Main Page"
- 15:5915:59, 4 September 2025 diff hist 0 m Main Page Protected "Main Page" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
- 15:5715:57, 4 September 2025 diff hist +23 Gatyaitems No edit summary
- 15:4715:47, 4 September 2025 diff hist +3 Gatyaitembuy.csv No edit summary
- 15:4715:47, 4 September 2025 diff hist +1,549 N 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:3015:30, 4 September 2025 diff hist +22 Gatyaitems No edit summary
- 15:3015:30, 4 September 2025 diff hist +348 N 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:2715:27, 4 September 2025 diff hist +91 N Category:Gatyaitems Created page with "A gatya item is what the game calls items. See the main gatya items article." current
- 15:2515:25, 4 September 2025 diff hist 0 ItemShopData.tsv No edit summary
- 15:2415:24, 4 September 2025 diff hist +1,461 N 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:1915:19, 4 September 2025 diff hist +71 Category:Lang CSV files No edit summary
- 15:1015:10, 4 September 2025 diff hist +23 Category:Lang CSV files No edit summary
- 15:0915:09, 4 September 2025 diff hist +188 N 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:0515:05, 4 September 2025 diff hist +22 Texture add to textures category
- 15:0515:05, 4 September 2025 diff hist +938 N Texture 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:3614:36, 4 September 2025 diff hist +23 Imgcut files No edit summary
- 14:3514:35, 4 September 2025 diff hist +931 N 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:2414:24, 4 September 2025 diff hist +20 m ItemShopData.tsv correct tsv files link
- 14:1814:18, 4 September 2025 diff hist +1 Item000 No edit summary
- 14:1814:18, 4 September 2025 diff hist +24 Localizable.tsv No edit summary
- 14:1714:17, 4 September 2025 diff hist −347 Localizable.tsv No edit summary
- 14:1614:16, 4 September 2025 diff hist 0 m Category:Textures Fieryhenry moved page Category:Texture to Category:Textures without leaving a redirect: Misspelled title current
- 14:1214:12, 4 September 2025 diff hist +25 ItemShopData.tsv tsv files category
- 14:1114:11, 4 September 2025 diff hist +9 Item000 No edit summary Tag: visualeditor-switched
- 14:1114:11, 4 September 2025 diff hist +532 N 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:1014:10, 4 September 2025 diff hist +248 N 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:1014:10, 4 September 2025 diff hist +57 Category:TSV files No edit summary
- 14:0814:08, 4 September 2025 diff hist +210 N 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>)."
- 14:0814:08, 4 September 2025 diff hist +24 Localizable.tsv tsv files category
- 14:0514:05, 4 September 2025 diff hist 0 Localizable.tsv No edit summary