My Cheatpack runs really slow...

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

User avatar
Ozzapoo
The Flying Cow!
Posts: 2196
Joined: November 2nd, 2007, 10:34 pm
Location: Melbourne

My Cheatpack runs really slow...

Post by Ozzapoo »

Hi. I understand that Xantan made his cheatpack through GUI. However I don't know (and he wouldn't tell me) what programs he used to optimize it. I recently made a small cheatpack of my own based on his. However, when I used the Vexorian Optimizer, seperated the codes, etc. The main event was for a player to type "-" as a substring. However, everytime I did a command. It would create lots of lag... My CheatPack is 4 lists long and each list just has a whol;e bunch of If/Then/Else trees for each cheat. So basically when i type anythng with "-" it just goes through those lists and makes MASSIVE delay! What other programs does Xantan use other than Vex Optimizer? And also, a program to automatically change string numbers (war3map.wts) would be nice too =\

P.S. and just to clarify... no, it's not the game that's too big ..... I tried protecting a Blizzard default map and putting the cheat in! Still makes lots of delay!
Visit Ozzapoo.net, my blog and the home of AutoCP and Cheatpack Detector!
AutoCP3 now available for free!
User avatar
CrackUps
Member
Posts: 96
Joined: October 6th, 2007, 12:21 am

Re: My Cheatpack runs really slow...

Post by CrackUps »

All i do when making cheats is create it all in GUI save the map through world editor extract the war3map.j file with mpq master open it in jasscraft and copy all the variables and triggers into the map im edittings .j file and copy all the strings from my maps .wts file into the map im edittings .wts and i never get lag and dont require a program to rename strings or w/e
User avatar
Ozzapoo
The Flying Cow!
Posts: 2196
Joined: November 2nd, 2007, 10:34 pm
Location: Melbourne

Re: My Cheatpack runs really slow...

Post by Ozzapoo »

I dont think you understand my request. It was if there are any other programs I can use as well as Vex to make my triggers run faster. It creates MASSSIVE lag whenever I try to use a cheat..... -.- and a program to rename string numbers would be

[marquee]NICE[/marquee]

my cheatpack is basically a smaller version of xantan's
Visit Ozzapoo.net, my blog and the home of AutoCP and Cheatpack Detector!
AutoCP3 now available for free!
User avatar
Xantan
Honorary wc3edit.net Traitor
Posts: 2507
Joined: February 1st, 2007, 4:11 pm
Location: NEVADA

Re: My Cheatpack runs really slow...

Post by Xantan »

its probably the map you insert it in, unless you arent using an updated version of vexorians optimizer.

my cheat pack is very simple and to the point, thats what I like about it.

if you don't support your cheat pack, it will create confusion, in which you blame yourself for your own actions.

stop the paranoia, and wake up.
User avatar
Ozzapoo
The Flying Cow!
Posts: 2196
Joined: November 2nd, 2007, 10:34 pm
Location: Melbourne

Re: My Cheatpack runs really slow...

Post by Ozzapoo »

if you don't support your cheat pack, it will create confusion, in which you blame yourself for your own actions.

stop the paranoia, and wake up.
Uh... wtf is that suppoed to mean?
Visit Ozzapoo.net, my blog and the home of AutoCP and Cheatpack Detector!
AutoCP3 now available for free!
User avatar
Xantan
Honorary wc3edit.net Traitor
Posts: 2507
Joined: February 1st, 2007, 4:11 pm
Location: NEVADA

Re: My Cheatpack runs really slow...

Post by Xantan »

it means, you can make a nice jass one, or a gui one.

gui is fine, thats what mine is made of.
Durchdringen
Honorary wc3edit.net Traitor
Posts: 468
Joined: December 10th, 2007, 10:50 pm
Title: The Professional
Location: USA

Re: My Cheatpack runs really slow...

Post by Durchdringen »

Make sure your cheat pack is rock solid. Meaning it doesn't lead to memory leaks. This could be why your cheat pack runs slow. As you create your cheat pack give it a test every 10 mins or so, so that you know it runs stable.
Do you support Durchdringen? If so, add the spoiler to your sig. Durch cares for you, so show your support for Durch!
Spoiler:
(broken image) Thanks for the support!
Dekar
Forum Drunk
Posts: 2918
Joined: January 17th, 2007, 4:22 pm
Has thanked: 1 time
Been thanked: 1 time

Re: My Cheatpack runs really slow...

Post by Dekar »

I've never written a really big cheatpack/trigger chain,
but maybe make some with a different prefix?
like... "+gold" or "*lumber" :D
or group them?
-alumber
-agold
-bfood

so you can check if it's -a or -b and then which -a or which -b,
that should make it a lot faster!
Don't pm me with Warcraft questions, this is a forum so just make a post!
In the world of thinking we are all immigrants. -Robert Nozick
User avatar
Bartimaeus
Tyrannical Drama Queen
Posts: 4445
Joined: November 19th, 2007, 5:05 am
Been thanked: 2 times

Re: My Cheatpack runs really slow...

Post by Bartimaeus »

Having it run through many checks makes it lag alot. Making separate triggers, in fact, would be faster.