#tech-support
1 messages · Page 515 of 1
not sure what all needs to be done aside from that
if it don't work, you'll need to wait for megaman to get online [which he may not for a bit, given he is ill]
Ok thank you I hope this will solve the problem otherwise I'll wait
Are you this if this patch is compatible with version 6.4.4 which is the one I currently own
I had the same problem yesterday. The only solution who worked for me was to transfer my saved file on my computer to do the champion battle, saved the game and transfer the game on my cellphone again...
Like that, I can play everything who can be done after the post-game
that works, but the patch provided also works.
It wouldn't suit me if I'm on mobile it's because I'm not computer I would like to find a solution the champion is beaten it's after any bug
and yes, also on 6.4.4
hey dude thanks it worked!!!!!!!!!
Witch patch ? I tried with the 6.4.4 and 6.4.5. Nothing work
I would try to put the patch when I have some time hoping that my black screen after the league disappears thank you for your help if I ever get back to you
Hey @slow galleon! If your screen is stuck on black at startup, don't worry, it's normal. The duration of the black screen depends on YOUR computer. Especially if you just imported sprites. The game needs time to process the hundred of thousands of sprites you imported.
Performance Issues - If you want to improve your performance, read the information in our guides: [More Info](#tech-support message)
Do not click on the window during this, otherwise you'll get the error below and the game will close.
https://cdn.discordapp.com/attachments/308392115338084360/994274889055875142/Capture.PNG
I tried but It was not working
Hi does anyone know how to fix a bug where it's stuck on black screen after hall of fame? Just beaten the elite 4.
Game version: 6.4.5
Platform: mobile (Android, Joiplay)
Hey @twin wigeon! If your screen is stuck on black at startup, don't worry, it's normal. The duration of the black screen depends on YOUR computer. Especially if you just imported sprites. The game needs time to process the hundred of thousands of sprites you imported.
Performance Issues - If you want to improve your performance, read the information in our guides: [More Info](#tech-support message)
Do not click on the window during this, otherwise you'll get the error below and the game will close.
https://cdn.discordapp.com/attachments/308392115338084360/994274889055875142/Capture.PNG
see the conversation above.
apparently it isn't working for everyone, so not sure what is going on
This bug is a bit annoying I did the league again this time so just before going black I have a little round and green logo with what looks like dna just before going on a continuous black screen
Hey @slow galleon! If your screen is stuck on black at startup, don't worry, it's normal. The duration of the black screen depends on YOUR computer. Especially if you just imported sprites. The game needs time to process the hundred of thousands of sprites you imported.
Performance Issues - If you want to improve your performance, read the information in our guides: [More Info](#tech-support message)
Do not click on the window during this, otherwise you'll get the error below and the game will close.
https://cdn.discordapp.com/attachments/308392115338084360/994274889055875142/Capture.PNG
I left my installer on for an hour and it was still stuck. Update broke my game
Hey guys, I recently updated my game through the "INSTALL_OR_UPDATE.bat" and now everytime I open the game it just crashes constantly. I looked at some of the help suggestions to which it told me to try adding it to the DEP, but when I try doing that too it comes up with the error message saying "You can not set DEP attributes on 64-bit executables".
https://gyazo.com/944a3474eb8562f8a0ff3b136c4146c0 here's a small video of the crash itself
Update: patch doesn't seem to work. Still stuck on black screen on credits after hall of fame
Hey @twin wigeon! If your screen is stuck on black at startup, don't worry, it's normal. The duration of the black screen depends on YOUR computer. Especially if you just imported sprites. The game needs time to process the hundred of thousands of sprites you imported.
Performance Issues - If you want to improve your performance, read the information in our guides: [More Info](#tech-support message)
Do not click on the window during this, otherwise you'll get the error below and the game will close.
https://cdn.discordapp.com/attachments/308392115338084360/994274889055875142/Capture.PNG
you didn't follow our recommendations when updating. please do.
?tag mobilealt
When will android update release?
Hey @tawdry shadow! Check our Official Android guide HERE. If you didn't follow this guide, DELETE and UNINSTALL everything.
All Android bugs/workarounds are in the guide. If your issue isn't listed, there's no fix. No dedicated mobile version of IF will be developed in the future.
Not sure if anyone is experiencing this issue, but before 6.4.5 the game ran smooth, just slight freezes and no slow loading, but now that i updated it its starting to run less better, it takes 10+ secs every loading zone
that version didn't exist
so where did you get the game files from
we don't have servers
you either get the game files from here with our links, the subreddit, or pokecommunity
ohhhhh woops
Anyone? Wanna assist?
it should already be out
if it is still on 6.4.4, then you gotta wait for megaman to update it, and he is sick atm
yeah i got the game from the server, this server through the downloads channel
Gotchu
?tag performance
Performance Issues - Freezing? Lag? Long Black/Loading Screens? [More Info](#tech-support message)
?tag mobilealt
ok i see, thanks so much for helping 🙏
When I try to download the zip on mediafire it doesent work and neither does the download on the downloads channel
ok, so it doesn't start or?
when I try to download it it just says its failed downloading
may be something wrong with my browser/computer let me check real quick im conna try use a different browser
that could be a browser issue, could be a permission issue
hard to say, but either way something on your end is the cause
I saw you got help, but I have a question that might help others. Were you updating from a version of the game that you originally installed with INSTALL_OR_UPDATE.bat, or was it a version that you downloaded and all you had to do was extract and click Game.exe?
they updated from an older version
the fact they have both game-performance and game-preloaded in the video is the give away
Yeah, but I think it matters whether they installed it with the .bat or they downloaded the beta/one of megaman's zips.
it wasn't the beta, because the beta lacked the install or update batch file
could have been an install from awhile back using one of megaman's zips, but either way, they ran the install_or_update batch file
leading to the issue
hello? I need help switching a sprite, its missing from the pokedex, but is present in the file spreadsheet. I want the sitting one and it should be the next in order comparing the two, but it just loops to the beginning again
yeah I think it was one of megaman's zips
@echo off
REM Get the name of the current folder
for %%F in ("%~dp0.") do set "currentFolder=%%~nF"
REM Check if the folder name matches the allowed names
if /i not "%currentFolder%"=="InfiniteFusion" (
echo ERROR: This script must be run from a folder named "InfiniteFusion" .
pause
exit /b 1
)
REM Proceed with the script if the folder name is correct
set mgit=".\REQUIRED_BY_INSTALLER_UPDATER\cmd\git.exe"
%mgit% init .
%mgit% remote add origin "https://github.com/infinitefusion/infinitefusion-e18.git"
%mgit% fetch origin releases
%mgit% reset --hard origin/releases
%mgit% clean -fd --exclude=REQUIRED_BY_INSTALLER_UPDATER/ --exclude=INSTALL_OR_UPDATE.bat
pause
does this mean anything?
i tried to update, couldnt, then delted everything of infite fusion, tried reinstalling then this happens
the last 2 are missing from the sprite credits, so it's bugged. You can post about it here #1325320810860380311 message In the meantime you could import the sprite yourself from the spritepack
Thank you!!! I'll go do that rn
that is a bunch of gibberish
what guide are you following
Hey, i can not install game.exe
awsome
memory
?
my memory
its an exe you run it you dont install it
yeah don't follow your memory, use our guides
No tag guide found.
?Tag guides
All of our Official Guides to install the game are located here: [CLICK HERE FOR GUIDES](#tech-support message)
forgot the s mordrid
ok!
sticky keys strike again
remote: Compressing objects: 100% (1523/1523), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 5627 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
fatal: ambiguous argument 'origin/releases': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
i think that this is the problem?
fetch-pack: unexpected disconnect while reading sideband packet
it is a problem connecting with github?
if i download version 6.4.5 from #downloads will it have all the sprites from the latest #announcements post included or will i have to download and import those separately?
it has the sprites
if you could get a screenshot of that instead of copy pasting it would be easier for us to help
no need to download anything else
no need
sorry
sick thx
?tag disconnect
The installer is returning an error that your connection dropped from downloading. You can either:
- Try again until it works.
- Use our alt download that has the game already installed for you without needing to run the installer: ➡️ More Info
your internet is derping out mid download
Thats the problem, i can not dowload the installer
you already downloaded the installer
that is how you got that error in the first place
but your internet isn't fast/stable/strong enough [or something on your network is eating bandwidth] for the installer to install the game
you can either keep trying or use the alt download in the bot message
i will use the bot msg
Why shouldnt I download sprite packs on pc or if I dont have internet?
I aint english, trying my best here
so
I was gonna download the full sprite pack, but in the guide it says you shouldnt if you have access to internet, if I'm not mistaken. I wanted to know why that happens and if I should download the pack
was it cohearent enough?
if you have internet the game downloads all the sprites for you as you need them from the spreadsheet. if you dont have interent the game can not download sprites for you thus giving you none
Do not download the pack
It is not currently compatible
Thank you both
So I have a question I have 6.2 version of game and have magic boots if I update game will magic boots works? Or have to again collect all Pokemons?
if you legitamately unlocked debug mode the intended way you would not have to re unlock it
Nice, thanks
Any reason why my Spirtes ain't updating with the new batch?
I assumed i was on the version that updated.
what game version are you on
6.4.3
you need to update your game
o7
Sorry if im being dumb
Im looking in the download channel and dont see a way TO download it
oh my god nvm,
you dont need to redownload each time a new update is released btw
Yeah, i asssumed there would be a file
you just need to run the insall_or_upater file in your games files to update
only reason you would need to redownload each time is if you are using the alt download because your internet is too gonked for the batch installer
Fair
So im on 6.4.5 now
But im still missing some sprites
Oh
they have to be manually set
I LOVE ANSWERING MY OWN QUERSTIONS lmao
does someone wanna help in guiding me through reverting my save files i don't know what any of the bot means
what do you mean reverting your save files
or replacing save files i don't know i've never done anything with files before
ok what exactly are you trying to do
Guys, I'm doing the Grand Theft Pokémon mission and I don't know what to use to trick Slowbro. I'm using a male character.
Can you suggest something?
you should do what the rocket ecexutive told you to do
I already did, he said I have to disguise myself to fool Slowbro, but I've tried several disguises and nothing.
you have to match the hairstyle and outfit of the trainer
?tag backups
How to restore to a backup save
- Open your game folder
- Double click SaveFile
- There is a folder named backups. Open it.
- If your save slot was A, go to the File A folder
- Rename whichever save file you want to revert back to "File A.rxdata"
- Copy the save and replace your corrupted/old save with this new one you renamed
This is the guide
I know, I did it and nothing happened.
i know but i don't understand what it means. my brain dumb
if you did it and nothing happend then 1 you didnt talk to the slow bro after putting on the discuise or you didnt correctly disguise youerself
how to download pokemon infinite fusion on android
Hey @tepid citrus! Check our Official Android guide HERE. If you didn't follow this guide, DELETE and UNINSTALL everything.
All Android bugs/workarounds are in the guide. If your issue isn't listed, there's no fix. No dedicated mobile version of IF will be developed in the future.
Dont think we can make it more clear than it is explained there.
what exactly do you not understand?
I mean like, which step, what term, what file etc. etc.
then we at least have something to work with.
i don't know what it means by copying and replacing. i press the copy button on the save that i know i want to go back to but where do i go to past it
the guide for the backup thing explains it
granted that only really applies to windows as i dont think the savefile folder on other devices will lead to your saves
?tag guides
All of our Official Guides to install the game are located here: [CLICK HERE FOR GUIDES](#tech-support message)
each guide should contain how to find your saves
Does anyone know the proper steps to max IVs using the Cheat Engine table? I would rather not mess anything up if someone has some prior knowledge they could share
?tag cheating
Per this server's #rules, we will not help you with **ANY **code changes or cheats. Game files with any modifications void any tech or game support from us.
Trying to edit code to enable cheats will **NOT **work. Magic boots are only available from in game rewards by catching the 501 Base Pokemon.
The only help we will provide to "fix" your issue is to give you the information to delete your game folder and reinstall using the files in #downloads message. This does not affect your save files.
@pure ember
Automoderator:
You have linked a fake website for downloading Pokémon Infinite Fusion. We strongly advise you to delete all files from the fake website and run a Virus Scan. Please check out the pinned guides in #tech-support for downloading the game safely and malware free!
Ah, my mistake. I apologize.
are all the diancie custom sprites supposed to be "unknown artist" or did my game just kinda glitch out when downloading the update
to Reddit!
@quasi abyss
Mistake with credit sheet
finding them isn't the problem. it's knowing what it means when it says "replace" i don't understand like how do i do that
Okay
You’re on windows right
yes
Did you find your save file folder
yes
Which save is currently bugged
my most recent saves
No I mean which letter
A
ok
Now open the backups folder
open the folder labelled A
there should be ten files in there right?
wait. what do you mean file. because there is a folder labled file A and the files inside are labled File A_ and then a bunch of numbers
That is correct
Now look at those files
Find the one with the most recent date
?tag mobilealt
which one do i need to bring to my home screen
should be on the right side
You did fine so far
just listen
Do this
ok
where is the download link?
Right click and rename it to match the save file
Which I believe is FileA
It should look like
FileA.rxdata
it should look the same as the first file you moved
but with a bunch of numbers between it right?
No delete the numbers
Done?
yes
Now put the newly renamed file back where you initially found File A.rxdata
And launch the game
Assuming you followed my instructions it should set you one save back
what do you mean put it back?
i never moved it just the folder
hey pokemon infinite fusion just closes when i try to open it, i just finished updating it using the update app in the folder
and now its not working
no error just closes?
yup
?tag olddata
Old data in your Game folder is crashing or causing issues with your game. To fix:
Lightweight Installer:
- Open your Game Folder
- Delete your Data folder (This will not delete your saved data)
- Double click INSTALL_OR_UPDATE.bat
Afterwards, reopen the game.
Where I can download the game
Hey @primal whale! You can download the game from: [#downloads](#downloads message)
If you need a guide, they are located: [HERE](#tech-support message)
would it be alright if i just screen share it and you just visually walk me through it
no
Don't fucking call me lmao, I have it very clearly in my bio to NOT DO THAT
oh woops
Actually it says not to DM you, it says nothing about calling 
is there a techsupport that can lol i'm more visual when it comes to instructions
Hey, I keep getting a black screen when launching the game, saying that RGSS script seems to be stuck. What should I do?
Hey @tardy patrol! If your screen is stuck on black at startup, don't worry, it's normal. The duration of the black screen depends on YOUR computer. Especially if you just imported sprites. The game needs time to process the hundred of thousands of sprites you imported.
Performance Issues - If you want to improve your performance, read the information in our guides: [More Info](#tech-support message)
Do not click on the window during this, otherwise you'll get the error below and the game will close.
https://cdn.discordapp.com/attachments/308392115338084360/994274889055875142/Capture.PNG
wait dont touch the game while its loading
All right, thank you
sucks that there isn't just a tech support vc for visual help
I need help downloading infinite fusion but the website doesn't tell me what and where to download
(Windows 10)
can anyone help me?
There is no website
#downloads you get it from here
K
?tag fakefiles
Beware of Unofficial Websites That Claim To Be Official.
The only official sources to download the game are here, the game's subreddit or the pokecommunity thread.
If you did download from a fake site, go through these steps:
- Delete all the save files from the fake files. It's not recommended to keep these, as they have bugs and data that the normal game doesn't have.
🔵 Your game folder has a shortcut that you double click namedSavefileto take you to the location to delete all save files. They are namedFile A.rxdata. - Delete any zipped/unzipped folders from there
- Run a virus scan
After doing all the steps, use megaman's post to download the real files: ➡️ #downloads message ⬅️
Hello, I just updated my game, and I want to start a new adventure. But as soon as I get the message that redirects me to the Discord, my game closes. Could someone help me, please? 🙂
you are blitzing through dialogue
the game now asks where you got the game files from if you have no saves
the default answer...is other
i.e., a fake source
again
you are blitzing through the dialogue
you need to slow down and read so you choose the right answer
the game asks where you got the files from, the defaulted answer is other; you should have gotten the files from here, the subreddit or pokecommunity
if you didn't get the game files from one of those 3 proper listed places
then
?tag fakefiles
Beware of Unofficial Websites That Claim To Be Official.
The only official sources to download the game are here, the game's subreddit or the pokecommunity thread.
If you did download from a fake site, go through these steps:
- Delete all the save files from the fake files. It's not recommended to keep these, as they have bugs and data that the normal game doesn't have.
🔵 Your game folder has a shortcut that you double click namedSavefileto take you to the location to delete all save files. They are namedFile A.rxdata. - Delete any zipped/unzipped folders from there
- Run a virus scan
After doing all the steps, use megaman's post to download the real files: ➡️ #downloads message ⬅️
okok thanks
you might want to clear out your download folder ngl
you have a bunch of files that aren't needed anymore
beyond that
follow the guide
Which ones do I delete (I'm using 3)
anything infinite fusion just yeet
that is in that folder
i see at least 6 infinite fusion folders
some of which are zip files
Download the missing .dll file from google
And out it in the game folder
please stop
that won't help
Welp
Maybe this game
But all other games it works fine xD
only use the files we provide, if something doesn't come with the files that means the install didn't work correctly
I used the files from #downloads
Ik
But sometimes
Missing .dll files
Is a windows problem 🙂
from what im reading zlib1.dll is part of windows.
the install will give that file
Thanks god
The problem is install Or Update.bat didn't work
It said it needs to be done in the folder infinite fusion
rerun the batch
I did
then it needs to be in a folder with that name
Rename the folder to that name
InfiniteFusion
Like 23 times (counted)
no added numbers or anything else
Alrdy tried IBFGT
same problem, i just deleted it all after a restart and then redownloaded it from the app installer.
?tag fakefiles
Beware of Unofficial Websites That Claim To Be Official.
The only official sources to download the game are here, the game's subreddit or the pokecommunity thread.
If you did download from a fake site, go through these steps:
- Delete all the save files from the fake files. It's not recommended to keep these, as they have bugs and data that the normal game doesn't have.
🔵 Your game folder has a shortcut that you double click namedSavefileto take you to the location to delete all save files. They are namedFile A.rxdata. - Delete any zipped/unzipped folders from there
- Run a virus scan
After doing all the steps, use megaman's post to download the real files: ➡️ #downloads message ⬅️
then delete the extra infinite fusion stuff
Can u screen shot the cmd ?
and do a fresh install
?tag appfix
The app is being temporarily taken down for a structural redesign. This update is necessary because the game’s updater (not the app itself) isn’t working correctly in 6.4. Please uninstall the app to prepare for the new installation and update process.
Don’t worry—your game files and saves are completely safe, and there’s no need to transfer anything. The InfiniteFusion folder you installed will remain intact, allowing you to launch the game using Game.exe from that folder.
If you’re updating to version 6.4.4 from a version earlier than 6.4, you’ll need to complete a full reinstallation. This will not affect your saved progress. ➡️ CLICK HERE on how to reinstall⬅️
because there is an extract option that says to Extract to InfiniteFusion
which would solve the problem
Tried
You can download the game from: [#downloads](#downloads message)
If you need a written or video guide: [CLICK HERE FOR GUIDES](#tech-support message)
Said can't extract already extracted even though not
#2 can help
then someone on your end is causing the issue
the download and install works fine
The installer is returning an error that your connection dropped from downloading. You can either:
- Try again until it works.
- Use our alt download that has the game already installed for you without needing to run the installer: ➡️ More Info
that has no context here
#2 will download all the game
U just extract it and play
that is only if they get a disconnect error on their command prompt
Read #2 🙂
But still the same
It will help
Will download all the game
And no need for update or install
Just extract and play
@quasi abyss
I'm having this weird glitch where all of the trainers I fight have fused pokemon with one part of the fusion being water type.
known bug
Groovy, didn't know if it was. Thanks!
Please DO NOT recommend this
I know you are trying to help, but do not recommend this
Also just cause this tag is available doesn’t mean it is the solution for everything.
I just wanna help 😦
If the main solution didn't work
Alt ones will do 🥲
That isn’t how we operate. You don’t just guess until it is correct
I always do that 🥲
That is dangerous and not even the solution for their error
This is a great way to obtain malware. Please don't do this, or you could be putting yourself and potentially others at risk.
Small question, How do i fix this? (I tried Fix Game at the help man)
This was fixed already
Update your game if you aren't at 6.4.5, then go to help man and fix game
Alright
We on 6.4.5
ya I typo
Many fixes were implemented in 6.4.5. Please reupdate your game and then do the following after:
- Go to a Pokemon Center
- Talk to Help Man (usually 2F of Pokemon Center)
- Select Fix Game
This will fix many pre 6.4.5 issues.
- If this did not fix your issue, then you need to delete the
DataandGraphicsfolder in your game folder and update again (this doesn't delete your save), and redo the steps above.
Hello ! All the trainers I've already beaten all have electric Pokémon idk why its a bug ? ex a trainer with a milotic x vaporeon now have a Moltres x Ampharos
Are you playing randomized mode?
the settings
yes
Try reshuffling, in that case.
I can't seem to find the Game.exe I'm supposed to open to play the game
Do you know where you attempted to install the game to?
Well I got it from here, and I extracted it and now I'm lost
It will be in the location you extracted it to
how ?
An easy way is to just toggle the randomizer off, exit his menu, then talk to him again and turn it back on, and have him shuffle when he asks.
hey guys, how do we randomize the game from the very beginning to have randomized starters?
Hey @fading mural! Do you have questions about Randomized mode? Find more info about it and its various settings on the Wiki: HERE
Note: Your 1st save file is locked to Classic Mode. To see the randomizer settings, create a 2nd save file.
I did the INSTALL_OR_UPDATE thing, and now I can't find it
thx bot chan!
You have to start a new game and at least reach the first pokemon center, then you can start a new file that is randomized once you talk to the man in black.
It probably installed to a different location, in that case. Run it again and it should tell you the location it's installing to.
Does this tell me anything? Sorry, I'm not the best with this kinda stuff
It looks like your drive is full?
ok thx its fix
Can you click "This PC" in your file explorer and take a picture
hello how to update the game on mac because when i open the update bat visual studio code launch but any code start
Hey @harsh veldt!
How to Update to the Latest Version (Windows)
- If you on a version lower than 6.4.1, reinstall in a NEW folder. Don't use your updater, it won't work due to bugs. Reinstalling doesn't remove or require you to move any Save Files. Use the Lightweight installer to install in a NEW folder ➡️ Click Here⬅️
- If you on 6.4.1 or higher and updating to the latest version, double click INSTALL_OR_UPDATE.bat to update.
Ah jeez yup, it's full
i just reshuffle the trainers
Yeah, there's your issue. Your drive is not only extremely small, but completely full.
It's best practice to try and keep drives at no more than 80% full, so you are aware. But, that's an issue for tech support, not IF
Mhm, i may have a flash around here
somebody can help me about custome sprite i have not much custom sprite on the game and i know i can add custom sprite on the game but i don't know how because i'm on mac
Now i got 4.54 Terabites, that should be enough, right? XD
Great. You'll still want to free up space on the C: though, or your computer as a whole is going to run into issues and stability problems.
Imma try downloading it now
is this also an f12 bug
i got an error before this when i tried to use the poison mushroom in combat but the game didnt crash. after this error, it did
Noted
I'll keep that in mind
What version shows on your title screen?
can we change the controls by any chance?
i scan files before using them 🤣
and i download from trusted sites ^^
There's no such thing as "trusted" when you are downloading a .dll online. But, I digress. This is not a discussion for this server.
if u F12 in non battle state = crash
if u F12 a lot some moves will crash middle battle
You can press F1 to open up the controls menu.
🤐
thx!
i know both of that
but i didnt do either of these
or rather, neither of that happened
There are no trusted sites for PIF
They're talking about .dll files in general, not ones relating to the game.
They were earlier
i'm verysorry to bother you all again, but i can't find the button to speed up the game :c
Hey @fading mural! If you want to speed up your game, hold Q (or Spacebar if you are on Preloaded).
If you would like to change it to a toggle or higher speed, it can be configured from in-game settings: https://cdn.discordapp.com/attachments/700790080175996938/1245790652336439357/image.png?ex=665a0875&is=6658b6f5&hm=50bcf70b37c7ff666a2852dbb6f8dfc9a6bf5770615d0219af7ee6bbe3972cd5&
Default is Q
somehow i have to hold spacebar
even tho i selected "toggle"
but that's fine by me!
thx!
Just out of curiosity, is there a specific reason you’re using performance.exe over game.exe? 
Please explain how you know this
Because game.exe is Q. Performance.exe is spacebar.
Are there any other control differences?
More than likely
You just happen to know that one
its well known
Trying to learn all I can so I can help better
Hi, i have a problem, the full screen mode is bugged, When I put it on, the screen starts to flicker alternating between the game and a black screen.
Hey @gritty moon! If your screen is stuck on black at startup, don't worry, it's normal. The duration of the black screen depends on YOUR computer. Especially if you just imported sprites. The game needs time to process the hundred of thousands of sprites you imported.
Performance Issues - If you want to improve your performance, read the information in our guides: [More Info](#tech-support message)
Do not click on the window during this, otherwise you'll get the error below and the game will close.
https://cdn.discordapp.com/attachments/308392115338084360/994274889055875142/Capture.PNG
Have you already updated to 6.4.5?
yes
know issue fullscreen causes problems just unfull screen and just maxiumized the windows as much as you can without ful screening if you want it big
well, that could work
but a few days ago it didn't happen. it's rare
its a fullscreen issue just what happens
yeah, but its like an epileptic issue its awful
Just gotta wait for a patch to come out. In the meantime, just make it as large as you are able.
there isnt gonna be a patch the game just doesnt liek full screen for some
rip
whys my sprite head away from the body?
For your player?
yes
send a screenshot
Player sprite issues happen. Enter a building.
🫡 🥲
just run around
and if that doesnt work get help man in a pokemon center to fix the game
hey guys im trying to update the installer but somethings a bit wrong, when i click update and it takes me to the site to dowload the new update but it says that the file is private and when i log in to my mediafire account it doesnt show up any file to download. and i can't update the launcher. can anyone help?
i try to run instal/update and it wont let me what can i do
There is no website for the game. Whatever you have is likely not legitimate.
The downloads and updaters for the game can only legitimately be found in #downloads
As I asked, please post the error you are receiving.
This is not their issue
this isn't letting me update the installer
?tag appfix
The app is being temporarily taken down for a structural redesign. This update is necessary because the game’s updater (not the app itself) isn’t working correctly in 6.4. Please uninstall the app to prepare for the new installation and update process.
Don’t worry—your game files and saves are completely safe, and there’s no need to transfer anything. The InfiniteFusion folder you installed will remain intact, allowing you to launch the game using Game.exe from that folder.
If you’re updating to version 6.4.4 from a version earlier than 6.4, you’ll need to complete a full reinstallation. This will not affect your saved progress. ➡️ CLICK HERE on how to reinstall⬅️
What am I misunderstanding here, then?
Read the error, it says what you have to do
I responded to them. They are using the app launcher and trying to update that
Where can I find more information about this app launcher
The bot I tagged. There isn’t any further information since I took it down
Got it
which one do i use none of them work
@normal nimbus You downloaded it multiple times, so it named itself differently each time. I recommend deleting all the duplicates you have and starting over with a single download, then extracting that.
It has to be named EXACTLY InfiniteFusion, no numbers or anything as the error has said
The numbers are there cause you have an existing zip and folder named InfiniteFusion. Delete them
Is it also programmed to be case sensitive?
okay so I went to my original infinite fusion folder becasue it's saying that it needs to be run out of a folder only named infinite fusion, now i get this but nothing has changed do I need to delete this and start from scratch?
It needs to be named InfiniteFusion, not infinite fusion. Can you confirm what it's named?
This means you are opening it from a zip and not the extracted folder
?tag install
How to Install (Windows)
Click Here for a more Detailed Guide and Video
- Download the InfiniteFusion.zip attached to #downloads message
- Right click it -> Extract All -> Click Ok
- This will create a folder named
InfiniteFusion. Double click it to open. - Double click
INSTALL_OR_UPDATE.bat. - Open Game.exe
Please read the detailed guide above. It has screenshots and a video to help as well
I’m not sure actually 😅
When you extract the zip it should create the zip already with the specific spelling. It only doesn’t if the user extracts it with different options or duplicates exist
Probably doesn't care. Pathing almost never does care about case.
Yes, which explains why his wasn't working with the duplicates, as we both stated.
@upbeat robin did you just react to this with yourself?
I have my own emote in the r/TechSupport Discord server.
I use it everywhere
Yeah I use to have a Megaman thumbs up when I had discord nitro 😅
sadge
Dev pushed a fix for this but I need time to update the mobile files (I’m sick with a fever 😅). I’ll try later tonight to update, but I’ll note it in our Android guide when I do
Damn, feel better man. Get some rest.
Just updated the game and now it closes inmediately when opening game.exe what could it be?
?tag olddata
Old data in your Game folder is crashing or causing issues with your game. To fix:
Lightweight Installer:
- Open your Game Folder
- Delete your Data folder (This will not delete your saved data)
- Double click INSTALL_OR_UPDATE.bat
Afterwards, reopen the game.
If you updated from 6.2.4 to 6.4.5, be aware you need to reinstall. The steps above fix the crash, but don’t fix all the files it wasn’t able to update
We explain this in #downloads
?tag update
How to Update to the Latest Version (Windows)
- If you on a version lower than 6.4.1, reinstall in a NEW folder. Don't use your updater, it won't work due to bugs. Reinstalling doesn't remove or require you to move any Save Files. Use the Lightweight installer to install in a NEW folder ➡️ Click Here⬅️
- If you on 6.4.1 or above and updating to the latest version, double click INSTALL_OR_UPDATE.bat to update.
This means they updating from an old version they need to reinstall 👍
Good to know. Thanks for the info.
alright reinstall will be
Anyone have a solution for this problem? I just downloaded everything today
Did you follow the android setup guide? https://docs.google.com/document/d/116NPjPnsosN3s4tg-LKN_IWZK990X8q6qL-V7OYtUUE/edit?tab=t.0#heading=h.eul55dcdzj6v
Official Guide: Infinite Fusion Android Guide Written by: megaman - Pokemon Infinite Fusion Tech Manager Android 6.4.5 Pokedex Crash Fix Instructions Start a game and open your game and select the in-game options (not from the main menu). Enable Download Data and set Device to Mobile. If Device...
hate to bother people...
You likely didn't extract the files properly. Can you screenshot your game folder
You haven't unzipped it yet
ty!
its stuck like this after i double clicked "install or update"
that's fine
it hangs sometimes
its just crashed
I followed the guide the only thing I did different is use my pixels unzip instead of the RAR unzipper that it recommends
Try again and be sure to not click out of it
i am thanks
Is there just an easy way to fix the rxdata file?
if that is a save prior to 6.4, no
its going up by 1, not percent, 1 at a time im still on 23%
as long as it's moving, it's fine for now
yeah it tends to do that
Hey, any reason why my game takes a bit after loading into a new area/room?
do you know how long it takes?
I thought I got rid of all my old files and reinstalled everything fresh. Is there a place I should look where I can just delete the original save file?
Anywhere from 1 minute to 10 hours. Just be patient for now.
DANG i guess ill just have to play tmr
?tag performance
Performance Issues - Freezing? Lag? Long Black/Loading Screens? [More Info](#tech-support message)
?tag save
Saving the game now creates a backup save file. The 10 newest saves are backed up automatically in the backup folder.
Your save file and backup folder is located in: C:\Users\YOURNAME\AppData\Roaming\InfiniteFusion.
Your game folder has a shortcut to this folder named: Savefile
Each save file represents the save slot you saved into. Example: If you saved into Slot A, your save is named File A.rxdata
If you want to transfer it, copy the save file into the same location above on the new computer.
For locating your save on a non-windows device, please refer to the workaround guide for your device
ah its going up much faster now thank you!
yeah outside of a few hang spots it generally extracts at a normal rate
but those hang spots
nah fr 😭 🙏
I keep getting this message when I go talk to one of the ladies in the daycare
Any ideas?
what version does it show on your title screen
V.6.4.1
How to Update to the Latest Version (Windows)
- If you on a version lower than 6.4.1, reinstall in a NEW folder. Don't use your updater, it won't work due to bugs. Reinstalling doesn't remove or require you to move any Save Files. Use the Lightweight installer to install in a NEW folder ➡️ Click Here⬅️
- If you on 6.4.1 or above and updating to the latest version, double click INSTALL_OR_UPDATE.bat to update.
Resolved in current update
The game file are not here?
You renamed the folder
No
It needs to be called InfiniteFusion
The ZIP also shouldn’t be in there
how do you access the debug menu? i had it in a older version of the game but i dont have it now that i have updated the game
Hey @rough hazel! Magic Boots are an IN GAME reward for catching all unfused 501 Pokemon in a non-randomized file (Dex number 1-501). After doing so, the Developer in Celadon will reward you with them. Putting them on will unlock DEBUG options that you can play with.
Use ?tag proof to see how you get the Dex Completionist Role for earning the Magic Boots in Discord.
Hey @rough hazel!
How to Update to the Latest Version (Windows)
- If you on a version lower than 6.4.1, reinstall in a NEW folder. Don't use your updater, it won't work due to bugs. Reinstalling doesn't remove or require you to move any Save Files. Use the Lightweight installer to install in a NEW folder ➡️ Click Here⬅️
- If you on 6.4.1 or higher and updating to the latest version, double click INSTALL_OR_UPDATE.bat to update.
Is it possible to upload a custom sprite?
?tag cheating
Per this server's #rules, we will not help you with **ANY **code changes or cheats. Game files with any modifications void any tech or game support from us.
Trying to edit code to enable cheats will **NOT **work. Magic boots are only available from in game rewards by catching the 501 Base Pokemon.
The only help we will provide to "fix" your issue is to give you the information to delete your game folder and reinstall using the files in #downloads message. This does not affect your save files.
?tag importsp
To successfully import your own custom sprite, please follow these steps:
Sprite Requirements:
- Format: The sprite must be in
.pngformat. - Naming Convention: Name your sprite according to the game's dex numbering. For example, a fusion of Aegislash and Goodra should be named
329.446.png.
Importing Your Sprite:
- Ensure your sprite meets the criteria above.
- Open your game folder and navigate to
Graphics/Custom Battlers/Sprites to import. - Paste your sprite into this folder.
In-Game Instructions:
- Launch the game.
- The game will automatically detect the new sprites.
- If you have an existing sprite that you're replacing, select the option "Replace All the old sprites with the new ones" when prompted.
Once completed, you can view your custom sprite in-game from the Pokedex's Sprite tab.
hey im havin a problem where any fusion i do or new pokemon are invisible in my pc and in my current 6 pokemon. once i close the game and re open its fine till i fuse a new one is there a fix for that?
Is there a known bug with the Minior event?
dont open game-performance if you dont need to. its a stripped down version.
if you do need it, for performance reasons, you might want to switch to dna symbols in the options menu.
Im getting really long black screens between fights, entering shops etc. Is it just cuz my PC sucks?
Hey @tardy patrol! If your screen is stuck on black at startup, don't worry, it's normal. The duration of the black screen depends on YOUR computer. Especially if you just imported sprites. The game needs time to process the hundred of thousands of sprites you imported.
Performance Issues - If you want to improve your performance, read the information in our guides: [More Info](#tech-support message)
Do not click on the window during this, otherwise you'll get the error below and the game will close.
https://cdn.discordapp.com/attachments/308392115338084360/994274889055875142/Capture.PNG
short answer, yes, probably 
long answer: check these tips:
?tag performance
Performance Issues - Freezing? Lag? Long Black/Loading Screens? [More Info](#tech-support message)
Thanks
for some reason my controller only works with game-performance is there a reason?
might be a keybinds thing. you can always set it up through third party means (but I understand no wanting to)
you could see if you can rebind them on "game"
the game has limited controller support
?tag keybinds
You can press F1 (FN + F1 on laptops) to change your keybindings!
Be aware, remapping controllers does not work outside of Xbox Controllers. You need to use a 3rd party app like Steam or JoyToKey to remap your controller to keyboard presses.
How to setup Controllers via Steam: [Guide](#tech-support message)
rpg maker xp is nearly 20 years old, that is roughly about the same time that controllers started becoming used on pc
when on preformance i hit F1 and i can chance key binding and it reads my controller but on game.exe the F1 key bindings do not read any imput from the controller. will check out what you sent tho
I'm trying to catch Minior but no matter how many shooting stars I see I don't even get the sound effect for the crash all I am getting is the Mew noise followed by the run away sound
xbox controllers should work by default [make sure they are on the latest firmware]
playstation controllers require a bit of jank
switch controllers 100% require the game to either be run through steam or the use of joy2key
?tag importsp
To successfully import your own custom sprite, please follow these steps:
Sprite Requirements:
- Format: The sprite must be in
.pngformat. - Naming Convention: Name your sprite according to the game's dex numbering. For example, a fusion of Aegislash and Goodra should be named
329.446.png.
Importing Your Sprite:
- Ensure your sprite meets the criteria above.
- Open your game folder and navigate to
Graphics/Custom Battlers/Sprites to import. - Paste your sprite into this folder.
In-Game Instructions:
- Launch the game.
- The game will automatically detect the new sprites.
- If you have an existing sprite that you're replacing, select the option "Replace All the old sprites with the new ones" when prompted.
Once completed, you can view your custom sprite in-game from the Pokedex's Sprite tab.
My computer keeps crashing on me everytime I complete the quest to show someone a pokemon native to jhoto. It's never immediately, but always within a few minutes. Anyone have any clue what might be doing this?
how to solve this problem?
?tag disconnect
The installer is returning an error that your connection dropped from downloading. You can either:
- Try again until it works.
- Use our alt download that has the game already installed for you without needing to run the installer: ➡️ More Info
are you getting any kind of error with the crash, or is it just a straight crash to desktop
Straight to bluescreen
a blue screen crash? oh boy
yeah that is 100% on your end
if there was an error then we could offer assistance, but without an error, and a blue screen one...something is 5 different kinds of borked
files not here help please?
your command prompt spat out an error
how to fix than?
rerun the batch file, when it says it is done, screenshot the entire screen of it
then post that here
Darn -_-. Time to trial and error some junk.
do a flavor, screenshot your entire infinite fusion folder [the inside of it, where all the game files are]
and post it here
Oh sure. I was just gonna handle it on my own, and post if I found a fix.
want to cover my bases and make sure there isn't something else going on before you deep dive down a rabbit hole
that's fair, but if i can eliminate some of the kerfluffle then i will
Game performance.exe helped like a lot, thanks
hm
well at least your folder isn't being touched by onedrive
so that's a good thing
Yeah, no, not a fan on one drive outside of work.
when was the last time you properly restarted your pc
i.e., if you open task manager, click performance and then click CPU, what is the uptime
Well, now 19 min. When it crashed, probably like 8-10 hours
and I assume you are using game to play
currently running through my brain of possible bits of shenanigans as to why the game would be causing a blue screen crash
Um..actually I use a shortcut that links to game.
tomato potato
Fair enough. Idk
if i have the game pinned to my task bar and im updating it will it still update the pinned game or will i have to remove and repin it
ok, one last request before you go off scrounging through your pc to figure out what is going on
try using game-performance and see if you can replicate the problem
worst case scenario you get another blue screen crash
[which im not a fan of forcing but]
Will do! If this is just my PC showing it's age I'm gonna be embarrassed -_-
outside of doing a fresh install, the shortcut should work fine
😑 2018. Very few hardware upgrades in that time too
gracias
ok, not ancient but
Yeah, she's getting a tad old.
age is a possibility, game-performance will help me figure out if it is just your pc struggling to run the game normally or if it is really something else
Update. Performance=no crash. Though the game is randomly stuttering just so Slightly every once in a while despite gpu and cpu both staying low.
So, probs my PC being on too long, and old.
Thx, and sorry to waste time. No clue why that one quest was doing it in tho
no time wasted
i'd say keep an eye on it, hopefully it won't crash again
in the meantime, start saving bank for some upgrades/a new rig
also gpu isn't as important in this game, as long as it can support opengl 2.0, the game is more cpu and ram heavy
Oh, I have the cash for a new one if I want, I just hate to waste send something out to pasture till it's really and truly done.
?tag calcs
https://infinitefusiondex.com/: Good for looking at stats, locations, movesets, and type matchups, as well as looking at the inverse fusions side-by-side.
https://www.fusiondex.org/: Good for looking at sprites and fusion names. Also includes stats, but no comparisons. Not updated for 6.4 yet
use these, but keep in mind we dont own or work on either of those
thanx
it didn't after I updated it, it deleted the shortcut and when I went to open the game it's redownloading again
this is what it looks like
It looks like it's working
read the error your folder needs to be named infinitefusion
The folder that file is in needs to be named InfiniteFusion
Wherever you are running it from, it does not currently exist in a folder with the name "InfiniteFusion"
Move it to that folder you have on the desktop and THEN run it
Also from your desktop you downloaded it multiple times, extracted it onto your desktop instead of a folder. Just a lot of clutter.
His image shows a folder that would work if he just moved it into there.
ah right
Sure but How about they open the folder where they are running this from and share a screenshot of the files in the folder to make it easier
-# why people dl to their desktop, i Dont Know
Yeah this just installs it. In the folder you should see game files now
Hey I haven’t played since 6.0, and I’m on steam deck, how do I update?
Delete the data folder and run it again. The issue is you had prior files in this folder
ill see
Moving your save/make a copy somewhere, remove from steam library and reinstall fresh, then move your save back
This update requires a reinstall vs a normal update
Ok
its been at 84% for so long
It is just based on your connection
Where is the save kept?
yeah ive got really bad wifi
Use the steam deck video guide, it isn’t in the same place as everyone
?tag guides
All of our Official Guides to install the game are located here: [CLICK HERE FOR GUIDES](#tech-support message)
playing remix mode and this woman had a genesect fusion.
we're trying to get better stuff but my mom keeps forgetting
nice
If it fails, use the alt download below
?tag disconnect
The installer is returning an error that your connection dropped from downloading. You can either:
- Try again until it works.
- Use our alt download that has the game already installed for you without needing to run the installer: ➡️ More Info
did you need tech support for this?
thats normal not a tech issue
no but i dont think its normal
It is
nah this is just to update it so i think its fine
oh one thing is a lot of sprites like to float as if theyre just placed too high or something
Does anyone know the fix for this?
Can you take a screenshot of that happening?
what version does your title show
Lemme reset rq
Nothing, just go into your game and hold shift and run in a circle then save
open the save run around and save again and it’ll be normal
yeah but its a LOT of the sprites so ill take some SSs from here on
Cool thank you guys
thats fine theres no mandatory sprite placement so mons or certain sprites will float
I think most older ones float the most since most correct it now
yes and that’s fine because again no mandatory sprite placement and usually it attachments or size that can cause it
I know, I'm just showing an example of this being normal
when i say float its much more noticeable on opponents than it is player side
Are they halfway off the screen?
and again its fine as long as they arent off screen cause theres no mandatory sprite placement and some intentionally float
none off screen yet
Just take a picture the next time you see one and we'll see
so its fine not a tech or sprite issue theres no need for screenshots
cause again sprites are not mandatory to be touching the ground
for example though, with the image he sent, the sprite will be where the circle is instead of where it should be on the ground
well when its a mon the doesnt float it looks off
ots most likely older sprites though as newer ones dont usually float as much
well this isnt a tech or sprite issue so 
ye idk the issue
Hello there
I need some help
my game is not showing up my save file anymore
but it was working fine yesterday
Seems like there was a blip in your internet connection while it was trying to download, and it stopped midway through.
so what to do?
this second time i tried to download it btw
like was told already to try again
Can you plug into Ethernet?
i mean ye i can
try doing that, at least just for the download
ok ty ill try
This means it is corrupted, but you can replace it with a backup save from that Backup folder you have there. Also delete the screenshot there, sometimes that crashes the game too
ooky
ill try that
it worked
thank you very much o7
?tag disconnect
The installer is returning an error that your connection dropped from downloading. You can either:
- Try again until it works.
- Use our alt download that has the game already installed for you without needing to run the installer: ➡️ More Info
alt option
to avoid causing anymore annoyance to yall: do I delete both the preloaded and then the game file as well or just one of these? as I said these things are like foreign languages to me
^so I can get the updated one
@limpid sundial
DELETE THE ENTIRE FILE
woops caps
yall good
Honestly, ask @loud sigil 😅
do not keep anything delete the entire file and reinstall completely
Yelling at users 
I don’t know enough about this stuff
just asking as it shows infinite fusion preloaded and then the one who looks like a file itself
i fat pressed my caps lock 
just delete everything
i just didnt wanna do it wrong and cause more of a headache
I’m still running my game through the launcher, which should tell you about how much I know on the technical side.
Is this where I need to be if im having issues downloading the game
Hey @graceful epoch! You can download the game from: [#downloads](#downloads message)
If you need a guide, they are located: [HERE](#tech-support message)
Where's the alternative download link? My internet is too bad to use the .bat file to update.
?tag disconnect
The installer is returning an error that your connection dropped from downloading. You can either:
- Try again until it works.
- Use our alt download that has the game already installed for you without needing to run the installer: ➡️ More Info
Gratsi
Dang. The alternitive link was not kidding about it not linking Opera GX. Before it took about a day to download, now it's 30 minutes.
all i see is just required by installer and install and update it doesnt show me the game file or do anything else
do the updater
it will give you the files
ok but how when I hit the install and update it gives me an error
send a screenshot
It's an issue with having a stable connection, im betting. I have the same problem. It's why im downloading it from the alt download.
read the error name your file InfiniteFusion exactly
Or it's that.
it also appears you're trying to run it without extracting
bruh
Did you mean rename or? Cause I didn't understand that
yes rename it InfiniteFusion
I need help with these two things
Rename the file ‘InfiniteFusion’
You need to run the file in a folder that has been named InfiniteFusion. Be sure to extract the files first.
Not the file, the folder it resides in
Ooooo sorry yall
you need to unzip it
My bad, poor wording. That is what I meant, but you right
screenshot the entire window, please
You can use windows+shift+s to take a screenshot
?tag disconnect
The installer is returning an error that your connection dropped from downloading. You can either:
- Try again until it works.
- Use our alt download that has the game already installed for you without needing to run the installer: ➡️ More Info
for the first error the second error is normal
we have the remote origin in the files so it just shows that error but its fine
hey i have a quick question about downloading the game. is it supposed to take me to mediafire and have me download it from there too?
all of our downloads are hosted on mediafire
Sorry again yall for any headaches
ok thank you
Guessing this is the infinite black screen on non working devices?
Hey @pallid epoch! If your screen is stuck on black at startup, don't worry, it's normal. The duration of the black screen depends on YOUR computer. Especially if you just imported sprites. The game needs time to process the hundred of thousands of sprites you imported.
Performance Issues - If you want to improve your performance, read the information in our guides: [More Info](#tech-support message)
Do not click on the window during this, otherwise you'll get the error below and the game will close.
https://cdn.discordapp.com/attachments/308392115338084360/994274889055875142/Capture.PNG
Or is it just loading like the bot that immediately responded say?
the bot's response is for the PC version
Ah.
If your game won't load on android, it's either unsupported, or you messed up something during the setup process.
Hey @upbeat robin! If your screen is stuck on black at startup, don't worry, it's normal. The duration of the black screen depends on YOUR computer. Especially if you just imported sprites. The game needs time to process the hundred of thousands of sprites you imported.
Performance Issues - If you want to improve your performance, read the information in our guides: [More Info](#tech-support message)
Do not click on the window during this, otherwise you'll get the error below and the game will close.
https://cdn.discordapp.com/attachments/308392115338084360/994274889055875142/Capture.PNG
let me just go ahead and grab yanmega immunity...
?tag disconnect
The installer is returning an error that your connection dropped from downloading. You can either:
- Try again until it works.
- Use our alt download that has the game already installed for you without needing to run the installer: ➡️ More Info
Is that it because it also says error: remote origin already exists.
Is that fine
No, that is normal. You can ignore it.
The app won't allow me to update the app itself...how would I fix that? Or do I have to reinstall it?
thnak yo
?tag appfix
The app is being temporarily taken down for a structural redesign. This update is necessary because the game’s updater (not the app itself) isn’t working correctly in 6.4. Please uninstall the app to prepare for the new installation and update process.
Don’t worry—your game files and saves are completely safe, and there’s no need to transfer anything. The InfiniteFusion folder you installed will remain intact, allowing you to launch the game using Game.exe from that folder.
If you’re updating to version 6.4.4 from a version earlier than 6.4, you’ll need to complete a full reinstallation. This will not affect your saved progress. ➡️ CLICK HERE on how to reinstall⬅️
the intro loads… just won’t let me actually start playing after picking new game.
I know itll never load… I still have it on because the loading music is calming.
getting this error message when encountering one of the hikers. anyone know the fix?
is there a way to connect a controller? idk if this is the place to ask tho
?tag controller
You can press F1 (FN + F1 on laptops) to change your keybindings!
Be aware, remapping controllers does not work outside of Xbox Controllers. You need to use a 3rd party app like Steam or JoyToKey to remap your controller to keyboard presses.
How to setup Controllers via Steam: [Guide](#tech-support message)
thank
can i just download the zip and replace the old game version
Hey @trim bolt! You can download the game from: [#downloads](#downloads message)
If you need a guide, they are located: [HERE](#tech-support message)
if you are updating from anything belwo 6.4.1 reinstall so delete your old folder (your saves will be fine if your on pc if not refer to your devices guide)
?tag randerror
When randomizing the game, you can only randomize Trainers and Gym leaders if you are playing Classic or Randomized Mode.
Randomizing trainers on Remix and Expert Mode will crash trainer battlers.
Steps:
- Go to a Pokemon Center and talk to Help Man (guy in black suit)
- Select Advanced Settings -> Randomizer Settings -> Turn Trainers/Gyms OFF
how do i fix this?
are you able to get down from there?
if so its just a bad map tile
unless your able to get up there normally
nope i cant get down
if you have fly or teleport use that if not use the debugger
key items debugger will save you as if you lost a battle
oh nevermind there was one tile that was open so i walked off it
it just took me a min to find sorry
Heyo! So when I boot the launcher it calls for an update, opens a window on mediafire that says its an error because its private, and then the update stops and I get the error message "Windows cannot find 'Lib\InfiniteFusionApp.application'."
So what do
?tag appfix
The app is being temporarily taken down for a structural redesign. This update is necessary because the game’s updater (not the app itself) isn’t working correctly in 6.4. Please uninstall the app to prepare for the new installation and update process.
Don’t worry—your game files and saves are completely safe, and there’s no need to transfer anything. The InfiniteFusion folder you installed will remain intact, allowing you to launch the game using Game.exe from that folder.
If you’re updating to version 6.4.4 from a version earlier than 6.4, you’ll need to complete a full reinstallation. This will not affect your saved progress. ➡️ CLICK HERE on how to reinstall⬅️
Thank you!
huh didn't know it crashed on expert mode if you randomized....had a pretty good run then. Not trainers crashed until after the 3rd gym haha
thank you
hey is there a way to transfer my data from fusions to another computer. Would just putting it into a flash drive work is there somthing else todo.
Quick question, is randomizing trainers not working currently? I keep receiving some variation of this error
?tag save Just copy the saves to another machine in the same location. Be sure to make backups!
Saving the game now creates a backup save file. The 10 newest saves are backed up automatically in the backup folder.
Your save file and backup folder is located in: C:\Users\YOURNAME\AppData\Roaming\InfiniteFusion.
Your game folder has a shortcut to this folder named: Savefile
Each save file represents the save slot you saved into. Example: If you saved into Slot A, your save is named File A.rxdata
If you want to transfer it, copy the save file into the same location above on the new computer.
For locating your save on a non-windows device, please refer to the workaround guide for your device
?rag randerror
?tag ranerror
No tag ranerror found.
When randomizing the game, you can only randomize Trainers and Gym leaders if you are playing Classic or Randomized Mode.
Randomizing trainers on Remix and Expert Mode will crash trainer battlers.
Steps:
- Go to a Pokemon Center and talk to Help Man (guy in black suit)
- Select Advanced Settings -> Randomizer Settings -> Turn Trainers/Gyms OFF
yeah, there we go. @upper sonnet ^
I am playing Classic or Randomized mode, or trying to start a new randomized mode off of New Game+
And you haven't selected Expert difficulty?
Yeah, have no selected expert difficulty, just insane mode for the amount of randomness
What version does your title screen show?
6.4.5?
You're getting this error when trying to start a new game?
Yeah off of New Game+
dont think ive seen this error did you just recently update?
I just updated today maybe 3 minutes ago lol
The error message makes it sound like the Blastoise has a type that doesn't or shouldn't exist
?tag olddata || try this and see if it fixes it
Old data in your Game folder is crashing or causing issues with your game. To fix:
Lightweight Installer:
- Open your Game Folder
- Delete your Data folder (This will not delete your saved data)
- Double click INSTALL_OR_UPDATE.bat
Afterwards, reopen the game.
Lemme give it a good ol' fashion try
Making sure to empty and permanently delete it just in case from the bin
Seems to be a variation of the same error it looks like
Interesting you havent messed with the files or anything correct?
Yup, I don't mess with the files in games like this because of how much work/effort the creator puts into it
what version did you update from?
okay if you could just try a clean install (your saves will be fine) and if you get the same error i'll bring up to the other porys
delete your old folder and just clean install
okay i'll bring it up to the other porys to see if they know
Thank you very much ❤️
may be a bit before another pory can respond but we'll ping you for a fix if we find one 
The installer is returning an error that your connection dropped from downloading. You can either:
- Try again until it works.
- Use our alt download that has the game already installed for you without needing to run the installer: ➡️ More Info
They 100% work and are setup for you already. Just download extract and try again
You got it, giving it a shot now
Just make sure you open the game from the new files too, not any shortcuts for the game you might have existing already 👍
I used Opera to download it and it downloaded okay, could that be a problem?
If it downloads should be ok. Usually prevents you from downloading the zip in the first place. But if these files fail for you then yeah something on your computer affecting the files
Still received an error message when attempting to create the randomizer
Hey @upper sonnet! Do you have questions about Randomized mode? Find more info about it and its various settings on the Wiki: HERE
Note: Your 1st save file is locked to Classic Mode. To see the randomizer settings, create a 2nd save file.
can someone help me? my game stops downloading when it reaches 85%
Normal, 85 is a really large file
I just wait then?
Yes
okay thanks
Different errror now but something on your computer is preventing the files from being randomized. Do you have the files on your main drive like the downloads folder?
Use our detailed guide in #downloads please. The error also clearly states the name of the folder needs to be InfiniteFusion. You have many dupes that is why there are (1)(2)(3) in the names. Delete all the dupes and just stick to one named InfiniteFusion
okay thanks ill try
Yes I do its on my C drive
can you share a screenshot of your game files?
Hey, is it normal that my game keeps sending me to the discord and then closing
where did you download the game from?
then make sure to answer "Discord" when booting up the game... 🙂
Alright
The game asks where you got the files from. If you answer Discord, you can continue. Be sure to read everything and not just skip it.
I already worked with them, dont need to backseat answers please 🙂
?tag mobilealt
full clarification is not backseat answering, as his response shows
We still got it covered so no need for it
is the website pokemoninfinitefusions(dot)net a scam? not gonna put a link if it is
Yes
Yes, we have no websites
ok thank you
Just got this error in daycare near Cerulean.
@blazing python
?tag update Please update your game, this was fixed already
How to Update to the Latest Version (Windows)
- If you on a version lower than 6.4.1, reinstall in a NEW folder. Don't use your updater, it won't work due to bugs. Reinstalling doesn't remove or require you to move any Save Files. Use the Lightweight installer to install in a NEW folder ➡️ Click Here⬅️
- If you on 6.4.1 or above and updating to the latest version, double click INSTALL_OR_UPDATE.bat to update.
you shouldnt have a zip in your game folder
WinRar
Onedrive also causes many issues with the game. Your folder doesn't show it is synching with Onedrive, but you are missing files
so something on your end is deleting files
Windows 11 has built-in .rar support. WinRAR is moot now.
doesnt matter with a 2gb files that has over 20,000 files
using basic extractor is a bad idea for a large zip
Is there a download for mobile?
yes, but give me a couple minutes to update
it's the fastest of the three pokemon and it moved last on the whole field
using literally any move, wood hammer, earthquake, or dragon claw
the pokemon on the other end matter as well
But it should outspeed my pokemon
abilities/moves affect this and priority as well
would need way more info to troubleshoot this
How can I make sure the files aren't deleted
I'm not aware of any abilities that cause one specific pokemon to move last
Plus it did it in all three battles against different sets of pokemon
trick room is an example
Nobody used trick room, look at the speed stats
the second fastest moved first, then the slowest, then the fastest
but again without full info of the battle you not giving us an opportunity to investigate
you just trying to debunk it lol
Triple lounge with "monster" pokemon, they were fusions of things like the nido line
I don't remember the exact pokemon that I was up against
download InfiniteFusion.zip alt download to your Downloads folder and extract it in your downloads folder. The downloads folder is not affected by onedrive (if that is what is causing it)
Let me go test again with different opponents
maybe try it again and just send a screenshot of the battle and team. Also #playthrough-talk would be good to ask as well as they do more in depth into it as well
Will do
we can create a bug afterwards if they can't figure it out as well
Where is HM Strengs
you can ask in #ask-a-bot if you spell it correctly it will answer you back
It didn't happen on this new set of battles, absolutely no idea what caused it but it happened in all three of the last set
It was almost like it was paralysed without the status
hmm yeah that is odd, if you notice that again screenshot the battle and what happened and create a #1142871804269052004 so we can investigate what happened
Tried deleting all other versions, extracting it to the downloads folder specifically but this popped up still when trying to randomize...
can you send a screenshot of your files again?
also if you right click the Infinitefusion folder and click properties, can you send a screenshot of that to compare file numbers and size
how do I add a sprite again? i forgot the command to ask the bot
?tag importsp
To successfully import your own custom sprite, please follow these steps:
Sprite Requirements:
- Format: The sprite must be in
.pngformat. - Naming Convention: Name your sprite according to the game's dex numbering. For example, a fusion of Aegislash and Goodra should be named
329.446.png.
Importing Your Sprite:
- Ensure your sprite meets the criteria above.
- Open your game folder and navigate to
Graphics/Custom Battlers/Sprites to import. - Paste your sprite into this folder.
In-Game Instructions:
- Launch the game.
- The game will automatically detect the new sprites.
- If you have an existing sprite that you're replacing, select the option "Replace All the old sprites with the new ones" when prompted.
Once completed, you can view your custom sprite in-game from the Pokedex's Sprite tab.
thanks
I'm comparing whats inside the the zip compared to the folder
but you dont know all the contents of the files that need to be in there, whereas I can quickly check it if you send me the screenshots I mentioned
Ah gotcha!
when i updated the game, all my pokemon got re-randomized, is that normal?
yup, read below
?tag reshuffle
Any new game update, you need to rerandomize the settings you have enabled.
If you have only pokemon randomized, you need to Reshuffle Wild Pokemon. If you have more options, reshuffle each.
This is done in the Pokemon Center -> Update Man (guy in black suit) -> Click Advanced Settings -> You will see the Reshuffle options
ok thanks
Here, I think this is what you are looking for
delete this
and then right click on the InfiniteFusion folder and select properties and send us that
will be something like this
Ah then this
can you open the file named Game-performance and try randomizing with that file instead?
I'll give it a shot!
Oh it made it pass the part that was churning out an error message!
interesting. Game-performance is our lower quality mode for the game to make it work on computers that struggle to run the game. I guess something with randomization is conflicting with your computer