Jump to content

Geneforge 3 cheat script (yes now it is out) (not able to choose though)


Recommended Posts

here it is enjoy

 

To use this editor:

1. Open up the Data/Scripts folder in the Geneforge 3 directory.

2. Move/rename z10testingdlg.txt.txt in case this editor makes testing grounds unplayable.

3. Download z10testingdlg.txt and place it in the Data/Scripts folder.

4. Start up Geneforge 3, go to the testing grounds, and read the sign at the southern part of the map

Link to comment
Share on other sites

GGGRRRRRR!!!!

My computer crashed and everything went with it. I am just going to post the origanal one I did. To get money go to the death book. The southern sign gives you 30 in all stats and 30 in all battle spells. Go here and select all text with Comand-A then paste it on to a document like simpletext. Name it z10testingdlg.txt and put in the scripts folder. Be sure to move the origanal!

Link to comment
Share on other sites

Even tho I use a M$ pc, I downloaded the file the other night, who wrote this? a five year old!!

 

In Crimson Editor, I selected dos line ending, and I saw 'hallowed' rectangles (line ending) where and there.

 

Re-edit the file, now for some of the **many** 'fun' times I had.

 

break; is missing in the following begintalknode's:

 

4, 5, 13, 14, 17, 30, 31, 32, 33, 51, 52, 54 to 58, 61 to 63, 66 to 70, 80, 81, 83 and 85 !!

 

Told you I had fun.... laugh

 

In node's 7, 8, 9, 10, 16 and 59 - is there 'really' a need for all those lines??

 

In begintalknode 16 alone, 1,395 award_party_xp(300,8);

 

Here is the changes I made to the file:

 

(and yes, I counted them all myself)

 

Have fun ---- James

 

Code:
// z10testingdlg.txtvariables;   short i,j;       // ADDEDFOR: begintalknode 7;   // DELETE ALL 257 LINES OF award_party_xp(300,8); award_party_xp(500,8);   // AND ALL 40 LINES OF alter_stat(?,100);   // AND REPLACE WITH THE FOLLOWING:   i = 1;   while (i <= 114) {      award_party_xp(300,8);      i = i + 1;   }   i = 1;   while (i <= 143) {      award_party_xp(500,8);      i = i + 1;   }   i = 1;   while (i <= 40) {      alter_stat(i,100);      i = i + 1;   }FOR: begintalknode 8;   // DELETE ALL 30 LINES OF award_party_xp(300,8);   // AND REPLACE WITH THE FOLLOWING:   i = 1;   while (i <= 30) {      award_party_xp(300,8);      i = i + 1;   }FOR: begintalknode 9;   // DELETE ALL 108 LINES OF award_party_xp(300,8);   // AND REPLACE WITH THE FOLLOWING:   i = 1;   while (i <= 108) {      award_party_xp(300,8);      i = i + 1;   }FOR: begintalknode 16;   // DELETE ALL 1,395 LINES OF award_party_xp(300,8);   // AND REPLACE WITH THE FOLLOWING:   // total: 1395   i = 1;   while (i <= 13) {      j = 1;      while (j <= 100) {         award_party_xp(300,8);         j = j + 1;      }      i = i + 1;   }   i = 1;   while (i <= 95) {      award_party_xp(300,8);      i = i + 1;   }FOR: begintalknode 34;   // DELETE ALL 126 LINES OF award_party_xp(300,8);   // AND REPLACE WITH THE FOLLOWING:   i = 1;   while (i <= 126) {      award_party_xp(300,8);      i = i + 1;   }FOR: begintalknode 59;   // DELETE ALL 603 LINES OF award_party_xp(300,8);   // AND REPLACE WITH THE FOLLOWING:   i = 1;   while (i <= 6) {      j = 1;      while (j <= 100) {         award_party_xp(300,8);         j = j + 1;      }      i = i + 1;   }   i = 1;   while (i <= 3) {      award_party_xp(300,8);      i = i + 1;   }  
Link to comment
Share on other sites

Hey, if your blaming me with the 5 year old comment I fixed all those mistakes. But I never save my work do I? Computer crashes, everything lost, very frustrated, so I just post the one I did origanally. But if your pointing the finger at hawk king, his geneforge 2 editor works great and saves a lot of time clicking.

Link to comment
Share on other sites

Quote:
Originally written by Nephil Archer:
Hey, if your blaming me with the 5 year old comment I fixed all those mistakes. But I never save my work do I? Computer crashes, everything lost, very frustrated, so I just post the one I did origanally. But if your pointing the finger at hawk king, his geneforge 2 editor works great and saves a lot of time clicking.
thank and for the record i made this editor in around five minuets so it's gonna have some problems i made by experimenting with code i will make a better one the reason it had all those award exp. calls is i don't know how many it takes to gain a level so i just command copy and past an exp. call and hold down for a while so thanks again Nephil Archer and real dragon king if you have so much time on you're hands you get a job bye a mac get Geneforge 3 and make the Editor yourself i made this so i could get to work on other better projects like i have made a way to have Master hodge join you laugh i will realese the script for things like that soon wink

i am almost done with the new version smile
Link to comment
Share on other sites

Quote:
Originally written by DEMONSPAWN:
Whenever I try to download hawkkings GF2 editor I just get a jumble of words
windows or mac ?

if mac OPTION CLICK and move the script text to the scripts folder located in the files folder it will say soandso already is there replace it or cancel click replace

if windows right click and save as then move that file to the scripts folder located in the Geneforge 2 & 3 files folder
Link to comment
Share on other sites

Thanks!

 

Your Editor really lives up to its name!

 

oh and...

Quote:
Originally written by Nephil Archer:

GGGRRRRRR!!!!

My computer crashed and everything went with it. I am just going to post the origanal one I did. To get money go to the death book. The southern sign gives you 30 in all stats and 30 in all battle spells. Go here and select all text with Comand-A then paste it on to a document like simpletext. Name it z10testingdlg.txt and put in the scripts folder. Be sure to move the origanal!

It says “Dialogue script missing or Absent."!!!

 

FIX THIS!

Link to comment
Share on other sites

To get a perfectly funtional GF3 editor, follow these 3 steps:

 

MATERIEL NEEDED: GF3, theGF3 script z4eastroaddlg.txt,

the GF2 editor.

 

STEP 1: Open z4eastroaddlg.txt find this:

begintalknode 6;

state = -1;

nextstate = -1;

condition = 1;

question = "special";

text1 = "The obelisk says:";

text2 = " TESTING GROUNDS";

text3 = " ONLY SHAPERS MAY WALK WITHIN";

 

STEP 2: Change to:

begintalknode 6;

state = -1;

nextstate = 5;

condition = 1;

question = "special";

text1 = "The obelisk says:";

text2 = " TESTING GROUNDS";

text3 = " ONLY SHAPERS MAY WALK WITHIN";

 

STEP 3: Get the GF2 editor, copy it, and paste it a the end of the z4eastroaddlg.txt script.

 

Step 4: Enjoy!!

Link to comment
Share on other sites

  • 1 month later...
Quote:
Originally written by 8xOverride:
uber pool cheat
gives max gold skills level gold spells
use once and never cheat again!!!(in that game)

find one of these on the forum

anyone have an easy to use trainer/cheat, cause i got a really good one!!!

Has anyone writen some trainer or cheat?
One WE HEARD YOU ALREADY!!!!!

two if you mean you have A trainer by all means post it but otherwise please just shut up and stop spamming
Link to comment
Share on other sites

Quote:
Originally written by JadeWolf:
[QB]To get a perfectly funtional GF3 editor, follow these 3 steps:

MATERIEL NEEDED: GF3, theGF3 script z4eastroaddlg.txt,
the GF2 editor.
<snip>
OK, what am I doing wrong? I downloaded Hawk King's GF2 editor and pasted it at the end of z4eastroaddlg.txt, but as soon as I enter the East Road my game crashes. I've gone as far as I can in the demo with a rebel Agent and a loyalist Shaper and I want to try out a few high level things before I purchase the full version
Link to comment
Share on other sites

Hawk King, I hope you don't mind but I made my own version of your script. If you want that I don't distribute this script then just say and I'll take it down Hawk King.

Here's a link to it:

RIGHT CLICK AND SAVE AS!

It works with a couple of bugs. Talk to the Battle Alpha or whatever the creature is in Testing Grounds and you should get your stats maxed.

EDIT: you also get some exp. And if this script somehow manages to burn/stab/kick/kill/destroy your computer etc. it's not my fault

Link to comment
Share on other sites

Quote:
Originally written by ZHS:
Hey, Wizard, I just tried your script out. Well, it works, except that I got every stat maxed out but strength.
I know that bug but don't know why it appears. You just have to use skill points to max it out. I'll see if I can fix it but I don't promise anything

EDIT: I am so stupid. I forgot that everything begins from 0 in computers. That's why the strenght didn't max out. Stupid me...anyway, it's fixed and new version uploaded. Use the link I provided earlier.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...