Widescreen Gaming Forum
http://www.wsgf.org/phpBB3/

Smite
http://www.wsgf.org/phpBB3/viewtopic.php?f=61&t=26118
Page 1 of 1

Author:  Haldi [ 05 Jul 2012, 07:00 ]
Post subject:  Smite



Widescreen Grade: B
Multi-monitor Grade: B

Read Full Detailed Report - Smite

A MOBA based game like LoL, HoN, DotA but only that its in 3rd Person!






Author:  Haldi [ 07 Jul 2012, 13:48 ]
Post subject:  Smite



Widescreen Grade: B
Ultra-Widescreen Grade: A
Multi-monitor Grade: B
4k Grade: Incomplete

Read Full Detailed Report - Smite

A MOBA based game like LoL, HoN, DotA but only that its in 3rd Person!


4:3


16:9


21:9


3x1


Author:  Haldi [ 08 Jul 2012, 23:12 ]
Post subject:  they said they're looking

they said they're looking into it :) yes!

P.S here a Video of Working Eyefinity

http://www.youtube.com/watch?v=MlalesIbaP4

Author:  Amon Amarth [ 11 Jul 2012, 01:29 ]
Post subject:  Nice, hopefully HiRez will

Nice, hopefully HiRez will fix it soon. Really fun game with a bright future!

Author:  Haldi [ 13 Aug 2012, 19:45 ]
Post subject:  If you think so, feel free to

If you think so, feel free to create more ruckus on this Thread : http://forum.hirezstudios.com/phpbb/viewtopic.php?f=335&t=79329&p=1064265#p1064265

Author:  Haldi [ 20 May 2013, 14:29 ]
Post subject:  Re: Detailed Report: Smite

And they fixxed it again ^^

Oh... and because my Smite is stuck on Resolution (Crashen when changing in Menue) i had to edit via .ini
And i created a small little script with AutoIt which will edit 1920x1080 into 6048x1080 when i want to play in Eyefinity.


just in case someone else has this Problem. One click change Resolution before starting the game!

Code:
$pfad = @MyDocumentsDir&"\My Games\Smite\BattleGame\Config\BattleEngine.ini"
If FileExists($pfad) = 0 Then
    MsgBox(0, "Error", "Unable to open file."&@CRLF&$pfad)
    Exit
EndIf

Replace($pfad, "ResX=1920", "ResX=6048")

ShellExecute("F:\Games\HIREZ Studios\HiRezLauncherUI.exe", "game=300 product=17")

ProcessWait("Smite.exe")
MsgBox(0, "", "läuft")

Do
Sleep(10000)
If ProcessExists("Smite.exe") = 0 Then
ToolTip("Editing File")
Replace($pfad, "ResX=6048", "ResX=1920")
EndIf
Until ProcessExists("Smite.exe") = 0
ToolTip("done")
Exit


;Function for replacing text in the file
Func Replace ($TextFileName, $FindText, $ReplaceText)
$FileContents = FileRead($TextFileName)
$FileContents = StringReplace($FileContents,$FindText,$ReplaceText)
FileDelete($TextFileName)
FileWrite($TextFileName,$FileContents)
EndFunc

The Path to the battleengine.ini should be the same, but not the shellExecute for the HiRezLauncher i think.

Author:  TheMrBeb [ 29 Jun 2013, 04:13 ]
Post subject:  Re: Detailed Report: Smite

Haldi wrote:
And they fixxed it again ^^

Oh... and because my Smite is stuck on Resolution (Crashen when changing in Menue) i had to edit via .ini
And i created a small little script with AutoIt which will edit 1920x1080 into 6048x1080 when i want to play in Eyefinity.


just in case someone else has this Problem. One click change Resolution before starting the game!

Code:
$pfad = @MyDocumentsDir&"\My Games\Smite\BattleGame\Config\BattleEngine.ini"
If FileExists($pfad) = 0 Then
    MsgBox(0, "Error", "Unable to open file."&@CRLF&$pfad)
    Exit
EndIf

Replace($pfad, "ResX=1920", "ResX=6048")

ShellExecute("F:\Games\HIREZ Studios\HiRezLauncherUI.exe", "game=300 product=17")

ProcessWait("Smite.exe")
MsgBox(0, "", "läuft")

Do
Sleep(10000)
If ProcessExists("Smite.exe") = 0 Then
ToolTip("Editing File")
Replace($pfad, "ResX=6048", "ResX=1920")
EndIf
Until ProcessExists("Smite.exe") = 0
ToolTip("done")
Exit


;Function for replacing text in the file
Func Replace ($TextFileName, $FindText, $ReplaceText)
$FileContents = FileRead($TextFileName)
$FileContents = StringReplace($FileContents,$FindText,$ReplaceText)
FileDelete($TextFileName)
FileWrite($TextFileName,$FileContents)
EndFunc

The Path to the battleengine.ini should be the same, but not the shellExecute for the HiRezLauncher i think.


I noticed that the minimap on the screenshots are on the right screen. Since map awareness is important in this game would there be some way of moving it o to the middle screen?

Author:  GitDat [ 21 Jul 2013, 02:43 ]
Post subject:  Re: Detailed Report: Smite

Definitely need a center screen HUD fix for this game! Too pretty to play on single screen :)

Page 1 of 1 All times are UTC [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/