Search found 494 matches

by SpeedMaster
25 Mar 2021, 12:01
Forum: Gaming Scripts (v1)
Topic: [Game] Archmage Gray
Replies: 33
Views: 18169

Re: [Game] Archmage Gray

I persoanly feel that games are over 90% artistic content really. Of course a good graphic design makes the game more attractive for the user. But that doesn't mean that the script itself has any interest. Look at my mahjong game it has a good look at the output but the input (the script itself is ...
by SpeedMaster
25 Mar 2021, 08:36
Forum: Gaming Scripts (v1)
Topic: [Game] Archmage Gray
Replies: 33
Views: 18169

Re: [Game] Archmage Gray

there is a lot of work involved in drawing the sprites, specially regarding planning how they will work out in the animations so i had no idea on things like "how to draw a tree sprite" etc... I have made some games but I know that a simple mistake in the architecture can cost you a lot of time. Th...
by SpeedMaster
11 Mar 2021, 16:11
Forum: Scripts and Functions (v1)
Topic: Countdown Timer
Replies: 15
Views: 5773

Re: Countdown Timer

thank you for this script. It will be useful. :clap: For my part, I have completely removed the tooltip help. Not very useful because most of the buttons are self-explanatory. :problem: I also reorganized the GUI to my taste. The window can shrink itself when you click on the upper left corner to hi...
by SpeedMaster
08 Mar 2021, 18:15
Forum: Gaming Scripts (v1)
Topic: Battleship
Replies: 1
Views: 1753

Re: Battleship

I like ASCII games. :thumbup: I've done a few of them too. :roll: I had to make a small modification to make your game work for me. I don't know why but it seems that with the character ~ you have to send two spaces instead of one. :think: I also changed SendEvent to SendInput to make the game faste...
by SpeedMaster
06 Mar 2021, 15:24
Forum: Scripts and Functions (v1)
Topic: [Script] Greensleeves intro... silly beep stuff
Replies: 5
Views: 1099

Re: [Script] Greensleeves intro... silly beep stuff

Can you cover more songs? Fur Elise.... or... Nocturne? :D FurElise() FurElise() FurElise() { Soundbeep, 1329, 214 Soundbeep, 1175, 214 Soundbeep, 1329, 214 Soundbeep, 1175, 214 Soundbeep, 1329, 214 Soundbeep, 988, 214 Soundbeep, 1175, 214 Soundbeep, 1047, 214 Soundbeep, 880, 643 Soundbeep, 523, 21...
by SpeedMaster
25 Feb 2021, 17:30
Forum: Ask for Help (v1)
Topic: A* Pathfinding Algorithm help.
Replies: 10
Views: 3238

Re: A* Pathfinding Algorithm help.

Although it's working, maybe it may have been improved. It would be pretty easy to modify the function to allow other options like diagonal movement ... Hello, Some time ago, I made a slightly modified version to also support 8 directions (diagonals) Astar_Grid(X1, Y1, X2, Y2, closed, alldirs:=fals...
by SpeedMaster
25 Feb 2021, 11:41
Forum: Ask for Help (v1)
Topic: How to make a simple dictionary ?
Replies: 3
Views: 361

Re: How to make a simple dictionary ?

Thank you for your answer but making a table is exactly what I'm trying to avoid. I'm looking for a different architecture that can also interact with a text file or an ini file.
On second thought it might be too complicated to program. :roll: :)
by SpeedMaster
25 Feb 2021, 10:50
Forum: Ask for Help (v1)
Topic: How to make a simple dictionary ?
Replies: 3
Views: 361

How to make a simple dictionary ?

I'm looking for a way to make a simple dictionary but I don't know how to do it. :think: If you already have an example, please let me know. ;) ; How to make simple dictionary ? Gui, add, button,xm, Edit entry Gui, add, button,x+10, Delete entry Gui, add, button,x+10, Save entry Gui, add, text,xm, S...
by SpeedMaster
21 Feb 2021, 18:11
Forum: Ask for Help (v1)
Topic: Software that creates software?
Replies: 7
Views: 529

Re: Software that creates software?

At the moment there is no such thing in AHK. You need an Artificial Neural Network for that. :twisted: Why bother programming when programs can program themselves with much better results. :D :D Having a powerful ANN is the first step. The next step is to train it sufficiently for the tasks it has t...
by SpeedMaster
07 Feb 2021, 17:16
Forum: Scripts and Functions (v1)
Topic: [Tool] LINE BY LINE
Replies: 0
Views: 461

[Tool] LINE BY LINE

Hello, This small utility displays a text one line at a time. :) 8-) It could be useful for students to memorize small texts such as poems. It can also be used as a tool to teach children to read. This utility can also load/shuffle a simple quiz file (question/answer) 8-) . You can change some defau...
by SpeedMaster
31 Jan 2021, 06:13
Forum: Scripts and Functions (v1)
Topic: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool
Replies: 17
Views: 2717

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

tuzi wrote:
31 Jan 2021, 02:49
I've tested +Owner instead of +Parent on Win10 and it works fine. is that ok on win8 or win7 ?
I tested this solution on Windows 7 and it works well now.8-)

@Hellbent and @tuzi
Many thanks for your help. :thumbup:
by SpeedMaster
30 Jan 2021, 14:17
Forum: Scripts and Functions (v1)
Topic: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool
Replies: 17
Views: 2717

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

Thanks for your answer I did an update of AHK and it didn't work either. (AHK 1.1.33.02 Unicode x32 on WIN_7 64bit) It seems that the problem comes from the windows version. :problem: I tested it on windows 10 and it works well. :thumbup: :!: does not work on Windows 7 Maybe there is someone who can...
by SpeedMaster
29 Jan 2021, 04:22
Forum: Scripts and Functions (v1)
Topic: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool
Replies: 17
Views: 2717

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

error.PNG
error.PNG (28.07 KiB) Viewed 2512 times
Not working for me (AHK 1.1.31.01 Unicode x32 on WIN_7 64bit) :cry: :think:
by SpeedMaster
25 Jan 2021, 08:20
Forum: Scripts and Functions (v1)
Topic: Quick Notes. RichEdit version.
Replies: 10
Views: 5335

Re: Quick Notes. RichEdit version.

Thanks for this handy tool. :thumbup: I have some suggestions: add an option to also quickly hide notes from tray icon Menu, Tray, Add, Hide Notes, Hide_Notes Hide_Notes: Gui, 1:Hide return Add a version number at the top of your scrpit so it will be easy to check for updates. RichEdit version of Qu...
by SpeedMaster
13 Jan 2021, 16:35
Forum: Scripts and Functions (v1)
Topic: Text Filter
Replies: 121
Views: 21655

Re: Text Filter

There is no multi level anymore! Now it's real time! Every change of the needle searches across the whole haystack! by a "multi-level" search, I mean a step-by-step search like this :think: en <--- (step 1) The Road Not Taken To where it bent in the undergrowth; Then took the other, as just as fair...
by SpeedMaster
13 Jan 2021, 07:42
Forum: Scripts and Functions (v1)
Topic: Text Filter
Replies: 121
Views: 21655

Re: Text Filter

@rommmcek
very good improvements :thumbup:
if I understand well to make a multi-level search (based on the result) it is enough to separate the search terms by a space. :clap:

@garry
works well too, thanks for the reference. 8-)
by SpeedMaster
10 Jan 2021, 09:02
Forum: Scripts and Functions (v1)
Topic: Text Filter
Replies: 121
Views: 21655

Re: Text Filter

Very good script. Simple and convenient to use. 8-) I liked the multi-level filtering :geek: I've added 2 shortcuts that are essential to me: one to open a file (ctrl+o) and another one to paste the clipboard (ctrl+v). for those who might be interested, here are the shortcuts ~^v:: Haystack1:=clipbo...
by SpeedMaster
09 Nov 2020, 15:02
Forum: Tips and Tricks (v1)
Topic: Extended parameters
Replies: 4
Views: 5847

Re: Extended parameters

While Loop... Note, that the third MsgBox appears despite a is beeing set to 0 it should be ... ;) a:= 3 while (a>0 && (b:=1) && (c:=A_Index) && a-=b) ;while (true and (true) and (true) and true) MsgBox % "a: " a "`nb: " b "`nc: " c ExitApp When you use commas only the first expression is evaluated...
by SpeedMaster
05 Nov 2020, 15:25
Forum: Scripts and Functions (v1)
Topic: ScrCmp() : Detects changes in screen by comparing two screenshots
Replies: 23
Views: 12369

Re: ScrCmp() : Detects changes in screen by comparing two screenshots

Great :clap: Works very well. I tested it with a script region selector (by jeeswg). here is the scipt (basic usage without HWND) shortcut: Press win+LeftMouse to select a region to monitor. Required: :!: above ScrCmp() function #NoEnv #Warn #SingleInstance, Force SetBatchLines, -1 CoordMode, Mouse,...
by SpeedMaster
28 Oct 2020, 20:26
Forum: Scripts and Functions (v1)
Topic: ImagePut - A core library for images in AutoHotkey (Now supports HEIC & WEBP)
Replies: 52
Views: 17410

Re: ImagePut - Windows Image Transformation Library

You can actually use the base64 data directly. Great, I didn't know that. :thumbup: Cool usage! Thanks, but I noticed that the cursor changes sometimes for ex. when i read pdfs files and there is no way to force it to stay on the arrow. :cry: A simple way I have to solve this problem is to make a G...

Go to advanced search