| Author |
Message |
Forum: Scripts Topic: Trackmania & mazes : it's a-maze-ing |
| surfer_ix |
|
Posted: August 4th, 2009, 2:02 pm
|
|
Replies: 2 Views: 1353
|
| Trackmania is a race game. It has an editor. I like mazes. So I thought : "how about using autohotkey to send keys to the Trackmania editor to generate mazes" ? Here's what I did : You can download some of them to test for fun here : http://olivier.pons.free.fr/archives/TrackmaniaAuto.zip ... |
|
 |
Forum: Support Topic: Creating Image with autohotkey |
| surfer_ix |
|
Posted: October 23rd, 2008, 11:11 am
|
|
Replies: 1 Views: 378
|
Hi,
I have a big array with names like pXX_pYY where XX and YY are between 0 and 100.
I'd like to create a picture with red squares where those "pXX_pYY" are defined and white squares when there's nothing.
Is that possible with autohotkey ? |
|
 |
Forum: Support Topic: Dynamic arrays |
| surfer_ix |
|
Posted: October 20th, 2008, 10:20 am
|
|
Replies: 7 Views: 512
|
| Thank you very much. These are the kind of answers that are really useful for both me and maybe any other readers that had this kind of problem. The other solution I found is to declare just one global variable (that you use of course in the function) : function xxxxx() { Global MyGlob ... |
|
 |
Forum: Support Topic: Dynamic arrays |
| surfer_ix |
|
Posted: October 20th, 2008, 8:13 am
|
|
Replies: 7 Views: 512
|
| It seems nobody reads carefully reads the post and the question :( It's simple : 1) paste the code. 2) run You see : - a message box which says <Ressource Eau> = <Ressource> <Eau> - a message box which says <Equipement PetitesDaguesFouraille> = <Equipement> <PetitesDaguesFouraille> Which means it do... |
|
 |
Forum: Support Topic: Dynamic arrays |
| surfer_ix |
|
Posted: October 19th, 2008, 11:03 pm
|
|
Replies: 7 Views: 512
|
I'm sorry your answer doesn't explain what I'm talking about.
It just clearly show you didn't copy / paste and tried with / without the declaration....  |
|
 |
Forum: Support Topic: Dynamic arrays |
| surfer_ix |
|
Posted: October 19th, 2008, 9:02 pm
|
|
Replies: 7 Views: 512
|
| Hi ! I want to send a string like this as a parameter to a function : "Ressource Water, Ressource Salt, Equipment Testoune, Ressource Egg, Divers Moult, Divers Eye" And I want 3 local arrays to be filled like ; Ressource1 = Water Ressource2 = Salt Ressource3 = Egg Equipment1 = Testoune Div... |
|
 |
Forum: Support Topic: Bug with global arrays and / or parsing |
| surfer_ix |
|
Posted: October 8th, 2008, 10:08 am
|
|
Replies: 8 Views: 486
|
|
 |
Forum: Support Topic: Bug with global arrays and / or parsing |
| surfer_ix |
|
Posted: October 7th, 2008, 1:42 pm
|
|
Replies: 8 Views: 486
|
Thank you very much for your answers, and I d'ont know if there's a way to mark this thread as "solved" and / or "closed"
 |
|
 |
Forum: Support Topic: Bug with global arrays and / or parsing |
| surfer_ix |
|
Posted: October 7th, 2008, 10:24 am
|
|
Replies: 8 Views: 486
|
| BTW is there a way to unset totally a variable ? |
|
 |
Forum: Support Topic: Bug with global arrays and / or parsing |
| surfer_ix |
|
Posted: October 7th, 2008, 10:21 am
|
|
Replies: 8 Views: 486
|
| Ok I found the problem ! Here's the way it works now : Call (1) : The array Dirs1, Dirs2, Dirs3... Dirs 11 ... is created inside this function with StringSplit Call (2) : The array Dirs1, Dirs2, Dirs3... Dirs 11 ... is created inside this function with StringSplit Last call : The array Dirs1, Dirs2,... |
|
 |
Forum: Support Topic: Bug with global arrays and / or parsing |
| surfer_ix |
|
Posted: October 6th, 2008, 1:20 pm
|
|
Replies: 8 Views: 486
|
| [Moderator's note: Moved from Bug Reports.] Copy and paste the code in the bottom of this text then run it : there's an error that shows up that shouldn't show up at all. Once you've done that, just un-comment those lines in the code: ;X := gMapTab_%gMapTotal%_%Dir%_PX ;Y := gMapTab_%gMapTotal%_%Di... |
|
 |
Forum: Offtopic Topic: GTA : wow : |
| surfer_ix |
|
Posted: September 14th, 2007, 12:17 pm
|
|
Replies: 0 Views: 581
|
I wanted to keep my breath as long as possible under the water.
I just made a script that made my hero go under water one second, then go out, then I (really) came out, did some skating and went back to my computer : I could keep my breath at maximum possible time !! |
|
 |
Forum: Suggestions Topic: Newsgroup : how about and "What I've done with autohotk |
| surfer_ix |
|
Posted: September 14th, 2007, 10:33 am
|
|
Replies: 1 Views: 637
|
Everything's in the title !
Newsgroup : how about and "What I've done with autohotkey" in the general Forum Index ? |
|
 |
Forum: Offtopic Topic: Thanks to autohotkey some people will hate me |
| surfer_ix |
|
Posted: September 14th, 2007, 10:31 am
|
|
Replies: 1 Views: 593
|
| Here's the problem I had with our enterprise : we are few people (10 actually). So, like in every small enterprise, everybody has admin access to the router. Some of our employees systematically log in, and disable the syslog daemon, to be able to surf anywhere they want. Thanks to autohotkey some p... |
|
 |
| Sort by: |