![]() |
(Request) Specific Items for a Game Mode - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Hacks/Modding (https://mariokartwii.com/forumdisplay.php?fid=14) +--- Forum: Code Support / Help / Requests (https://mariokartwii.com/forumdisplay.php?fid=61) +--- Thread: (Request) Specific Items for a Game Mode (/showthread.php?tid=2414) |
(Request) Specific Items for a Game Mode - coolguy69 - 03-11-2025 Hi all, I'll be trying to run a specific game mode for a 2, 3, or 4 player challenge. Here's the item code request: 1) If the person is in 1st place, they will receive a ThunderCloud Item (and shrink down). 2) If the person is not in 1st place, they will receive a Mega Mushroom Item (I will also use the "mega in mega" code to guarantee this). Here's another couple ideas that can improve it as well: a) CPUs receive "normal" items and are unaffected by 1) and 2). Players 1 2 3 4 get items based on the above ruleset. That is, they will receive a mega if not in 1st, and TC if in 1st. b) Players can receive "multiple items". For example, if someone is in 4th, ideally they will receive BOTH a Mega AND a Lightning item, which they can use each by pressing the item button twice. (It would be good to have this option for someone in 3rd as well, if there are only 3 players) Thank you! RE: (Request) Specific Items for a Game Mode - DrTap - 03-19-2025 You can customize item probabilities editing the ItemSlot.bin file from Common.szs with a program that you can find on tockdom.com, including separate probabilities for players and CPUs. Regarding the idea you have exposed in point b) I don't know any way how I can help you with that, maybe someone could make a specific code for this. RE: (Request) Specific Items for a Game Mode - coolguy69 - 03-25-2025 (03-19-2025, 11:46 AM)DrTap Wrote: You can customize item probabilities editing the ItemSlot.bin file from Common.szs with a program that you can find on tockdom.com, including separate probabilities for players and CPUs. Thanks! I'm not sure enough about the coding to know what or where to change these settings. I was able to open the file, but it's all a bunch of code I don't understand from there. RE: (Request) Specific Items for a Game Mode - Fifty - 03-25-2025 Could you specify on what you're confused about? There's a slight chance I can help because I've changed item probabilities before. RE: (Request) Specific Items for a Game Mode - coolguy69 - 03-27-2025 (03-25-2025, 07:12 PM)Fifty Wrote: Could you specify on what you're confused about? There's a slight chance I can help because I've changed item probabilities before. Definitely! https://ibb.co/Zpsbgbsg This is what I'm seeing... to me, it's a bunch of code. I realize it means something, but have no idea what it means, how to decode, what I would change it to, etc. I'm pretty new to this. RE: (Request) Specific Items for a Game Mode - DrTap - 03-27-2025 Export the Itemslot.bin file and save somewhere on your pc. Then download this https://wiki.tockdom.com/wiki/ItemSlot_Editor With the program edit the file that you have exported on your pc and when you finished import the edited file in Common.szs replacing the vanilla one |