Fighter
|
|
Posts: 23
|
|
|
Last seen: Jun 27, 2017 21:16:20 GMT
|
|
Post by codnombiesoffical on Dec 14, 2016 17:18:10 GMT
That cannot be the full log. It is missing a lot of things. Also this is my "xv2patcher" file showing what is set to "true" and what is set to "false" In the "EPatches" folder i have the following files "bacbcm_protection" "debug" "jungle" "loose_files" "new_chara" "prebaked_patches" "psc_destroy_limit_ "unlock_chara" "unlock_stages"
|
|
Fighter
|
|
Posts: 23
|
|
|
Last seen: Jun 27, 2017 21:16:20 GMT
|
|
Post by codnombiesoffical on Dec 14, 2016 17:19:28 GMT
Also this is my "xv2patcher" file showing what is set to "true" and what is set to "false" I don't see anything. Did you forget to paste the text? Also, verify that you are using the latest version of all components. That's 0.4 of the installer, and 0.6 of the xv2patcher. Yes i must have forgot. Here. Also I am using the latest versions 0.6 of the patcher and 0.4 of the installer. All was downloaded again yesterday. [General] # 0 -> no print # 1 -> print to OutputDebugString # 2 -> print to file xv2_log.txt (needs write access permission in XV2PATCHER directory!) # >= 3 -> MessageBox # Note: some messages are forced to MessageBox if they are critical default_log_level = 2 [Patches] loose_files = false new_chara = false # It unlocks all characters (only in code, saves or any other files aren't modified) unlock_chara_all = true # It unlocks only characters that are not selectable in base game. This includes some existing chara in the game (bulma, oozarus, etc) and chara with new ids made by modders # If unlock_chara_all is true, this value holds no meaning, as all character will be unlocked, modded or not. unlock_chara_mods = false # Disables or enables iggy debug (ActionScript3 trace) iggy_debug = true # It unlocks all stages (only in code, saves or any other files aren't modified) unlock_stage_all = true # Disables internet usage by the game offline_mode = false ### Debug patches #### debug = false # All of belove require debug to be true too, or they will be ignored log_old_open_cpk_file = true log_encryption = true [LooseFiles] # Note about logging: some files go through different functions than these ones, those aren't logged. # Enables the log of all files that go through the CpkGetFileInfo function. # If debug is enabled, you may get messages from the game like "W2008082701:Specified file was not found in the binder.". These messages are normal. log_all_files = false # Enables the log of only the ones that fail and must be get from loose files. If log_all_files is true, this param is meaningless because all files are logged. log_loose_files = false [NewChara] # Anything in this section is only read if "new_chara" in Patches is set to true! # The value below must be either "auto" or a number. # If auto, the program will try to autodetect it. # The auto-detection works like this: if a loose file exists in data/ui/iggy/CHARASELE.iggy, it will try to autodetect it using a simple heuristic algorithm. # If the file doesn't exist or the heuristic fails, it will assume 99 (default of game). The decision of algorithm is written in the log. # If non-auto, it must match the AS3 variable CharacterMax in CharaSele.as in CHARASELE.iggy (if they don't match, you will end with a broken selection dialogue) CharacterMax = auto
|
|
Moderator
|
|
Posts: 1,576
|
|
|
Last seen: Jul 9, 2022 9:43:03 GMT
|
|
Post by eternity on Dec 14, 2016 17:20:48 GMT
You have "loose_files=false" and "new_chara=false"
Those two should be set to true (and they are true in default ini)
|
|
Fighter
|
|
Posts: 23
|
|
|
Last seen: Jun 27, 2017 21:16:20 GMT
|
|
Post by codnombiesoffical on Dec 14, 2016 17:23:47 GMT
You have "loose_files=false" and "new_chara=false" Those two should be set to true (and they are true in default ini) I'm sure i have already tried this... strange but i will give it another go.
|
|
Fighter
|
|
Posts: 23
|
|
|
Last seen: Jun 27, 2017 21:16:20 GMT
|
|
Post by codnombiesoffical on Dec 14, 2016 17:31:16 GMT
You have "loose_files=false" and "new_chara=false" Those two should be set to true (and they are true in default ini) I'm sure i have already tried this... strange but i will give it another go. Okay so after the attempt nothing has changed :/. Is there anything else wrong with what i have set to "false" or "true" I have deleted the data folder once. And then re-added it both of these did nothing. At this point all the mods have vanished completely. The mods still install but they don't even appear.
|
|
Moderator
|
|
Posts: 1,576
|
|
|
Last seen: Jul 9, 2022 9:43:03 GMT
|
|
Post by eternity on Dec 14, 2016 17:36:09 GMT
You probably installed something having a CHARA01.emb, also not sure why you edited those things in the ini file. Also, if you remove the data directory, it will be unsynchronized with the slots information that the program writes in a different part.
The best thing is to start from scratch: delete the data folder, and also delete the c:/Users/[Username]/AppData/Roaming/XV2INS folder.
|
|
Fighter
|
|
Posts: 23
|
|
|
Last seen: Jun 27, 2017 21:16:20 GMT
|
|
Post by codnombiesoffical on Dec 14, 2016 17:55:48 GMT
You probably installed something having a CHARA01.emb, also not sure why you edited those things in the ini file. Also, if you remove the data directory, it will be unsynchronized with the slots information that the program writes in a different part. The best thing is to start from scratch: delete the data folder, and also delete the c:/Users/[Username]/AppData/Roaming/XV2INS folder. Will this delete my save data?
|
|
Apprentice
|
|
Posts: 3
|
|
|
Last seen: Jan 3, 2017 23:25:00 GMT
|
|
Post by kymani54321 on Dec 14, 2016 18:01:05 GMT
i tried that before posting and it still doesn't work Did you try both things? Installing the Visual C++ 2010 redistributable is not enough. Did you do the other step too? If it doesn't work, you'll have to provide a log of Process Monitor. Instructions are in this post. I have them but nevermind, the game just needed to be updated. Thanks btw, great tool.
|
|
Fighter
|
|
Posts: 23
|
|
|
Last seen: Jun 27, 2017 21:16:20 GMT
|
|
Post by codnombiesoffical on Dec 14, 2016 18:11:59 GMT
You probably installed something having a CHARA01.emb, also not sure why you edited those things in the ini file. Also, if you remove the data directory, it will be unsynchronized with the slots information that the program writes in a different part. The best thing is to start from scratch: delete the data folder, and also delete the c:/Users/[Username]/AppData/Roaming/XV2INS folder. Welp even if it does thank you very much for the help This had been driving me crazy!
|
|
Fighter
|
|
Posts: 24
|
|
|
Last seen: Jul 29, 2018 18:41:36 GMT
|
|
Post by ventidue on Dec 14, 2016 19:25:31 GMT
Can someone give me the link for Tapion mod for XV2 pls?
|
|
VIP
|
|
Don't mess up with Killers ;P
|
|
|
Posts: 1,283
|
|
|
Last seen: Dec 23, 2023 4:06:35 GMT
|
|
Post by SK007 on Dec 14, 2016 19:47:43 GMT
it's now only for komodo's patreons public version soon available ventidue
|
|
Hero
|
|
|
|
Posts: 363
|
|
|
Last seen: Jul 21, 2021 23:32:09 GMT
|
|
Post by Feraz on Dec 14, 2016 20:51:42 GMT
Hi eternity could you add a feature that add multi installation?
|
|
Moderator
|
|
Posts: 1,576
|
|
|
Last seen: Jul 9, 2022 9:43:03 GMT
|
|
Post by eternity on Dec 14, 2016 21:04:28 GMT
Maybe in future, but not anytime soon. Right now the priority for next two versions are to finish the remaining features that modders need to implement complete mods (sounds in css, custom skills and auras).
|
|
Apprentice
|
|
Posts: 3
|
|
|
Last seen: Dec 14, 2016 22:42:12 GMT
|
|
Post by chupacabra on Dec 14, 2016 21:22:43 GMT
well i got to the point where the installer gives me all 3 error listed in the troubleshooting guide, reinstalled everything i need and went over the troubleshooting guide multiple times since im trying to get this thing working for like 8h and 10 min now, im going to give up on trying to use your program. it looks great but i have no idea what i did or am doing wrong
|
|
Hero
|
|
|
|
Posts: 363
|
|
|
Last seen: Jul 21, 2021 23:32:09 GMT
|
|
Post by Feraz on Dec 14, 2016 22:37:31 GMT
|
|
Warrior
|
|
Posts: 61
|
|
|
Last seen: Jun 17, 2020 7:16:23 GMT
|
|
Post by andy2069 on Dec 15, 2016 2:47:54 GMT
Hi, I need your help, please. My problem is as follows, add the updated 2 folders of xv2patcher 0.6 (bin and XV2PATCHER) in the folder where the game is installed, but at the moment of starting the game in the part of the city and moving in it, it moves in a way Very slow, but only when I go around the city and annoying a lot, there is some way to be able to solve that problem, the version of my game installed is codex.
|
|
VIP
|
|
~Music is my Soul~
|
Posts: 2
|
|
|
Last seen: Dec 24, 2016 19:18:37 GMT
|
|
Post by Alice on Dec 15, 2016 7:14:28 GMT
So i just updated the patcher and installer to the latest versions, now my chara select is broken with no images and i cant select anything.
It was working fine before.
|
|
Moderator
|
|
Posts: 1,576
|
|
|
Last seen: Jul 9, 2022 9:43:03 GMT
|
|
Post by eternity on Dec 15, 2016 7:48:57 GMT
So i just updated the patcher and installer to the latest versions, now my chara select is broken with no images and i cant select anything. It was working fine before. Did you do any modifications to the ini file? Did you install a non x2m mod between the updates? Did you download installer and patcher from this page? Anyway provide the file xv2_log.txt at XV2PATCHER. Provide xv2patcher.ini too.
|
|
Fighter
|
|
Posts: 24
|
|
|
Last seen: Jul 29, 2018 18:41:36 GMT
|
|
Post by ventidue on Dec 15, 2016 12:02:49 GMT
it's now only for komodo's patreons public version soon available ventidue Okay thx
|
|
VIP
|
|
|
|
Posts: 547
|
|
|
Last seen: Apr 18, 2022 2:40:00 GMT
|
|
Post by IvDraconis on Dec 15, 2016 13:29:46 GMT
I ´ve Tapion by Xan, because I transform him from XV1 to XV2.
|
|