Jump to content

question


Recommended Posts

Opt("RunErrorsFatal", 0)
Run(@ProgramfilesDir & "\Diablo II\D2Loader.exe -w -skiptobnet", @ProgramfilesDir & "\Diablo II", @SW_MAXIMIZE)

it will load Diablo2 Then... is it possible to increase the Revolution? :|

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Link to comment
Share on other sites

Hi,

do you want to set the resolution (1024*768) or what?

So long,

Mega

Edited by th.meger

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

do you want to set the resolution (1024*768) or what?

yes i do :) Edited by aceloc

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Link to comment
Share on other sites

You can increase the window size, but the Diablo II screen itself will not be greater than 800x600. It's set in the game itself and you can't change it without actually editing the game code itself.. and even then it may not work.

Link to comment
Share on other sites

You can increase the window size, but the Diablo II screen itself will not be greater than 800x600. It's set in the game itself and you can't change it without actually editing the game code itself.. and even then it may not work.

Hi,

for normal windows you can look here http://www.autoitscript.com/forum/index.php?showtopic=20121

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

  • Moderators

You can increase the window size, but the Diablo II screen itself will not be greater than 800x600. It's set in the game itself and you can't change it without actually editing the game code itself.. and even then it may not work.

I don't play games, but are you saying that WinMove() won't make it larger?
Dim $Window = 'Untitled - Notepad'
If Not WinExists($Window) Then Run('Notepad.exe')
WinWait($Window)
WinActivate($Window)
WinMove($Window, '', -1, -1, 200, 200)
Sleep(3000)
WinMove($Window, '', -1, -1, 1024, 768)
Or does it always check for it's correct size and correct itself from there?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

It's fullscreen, no window edges. While playing, the resolution is 800x600. Minimize and everything is 800x600, and you can't change while playing. On exit, everything goes back.

Ha, I haven't been on these forums since... 2006, almost. Behold, my legacy signature:My AutoIt idol is Valuater. You know you love him, too.My Stuff: D&D AGoT Tools Suite
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...