Widescreen Gaming Forum

[-noun] Web community dedicated to ensuring PC games run properly on your tablet, netbook, personal computer, HDTV and multi-monitor gaming rig.
It is currently 01 Jul 2024, 10:14

All times are UTC [ DST ]




Post new topic Reply to topic  [ 99 posts ]  Go to page 1, 2, 3, 4, 5 ... 10  Next
Author Message
PostPosted: 14 Apr 2008, 08:40 
Offline
Editors
Editors
User avatar

Joined: 27 Jul 2004, 17:42
Posts: 3436
With big thanks to Racer_S ... :D ... 8)

The tool is DirectX 9 only at the moment ...
Download the tool from here ... CLICK ME
Unzip the tool anywhere you like ... I'm using XP and mine is in the games main directory/folder ... C:Program FilesUbisoftAssassin's Creed ...
Run the tool ... leave it running ...
Set it as follows for TH 3840x1024 ... or your desired TH resolution ...
Choosing your version of the game ... mine is the UK shop bought version.



Just input the res you are using for lower TH resolutions ... the other settings should stay the same.
Start the game ...
Press the * key on the number pad to enable the tool ...
If for any reason the graphics get messed up going from menu to in-game or back ... just disable the tool with the / key on the number pad and re enable it with the * key ...


For those running 5040x1050 you need to set it like this ...

Aspect: 0.2056 (same for any 3 x 16:10 res)
Left - 0
Top - 0
Right - 5040
Bottom - 1050


That's it ... enjoy ... :D



The HUD is stretched but it can be seen a bit better than it was without without the tool (because it was annoyingly behind the gaps between the screens).
It can also be turned off in the games options if you so desire.
















Edit : Added the 5040x1050 info


Top
 Profile  
 


PostPosted: 14 Apr 2008, 09:47 
Offline
Insiders
Insiders
User avatar

Joined: 29 Jul 2007, 05:24
Posts: 1512
Location: NZ
w00t. Racer_S is the man, again, and thanks to Paddy for bringing this to us....8)
Now if only STEAM would let those of us in the 3rd world get the bl**dy game I would be happy! :x

_________________
Dipping bags at Mach1.9


Top
 Profile  
 
PostPosted: 14 Apr 2008, 15:38 
Offline
User avatar

Joined: 02 Oct 2006, 13:55
Posts: 104
Racer_s does it again!!!

Thanks Racer_s you have no idea how happy I am now !

Nice work !

Ben :D :D :D :D :D :D :D :D


Top
 Profile  
 
PostPosted: 14 Apr 2008, 16:14 
Offline
Editors
Editors
User avatar

Joined: 14 Oct 2003, 13:52
Posts: 5706
You think this can be used for those people on 16:10 screens, to remove the top 'n' bottom bars...?

Don't own the game, so can't test.


Top
 Profile  
 
PostPosted: 14 Apr 2008, 16:17 
Offline
Editors
Editors
User avatar

Joined: 27 Jul 2004, 17:42
Posts: 3436
You think this can be used for those people on 16:10 screens, to remove the top 'n' bottom bars...?

Don't own the game, so can't test.

http://www.widescreengamingforum.com/node/8841#comment-168633

:mrgreen:


Top
 Profile  
 
 Post subject: Tricky's Game Launcher
PostPosted: 14 Apr 2008, 17:08 
Offline

Joined: 29 Mar 2008, 17:19
Posts: 205
Thanks Racer_S !!! But it doesn't appear to work with the nocd exe versions? ( tried both versions from our friends at Rel**ded )

Will try the DTools method with IDE Emulation, just have to download the other version (Clone). Will update with results.

I was debating to play this in Vista x64 SLI dx10, but now of course I have to play triplewide in XP dx9 once I can get it to work (SoftTH works better in XP for me).

I can share my little bat file with you all here:

Tricky's Game Launcher:

--- Copy below this line to a file "Game_Launcher.bat" -------

@ECHO OFF

:: Tricky's Game Launcher (c) 2008
::
:: Note: The game.exe, this bat file, and the fovhack.exe all need to be in the same folder

:: Edit the values below for FOVHACK and GAMEEXE to match your file names
::
:: 1) Launches FovHack program first, skips if it is already running
:: 2) Closes YahooWidgets as needed, else they move from 2nd and 3rd monitor to center monitor
:: 3) If a SoftTH user, and you have different cfg files for XP or Vista, will copy the file
:: into place (SofthTH_XP.cfg SoftTH_VISTA.cfg)
:: 4) Launches game!



:: Edit the exe file name as needed

SET FOVHACK=acFOV2.exe

:: Edit the game exe file name as needed

SET GAMEEXE=AssassinsCreed_Dx9.exe



SET SOFTTH=SoftTH.cfg

SET SOFTHXP=SoftTH_XP.cfg

SET SOFTVISTA=SoftTH_VISTA.cfg

SET YAHOO=YahooWidgets.exe



VER | FIND /I "Microsoft Windows [Version 6.0" > NUL

IF NOT ERRORLEVEL 1 GOTO VISTA


:XP

ECHO "%SOFTHXP%"
ECHO "%SOFTTH%"

IF EXIST "%SOFTHXP%" COPY /Y "%SOFTHXP%" "%SOFTTH%"

process -q "%YAHOO%"

process -p "%FOVHACK%" Normal

IF NOT ERRORLEVEL 2 GOTO LAUNCH

START /B %FOVHACK%

GOTO LAUNCH



:VISTA

IF EXIST "%SOFTHVISTA%" COPY /Y "%SOFTHVISTA%" "%SOFTTH%"

taskkill /F /IM "%YAHOO%"

tasklist /FI "imagename eq %FOVHACK%" | FIND /I "%FOVHACK%" > NUL

ECHO.
ECHO ERRORLEVEL = %ERRORLEVEL%
ECHO.

IF NOT ERRORLEVEL 1 GOTO LAUNCH

START /B %FOVHACK%


:LAUNCH

START /B /MAX %GAMEEXE%

EXIT

_________________
__________________________________________________________

Core i7-8086K @ 5.0 Ghz | H60 | Nvidia GTX 980 Ti 6GB | Soundblaster Z | Asus Z370-A

16GB DDR4 | Win10 x64 | 3x27" Asus IPS @ 5760x1080 | Samsung 970 1TB NVMe


Top
 Profile  
 
PostPosted: 14 Apr 2008, 17:58 
Offline
Editors
Editors
User avatar

Joined: 14 Oct 2003, 13:52
Posts: 5706
Very neat.

And Paddy, thanks for the headsup. :mrgreen:


Top
 Profile  
 
PostPosted: 14 Apr 2008, 20:08 
Offline
Insiders
Insiders
User avatar

Joined: 29 Jul 2004, 11:47
Posts: 118
Thanks Racer_S !!! But it doesn't appear to work with the nocd exe versions? ( tried both versions from our friends at Rel**ded )


can you check your game version by right clicking the exe and going to properties... then click version tab and click the 'File Version' item in the list.

this was tested with a no-dvd and it did work here.

_________________
ToCA EDIT - Over 10 Years of Game Modding and Research


Top
 Profile  
 
PostPosted: 14 Apr 2008, 20:09 
Offline
Editors
Editors
User avatar

Joined: 27 Jul 2004, 17:42
Posts: 3436
I am using the Reloaded noCD from gamecopyworld... :wink:


Top
 Profile  
 
PostPosted: 14 Apr 2008, 20:32 
Offline

Joined: 29 Mar 2008, 17:19
Posts: 205
Hmm...I tried both the one that came with the original REPACK release and the FIX that came (to get beyond Level 1)...

Will try some other settings...

When I press the * simply nothing happens. If I try switching versions to the non-matching version then press * I get a fatal exception which makes sense.

_________________
__________________________________________________________

Core i7-8086K @ 5.0 Ghz | H60 | Nvidia GTX 980 Ti 6GB | Soundblaster Z | Asus Z370-A

16GB DDR4 | Win10 x64 | 3x27" Asus IPS @ 5760x1080 | Samsung 970 1TB NVMe


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 99 posts ]  Go to page 1, 2, 3, 4, 5 ... 10  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: DotNetDotCom.org [Bot] and 14 guests


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

Search for:
Jump to:  




Powered by phpBB® Forum Software © phpBB Group