Logo

CS.RIN.RU - Steam Underground Community

IRC: #cs.rin.ru at irc.rizon.net
It is currently Friday, 17 Apr 2015, 08:50

English | Русский




Post new topic Reply to topic  [ 919 posts ] 
Author Message

Post Post subject: Re: XLive (aka GFWL) emulator   
Posted: Wednesday, 08 Jan 2014, 19:10   
Super flooder Почетный графоман
User avatar
Joined: Tuesday, 13 Mar 2012, 13:27
Posts: 1100
Iv now found out that Dirt 2 crashes when minimizing to windowed mode at any time i choose using alt+enter, so its a problem with the game on win8 64bit and not the xlive emu as Dirt 3 is fine.

_________________
GAME DOCK ICONS MADE BY ME - http://30011887.deviantart.com/gallery/

PC SPECS -
Spoiler
CPU - Intel I7 4790K @4GHZ
GPU - MSI GTX 980 GAMING 4G
RAM - 12GB DDR3 @1333MHZ
PSU - XFX PRO 850W CORE EDITION
MONITOR - ASUS VG248QE
MOTHERBOARD - ASUS Z97 DELUXE
OS - WINDOWS 8.1 PRO 64BIT
SSD - 250GB
HDD - 2TB, 3TB, 4TB
CASE - GIGABYTE GZ-G2 PLUS
SOUND SYSTEM - TRUST TYTAN 2.1 WITH BLUETOOTH 120W
BLURAY BURNER - Asus BW-14D1XT.
BLURAY BURNER - SONY OPTIARC BD-RE 5750L
CONTROLLER - X2 XBOX 360 CONTROLLERS


Top
 Profile  

Post Post subject: Re: XLive (aka GFWL) emulator   
Posted: Thursday, 09 Jan 2014, 00:46   
Advanced forumer Завсегдатай
Joined: Tuesday, 01 Oct 2013, 19:36
Posts: 175
More notes for devs. GTA4 uses XOVERLAPPED hEvent = hangs, crashes on exit.

I do this for any async operation before returning ERROR_IO_PENDING. Seems to work here.
  1.  
  2. void Check_Overlapped( PXOVERLAPPED pOverlapped )
  3. {
  4.     if( !pOverlapped ) return;
  5.  
  6.  
  7.     TRACE( "- async routine" );
  8.  
  9.  
  10.     if( pOverlapped->hEvent )
  11.     {
  12.         TRACE( "- hEvent = %X", pOverlapped->hEvent );
  13.  
  14.         SetEvent( pOverlapped->hEvent );
  15.     }
  16.  
  17.  
  18.     if( pOverlapped->pCompletionRoutine )
  19.     {
  20.         TRACE( "- pCompletionRoutine = %X", pOverlapped->pCompletionRoutine );
  21.  
  22.  
  23.         pOverlapped->pCompletionRoutine( pOverlapped->InternalLow, pOverlapped->InternalHigh, pOverlapped->dwCompletionContext );
  24.     }
  25. }
  26.  



On other, fixed memory leak with PBufferFree. Some games = heavy leaks (GTA4, S8). PBuffer now uses magic ID tags to know when to release heap memory or not. Before release last created PBuffer only. (oops)


Top
 Profile  

Post Post subject: Re: XLive (aka GFWL) emulator   
Posted: Saturday, 11 Jan 2014, 06:26   
Advanced forumer Завсегдатай
Joined: Tuesday, 01 Oct 2013, 19:36
Posts: 175
xlive 15g
- DLC compatibility hack (GTA IV)
- Improved notification system (GTA IV)
- Fixed PBufferFree memory leaks (GTA IV, Section 8)
- Fixed XOVERLAPPED event handling (GTA IV)

- changed ini format
- global c:\xlive.ini option



Minor GFWL finds:
http://download.xbox.com/content/545408 ... nifest.cab Minerva's Den
http://download.xbox.com/content/545408 ... nifest.cab The Lost and Damned
http://download.xbox.com/content/545408 ... nifest.cab The Ballad of Gay Tony
(these are secured in GFWL servers using marketplace app; unknown way to directly get them)


New patch format:
http://download.xbox.com/content/545408 ... 000183.cab GTA IV


=======================================================
=======================================================
=======================================================

And the GTA IV DLC unlocker tool.


Features:
- Remove GFWL memory protection
- Remove save integrity checks
- Remove DFA blacklist
- Remove certificate checks

- Activate DLC flags
- Remove DLC first-time play notice


Options:
- Remove DLC selection screen (base game installed only)
- Remove web checks

- Enable asi loader
- Dump SDFA files


v1a
- Fix asi loading in scripts folder
- Change injection point to work with other mods



You'll need this to run your GTA IV DLCs. But you will need to decrypt your SDFA files first using tool - do this while GFWL servers are still running!

I'm also told during development testing that it is possible to run the SDFA packages with xliveless, if you manage to somehow cache your SecuROM data correctly.

I do not know how much work it will take to backport your EFLC files to IV DLC.


So the unified "complete edition" is now possible.


Attachments:
gta4_unlocker___1a.7z [165.03 KiB]
Downloaded 163 times
File comment: xlive virusek-pd
15___.7z [135.62 KiB]
Downloaded 206 times


Last edited by catspaw on Sunday, 12 Jan 2014, 00:42, edited 1 time in total.
Top
 Profile  

Post Post subject: Re: XLive (aka GFWL) emulator   
Posted: Saturday, 11 Jan 2014, 09:39   
Moderator
User avatar
Joined: Friday, 06 Jul 2012, 07:00
Posts: 9961
Location: Faster Than Scene
nice work as usual catspaw!!
the GTAIV DLC unlocker and new xlive.dll are working great.. now we have the REAL GTAIV Complete Edition.. instead of needing 2 games(plus we save 10GB of duplicate files and wasted HDD space!!)
thanks again!!!

_________________
Image


Top
 Profile  

Post Post subject: Re: XLive (aka GFWL) emulator   
Posted: Saturday, 11 Jan 2014, 13:27   
Super flooder Почетный графоман
User avatar
Joined: Monday, 03 Sep 2012, 17:39
Posts: 992
Nice work and thanks for GTA 4 DLC unlocker really appreciate it man. :respect: was looking for this for one year.
can't really believe it that you did it. :o
but i did't understand a thing to how to get it to work so can you or machine tell me how to get it work in simple instructions.

_________________
Last edited by Gh0stNet on Thursday, 14 Aug 1947, 00:00, edited 999999999 time in total.


Top
 Profile  

Post Post subject: Re: XLive (aka GFWL) emulator   
Posted: Saturday, 11 Jan 2014, 19:20   
Advanced forumer Завсегдатай
Joined: Tuesday, 01 Oct 2013, 19:36
Posts: 175
Here's a sfv of working files from <exe>. If you already have decrypted files, match them to sfv.


If you have original SDFA, place the files in <exe>\DLC. Set ini option to "dump sdfa = 1". Run original game with 1911 launcher. It will decrypt files into sdfaDump. Quit game.

Copy new files to DLC folder. Play.


Attachments:
File comment: gtaiv dlc
content.7z [8.14 KiB]
Downloaded 89 times
Top
 Profile  

Post Post subject: Re: XLive (aka GFWL) emulator   
Posted: Saturday, 11 Jan 2014, 20:02   
Super flooder Почетный графоман
User avatar
Joined: Monday, 03 Sep 2012, 17:39
Posts: 992
Now i understand it thanks.

_________________
Last edited by Gh0stNet on Thursday, 14 Aug 1947, 00:00, edited 999999999 time in total.


Top
 Profile  

Post Post subject: Re: XLive (aka GFWL) emulator   
Posted: Saturday, 11 Jan 2014, 20:20   
Junior Mod
User avatar
Joined: Monday, 06 Jun 2005, 01:28
Posts: 1463
Location: Rin!
Damn, son, amazing work @catspaw
Thank you!

I just don't get how to get the 2 DLC.
Any guide or links to them?

I downloaded both of those files and the links to the CAB are in the XML, but, as you said, they can't be downloaded from there.

_________________
Ok, something "useful" here:
MEGA.co.nz - My Updates folder.

cs.rin.ru

Watch_Dogs - 3DMGame saves to Reloaded tutorial


Top
 Profile  

Post Post subject: Re: XLive (aka GFWL) emulator   
Posted: Saturday, 11 Jan 2014, 20:30   
Beginner Без звания
Joined: Monday, 25 Feb 2008, 18:06
Posts: 11
MerolaC wrote:
Any guide or links to them?

I found here (DLCs for GTA IV 1.0.7.0):

Spoiler
magnet:?xt=urn:btih:EDC7F69423A8EFE84EF8609B2FC0F54E5A15211C&dn=GTAIV_DLCs.rar&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce

Attachment:
DLCs_torrent.rar [17.18 KiB]
Downloaded 109 times


looks like ready to use.


Last edited by gregja on Sunday, 12 Jan 2014, 05:08, edited 4 times in total.

Top
 Profile  

Post Post subject: Re: XLive (aka GFWL) emulator   
Posted: Saturday, 11 Jan 2014, 21:59   
Junior Mod
User avatar
Joined: Monday, 06 Jun 2005, 01:28
Posts: 1463
Location: Rin!
gregja wrote:
MerolaC wrote:
Any guide or links to them?

I found here:

Spoiler
magnet:?xt=urn:btih:EDC7F69423A8EFE84EF8609B2FC0F54E5A15211C&dn=GTAIV_DLCs.rar&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce


looks like ready to use.


Thank you.
I'll check it out.

_________________
Ok, something "useful" here:
MEGA.co.nz - My Updates folder.

cs.rin.ru

Watch_Dogs - 3DMGame saves to Reloaded tutorial


Top
 Profile  

Post Post subject: Re: XLive (aka GFWL) emulator   
Posted: Sunday, 12 Jan 2014, 00:44   
Advanced forumer Завсегдатай
Joined: Tuesday, 01 Oct 2013, 19:36
Posts: 175
Changed gta4 unlocker to 1a:
- Fix asi loading in <exe>\scripts folder
- Change injection to be friendly with other mods (ex. dsound.dll asi loader)
- Add ini comments


(see few posts back)


Top
 Profile  

Post Post subject: Re: XLive (aka GFWL) emulator   
Posted: Monday, 13 Jan 2014, 14:31   
Beginner Без звания
Joined: Monday, 13 Jan 2014, 14:10
Posts: 5
catspaw wrote:
Changed gta4 unlocker to 1a:
- Fix asi loading in <exe>\scripts folder
- Change injection to be friendly with other mods (ex. dsound.dll asi loader)
- Add ini comments


(see few posts back)

Thank you for your hard work, but I'm having some problems... I don't understand what should I do to play the DLCs (that I've purchased through Steam) through GTA IV.

Thanks again, and sorry if it's a dumb question...


also, dinput8 is used by x360ce. Is there a way to change the name?


Top
 Profile  

Post Post subject: Re: XLive (aka GFWL) emulator   
Posted: Monday, 13 Jan 2014, 14:48   
Moderator
User avatar
Joined: Friday, 06 Jul 2012, 07:00
Posts: 9961
Location: Faster Than Scene
SetupNotFound wrote:
also, dinput8 is used by x360ce. Is there a way to change the name?

what version of x360ce are you using??..
maybe you should get a newer version that doesnt require that file?

as for playing the DLC, get the torrent gregja posted, its complete and ready to add to GTA4 base game!!!

_________________
Image


Top
 Profile  

Post Post subject: Re: XLive (aka GFWL) emulator   
Posted: Monday, 13 Jan 2014, 15:41   
Beginner Без звания
Joined: Monday, 13 Jan 2014, 14:10
Posts: 5
machine4578 wrote:
SetupNotFound wrote:
also, dinput8 is used by x360ce. Is there a way to change the name?

what version of x360ce are you using??..
maybe you should get a newer version that doesnt require that file?

as for playing the DLC, get the torrent gregja posted, its complete and ready to add to GTA4 base game!!!

The latest:
https://code.google.com/p/x360ce/downloads/list
3.4.0.848

Is there a way to use my folders? Because that .torrent is kinda slow. Thanks.


Top
 Profile  

Post Post subject: Re: XLive (aka GFWL) emulator   
Posted: Monday, 13 Jan 2014, 16:44   
Beginner Без звания
Joined: Monday, 25 Feb 2008, 18:06
Posts: 11
SetupNotFound wrote:
Is there a way to use my folders? Because that .torrent is kinda slow. Thanks.

hmm, just tried this torrent: 9,5 megabytes/sec (~ 76 megabits/sec). Probably depends on your network configuration and global location.
However, sure someone will create an alternate repository, anyone can do it (of course, with latest version of dinput8.dll included)...


Top
 Profile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 919 posts ]  Go to page Previous  1 ... 35, 36, 37, 38, 39, 40, 41 ... 62  Next


Who is online

Users browsing this forum: Bing [Bot] and 8 guests


Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum




Powered by phpBB® Forum Software © phpBB Group