Post Reply 
 
Thread Rating:
  • 10 Votes - 4.6 Average
  • 1
  • 2
  • 3
  • 4
  • 5
God Eater 2
02-20-2014, 05:19 PM
Post: #151
RE: God Eater 2
(02-20-2014 05:48 AM)Raimoo Wrote:  Did you properly put DLC file under GAME folder with is located under memstick/PSP?

no you only juz need v1.3 DLC, all the DLC contents in there and there's no need for you to find other DLC

I sure you can find a decrypted DLC somewhere in the internet.


@Raimoo: ah nevermind. finally i can get it working. sorry for my frustrated ramblings. i'm so ashamed for my act...
but either way, thanks for the advices folks Big Grin
Find all posts by this user
Quote this message in a reply
02-26-2014, 09:01 AM
Post: #152
RE: God Eater 2
Ahh I have a tip for everyone ^_^

If you guys want to lvl up ur blood arts fast, take "ブロブヂィンナグ" mission Rank 10. Your blood art will level up one rank instantly after the mission. Juz keep in mind to attack on Ouborous's tentacles and feets to maintain critical damage since blood arts lvl up based on how many critical hit you deal on an Aragami

o.o Oh Hi XD
P.S: Wanted to go to Japan so badly

AOD270
Windows 7 Home Basic (32bit)
Intel Atom N2800 (Quad-core) 1.86GHz
Intel Graphic Media Accelerator 3600 series
Find all posts by this user
Quote this message in a reply
02-26-2014, 10:16 AM
Post: #153
RE: God Eater 2
So this game same as before xD? (that crash after mission) i don't progress much in this game :3 Restart every mission really annoying D:

I worse write english so take easy on me
(even my own language realy bad T_T)

Rig to test now :
Windows 8 64 bit (Laptop)
Intel® Core™ i3-3110M (2.4GHz, 3MB L3 Cache)
Nvidia GT720M 2GB
Find all posts by this user
Quote this message in a reply
02-26-2014, 10:27 AM
Post: #154
RE: God Eater 2
(02-26-2014 10:16 AM)Ritori Wrote:  So this game same as before xD? (that crash after mission) i don't progress much in this game :3 Restart every mission really annoying D:

yeah... it still crash after subsequent mission Undecided
Although at least you can enjoy DLC mission now. Still need to beat that Blitz Hannibal... it's so fast...

o.o Oh Hi XD
P.S: Wanted to go to Japan so badly

AOD270
Windows 7 Home Basic (32bit)
Intel Atom N2800 (Quad-core) 1.86GHz
Intel Graphic Media Accelerator 3600 series
Find all posts by this user
Quote this message in a reply
02-27-2014, 11:11 AM
Post: #155
RE: God Eater 2
(02-19-2014 11:08 AM)Raimoo Wrote:  Another guide for those who choose to compile the build with a hack instead to make DLC file work

in sceKernelThread.cpp

replace:
currentStack.start = userMemory.Alloc(stackSize, fromTop, (std::string("stack/") + nt.name).c_str());

with:
currentStack.start = userMemory.Alloc(stackSize, true, (std::string("stack/") + nt.name).c_str());

once you done, compile and rebuild it in MVSE2013

after that go back to sceKernelThread.cpp again

and replace:

bool fromTop = (nt.attr & PSP_THREAD_ATTR_LOW_STACK) == 0;

with:

fromTop = 1

and your done. Launch PPSSPP and play GE2

How do i hack it i dont know how to hack it....
Find all posts by this user
Quote this message in a reply
02-27-2014, 12:06 PM
Post: #156
RE: God Eater 2
You don't have to "hack" anything, some of us call that change a "hack" because it's just a workaround to run this game and not a proper fix of the actual problem, there's no "hacking" involved.

All you need to do is either apply the required change to official source and build it for which you could follow this guide. It's nothing hard nor requiring any skills, through if you never actually done something alike, installing VS just for this game is kind of waste of space and your time. You could just use already modified build which you can find flying around the net as well as one provided by me not so long ago in this post.


This workaround allows us to play the updated game without crashing while trying to move, but it'll still crash if you try to do more than 1 mission at a time without saving normally and reloading from that save.

Also make note you have to decrypt your update/dlc files on psp or google for ones which were already decrypted for the game to even run in the first place. If you don't care about updates/dlc's the official ppsspp version works in same way with the initial v1.00 of GE2 without having to decrypt anything.

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
03-04-2014, 09:46 AM (This post was last modified: 07-30-2014 08:46 PM by TheDax.)
Post: #157
RE: God Eater 2
Um guys,can u help me? I tried to play it on Official Build with DLC 1.30,and i can get it worked till the lobby (i guess...) but when i tried to move my character,the emulator crashed....
I tried to use the ppsspp-v0.9.7.2-103-g10a9d49 that people said in the net worked,but still not working,the same thing happened when i tried to move my character..
I read the entire post about the worked ones in the chinese site but the worst thing is,i can't understand any single word in the site T_T
So is there any way to fix it? Since i saw u guys can play it on PPSSPP with the DLC,it makes me really sad cause i can't play it...

Upgrading my life btw
I5 1.6 Ghz Quad-core
4GB RAM
Windows 7 Ultimate 64-bit
Nvidia Geforce 720m

Sorry if i trouble you guys,i'm a newbie to this kind of thing,hope we can get along!
Find all posts by this user
Quote this message in a reply
03-04-2014, 12:03 PM
Post: #158
RE: God Eater 2
allright.. im using the new update 0.9.7.2. theres still the same problems and some texture bugs on android. like the explosions are invisible and make the enemy invisible when hit. some textures are missing and the frame rate on my android is quite bad but bearable.. anyone have an idea on what caused the texture bugs?
Find all posts by this user
Quote this message in a reply
03-04-2014, 01:19 PM (This post was last modified: 07-30-2014 08:46 PM by TheDax.)
Post: #159
RE: God Eater 2
(03-04-2014 09:46 AM)reshinkohou Wrote:  Um guys,can u help me? I tried to play it on Official Build with DLC 1.30,and i can get it worked till the lobby (i guess...) but when i tried to move my character,the emulator crashed....
I tried to use the ppsspp-v0.9.7.2-103-g10a9d49 that people said in the net worked,but still not working,the same thing happened when i tried to move my character..
I read the entire post about the worked ones in the chinese site but the worst thing is,i can't understand any single word in the site T_T
So is there any way to fix it? Since i saw u guys can play it on PPSSPP with the DLC,it makes me really sad cause i can't play it...

You have to use a special build to make the DLC work

To save you from trouble, click the link below:
http://forums.ppsspp.org/showthread.php?...4#pid74294

There's a link to download the special build (the blue font) i mention earlier, courtesy of LunaMoo.

o.o Oh Hi XD
P.S: Wanted to go to Japan so badly

AOD270
Windows 7 Home Basic (32bit)
Intel Atom N2800 (Quad-core) 1.86GHz
Intel Graphic Media Accelerator 3600 series
Find all posts by this user
Quote this message in a reply
03-05-2014, 09:41 AM (This post was last modified: 07-30-2014 08:48 PM by TheDax.)
Post: #160
RE: God Eater 2
(03-04-2014 01:19 PM)Raimoo Wrote:  
(03-04-2014 09:46 AM)reshinkohou Wrote:  Um guys,can u help me? I tried to play it on Official Build with DLC 1.30,and i can get it worked till the lobby (i guess...) but when i tried to move my character,the emulator crashed....
I tried to use the ppsspp-v0.9.7.2-103-g10a9d49 that people said in the net worked,but still not working,the same thing happened when i tried to move my character..
I read the entire post about the worked ones in the chinese site but the worst thing is,i can't understand any single word in the site T_T
So is there any way to fix it? Since i saw u guys can play it on PPSSPP with the DLC,it makes me really sad cause i can't play it...

You have to use a special build to make the DLC work

To save you from trouble, click the link below:
http://forums.ppsspp.org/showthread.php?...4#pid74294

There's a link to download the special build (the blue font) i mention earlier, courtesy of LunaMoo.

Sorry i didn't saw that link..anyway,thanks for this! I can play it now! But why the bug still there? The one that can't do consecutive missions? It can really be annoying though,but i'm glad anyway since i can play it.

Upgrading my life btw
I5 1.6 Ghz Quad-core
4GB RAM
Windows 7 Ultimate 64-bit
Nvidia Geforce 720m

Sorry if i trouble you guys,i'm a newbie to this kind of thing,hope we can get along!
Find all posts by this user
Quote this message in a reply
03-06-2014, 05:38 AM (This post was last modified: 03-06-2014 05:38 AM by darkjoe16.)
Post: #161
RE: God Eater 2
(Pic 1)still i can't go trough 3rd menu of mission, even the modified build was given by LunaMoo, but hey thanks LunaMoo for this build, i put th updates in GAME/NPJHXXX,

(Pic 2) Can someone find/announce the proper cheat for 99/240 inventory or items in hands? it's tiring i got to fight Black Haniball 5 times, i mean 140 material exchange for single upgrade, what the...


Attached File(s) Thumbnail(s)
       

Operating System : Win8 Pro 32-bit, based on x64 Procie
Motherboard : ECS G41T-R3V1.0A
Processor : Pentium(R) Dual-Core CPU E5700 @ 3.00GHz x2 ~2992MHz (2 CPU's)
Memory : 4096MB RAM
VGA : Intel(R) G41 Express Chipset (1024 MB)
OpenGL : 5.1.2600.5512
Processor Codename : Wolfdale


Need Say More..?
Find all posts by this user
Quote this message in a reply
03-06-2014, 08:42 AM
Post: #162
RE: God Eater 2
@darkjoe16
DLC mission menu works fine for me, maybe not all of your dlc files are decrypted correctly? Unfortunately 128 bit AES encryption cannot really get any workarounds, so decrypted files are a must.
Just made a short test using the very same build I posted:
   
^made on fresh character before even doing the tutorial.


As for the cheat, didn't really saw any for setting item quantity, but try this:
Code:
//v1.30 - important since each requires different;p
_C0 Item Not Dec
_L 0x20096F58 0x00401023
//code below when used should disable the above
_C0 Item Not Dec [Restore]
_L 0x20096F58 0x00451023

From a quick look most cheats in the net for this game seems to have anti-crash conditional codes most likely caused by game reusing same places in memory for other things, if that's the case even editing them to work on ppsspp might leave them problematic to use. The above one is pretty simple, no clue where exactly it affects items, I only checked that the address in ppsspp using GE2 1.30 is correct so it should work.

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
03-06-2014, 08:45 AM
Post: #163
RE: God Eater 2
(03-06-2014 05:38 AM)darkjoe16 Wrote:  (Pic 1)still i can't go trough 3rd menu of mission, even the modified build was given by LunaMoo, but hey thanks LunaMoo for this build, i put th updates in GAME/NPJHXXX,

don't tell me you literally put "NPJHXXX" as the folder name
make sure the name of the folder is "NPJH50832" under the GAME folder

oh and make sure your ISO is update to V1.3 too

o.o Oh Hi XD
P.S: Wanted to go to Japan so badly

AOD270
Windows 7 Home Basic (32bit)
Intel Atom N2800 (Quad-core) 1.86GHz
Intel Graphic Media Accelerator 3600 series
Find all posts by this user
Quote this message in a reply
03-07-2014, 03:07 AM
Post: #164
RE: God Eater 2
i used NPJH50832, oh maybe my iso GE2 isn't updated to 1.30 yet.

Operating System : Win8 Pro 32-bit, based on x64 Procie
Motherboard : ECS G41T-R3V1.0A
Processor : Pentium(R) Dual-Core CPU E5700 @ 3.00GHz x2 ~2992MHz (2 CPU's)
Memory : 4096MB RAM
VGA : Intel(R) G41 Express Chipset (1024 MB)
OpenGL : 5.1.2600.5512
Processor Codename : Wolfdale


Need Say More..?
Find all posts by this user
Quote this message in a reply
03-07-2014, 02:14 PM (This post was last modified: 07-30-2014 08:47 PM by TheDax.)
Post: #165
RE: God Eater 2
(03-04-2014 09:46 AM)reshinkohou Wrote:  Um guys,can u help me? I tried to play it on Official Build with DLC 1.30,and i can get it worked till the lobby (i guess...) but when i tried to move my character,the emulator crashed....
I tried to use the ppsspp-v0.9.7.2-103-g10a9d49 that people said in the net worked,but still not working,the same thing happened when i tried to move my character..
I read the entire post about the worked ones in the chinese site but the worst thing is,i can't understand any single word in the site T_T
So is there any way to fix it? Since i saw u guys can play it on PPSSPP with the DLC,it makes me really sad cause i can't play it...

I have same problem like this... on android Sad
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: