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 23 Jun 2024, 02:36

All times are UTC [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Smite
PostPosted: 05 Jul 2012, 07:00 
Offline
Editors
Editors
User avatar

Joined: 08 May 2011, 18:58
Posts: 2286


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!






_________________
We gonna send it to outa space!


Top
 Profile  
 


 Post subject: Smite
PostPosted: 07 Jul 2012, 13:48 
Offline
Editors
Editors
User avatar

Joined: 08 May 2011, 18:58
Posts: 2286


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


_________________
We gonna send it to outa space!


Last edited by Haldi on 01 May 2016, 03:02, edited 4 times in total.
Edit


Top
 Profile  
 
PostPosted: 08 Jul 2012, 23:12 
Offline
Editors
Editors
User avatar

Joined: 08 May 2011, 18:58
Posts: 2286
they said they're looking into it :) yes!

P.S here a Video of Working Eyefinity

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

_________________
We gonna send it to outa space!


Top
 Profile  
 
PostPosted: 11 Jul 2012, 01:29 
Offline
I Donated
I Donated

Joined: 18 Jul 2007, 04:19
Posts: 513
Nice, hopefully HiRez will fix it soon. Really fun game with a bright future!


Top
 Profile  
 
PostPosted: 13 Aug 2012, 19:45 
Offline
Editors
Editors
User avatar

Joined: 08 May 2011, 18:58
Posts: 2286
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

_________________
We gonna send it to outa space!


Top
 Profile  
 
PostPosted: 20 May 2013, 14:29 
Offline
Editors
Editors
User avatar

Joined: 08 May 2011, 18:58
Posts: 2286
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.

_________________
We gonna send it to outa space!


Top
 Profile  
 
PostPosted: 29 Jun 2013, 04:13 
Offline
User avatar

Joined: 17 May 2013, 15:05
Posts: 1
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?


Top
 Profile  
 
PostPosted: 21 Jul 2013, 02:43 
Offline

Joined: 09 Feb 2010, 20:11
Posts: 131
Definitely need a center screen HUD fix for this game! Too pretty to play on single screen :)

_________________
Cooler Master Cosmos II | ASUS X99-Deluxe | Thermaltake Water 3.0 Extreme S | 5930k @ 4.5GHz | 32GB G.Skill Ripjaws V 3200MHz | SLI GTX 1080 Ti's | Samsung 960 Pro NVMe M.2 SSD | Corsair AX1500i | 3DMark Fire Strike Ultra - 13,780 | Windows 10 Pro 64-bit | Nvidia Surround® 3 x BenQ XL2735 | Samsung CHG90 Auxiliary Monitor


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 12 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