Just one noob question. How to make high resolution pictures in NfsW. For example 4000x2000 ? Can anyone explain it ? Thanks !
You have autoHotkey or autoIT? If you don't, download it. Then compile this code:
Code:
;autoIT
Global $width = 4000
Global $height = 2000
If WinExists("NEED FOR SPEED™ WORLD") Then
WinMove("NEED FOR SPEED™ WORLD", "", Default, Default, 4000, 2000, 1)
EndIf
;autoHotkey
global width := 4000
global height := 2000
IfWinExist, NEED FOR SPEED™ WORLD
{
WinGetPos, X, Y
WinMove, NEED FOR SPEED™ WORLD, %X%, %Y%, %width, %height%
}
You have autoHotkey or autoIT? If you don't, download it. Then compile this code:
Code:
;autoIT
Global $width = 4000
Global $height = 2000
If WinExist("NEED FOR SPEED™ WORLD") Then
WinMove("NEED FOR SPEED™ WORLD", "", Default, Default, 4000, 2000, 1)
EndIf
;autoHotkey
global width := 4000
global height := 2000
If WinExist, NEED FOR SPEED™ WORLD
{
WinGetPos, X, Y
WinMove, NEED FOR SPEED™ WORLD, %X%, %Y%, %width, %height%
}
This code is interesting, I am trying to use the code to change windows size for another game. I've installed AutoIT program, then copy your code, save as .au3... etc..
In the code I only change window name/game name, and the Width and Height numbers.
When compiling I get thiserror, and I am a noob so I don't know what to do with it...
If you know the reason for error please correct me, It's probably my fault some where...
This code is interesting, I am trying to use the code to change windows size for another game. I've installed AutoIT program, then copy your code, save as .au3... etc..
In the code I only change window name/game name, and the Width and Height numbers.
When compiling I get thiserror, and I am a noob so I don't know what to do with it...
If you know the reason for error please correct me, It's probably my fault some where...
Thanks.
delete all from autohotkey
in autoit put only this(from berkay):
Code:
;autoIT
Global $width = 4000
Global $height = 2000
If WinExist("NEED FOR SPEED™ WORLD") Then
WinMove("NEED FOR SPEED™ WORLD", "", Default, Default, 4000, 2000, 1)
EndIf
the other thinks are from autohotkey,not autoit
Alose read this: and look carefully at example from bottom of the page
Man try to search on google too ... what is winexist,what is winmove ...stuffs like that ... .you see that there is un error of winexist function .. lol
Diablo 2 High Resolution 07/19/2014 - Diablo 2 - 0 Replies Hallo Liebe Gemeinde,
hat für mich jemand einen funktionierenden Pseudores hack? Ich habe einen auf Blizzhackers gefunden allerdings stürzt mein Diablo 2 jedesmal beim Injecten ab...nutz vielleicht jemand sowas hier noch?
[Release] High Resolution Images For the 5 Main Cities 02/20/2014 - CO2 Weapon, Armor, Effects & Interface edits - 6 Replies Hey, i was playing around with the editor for a while and figured id add a feature for high resolution images (with objects,scenes and portals rendered).
Here you go, may help you with navigating around or not.. Who knows :)
Screenshot
http://img823.imageshack.us/img823/2403/dfs6.png
They don't look big here, but if you download the originals they are huge! :)
Co high resolution 01/25/2010 - Conquer Online 2 - 8 Replies hi, is there a way to play conquer on high resolution like 1440x900? i would appreciate your help thanks:)
Terrain high resolution pack 10/05/2009 - Aion - 16 Replies In dem thread hier wird über ein addon diskutiert, welches die Texturen des Terrain in einer höheren Auflösung darstellt. Weiß jemand wo dieses addon zu finden ist und ob es mit dem 1.5 patch noch funktioniert?
Terrain high-ER resolution pack or addon - Page 2 - AionSource.com