Jump to content

Ganduv

Member
  • Posts

    92
  • Joined

  • Last visited

Everything posted by Ganduv

  1. Alright guys brainstorming time, I have almost completed the gear set for a guardian, I am setting the body as a puresteel plate unless anyone can think of a better one, I am going to start on the shaper gear tomorrow so any suggestions would be greatly appreciated. EDIT: I will most likely add servile/shock trooper and the other classes gear so I am open to ideas on that too.
  2. http://www.ironycentral.com/forum/ubbthreads.php?ubb=showflat&Number=175661#Post175661 A great G5 editor (mostly finished and it has shaping/magic/skills/exp/money/artifacts all combined into one editor) might want to add it since all the other geneforges have their editors, and hopefully this one will become like Criokles
  3. Yes it would but I'm not sure if the game would let you decrease the stats beyond their starting point though.
  4. Thanks Master, took a while to do if you can think of anything to add to it that would be useful feel free to tell me, I'm not going to do anything like how the G3 editor gave you a choice of how much you want to edit a stat because seems like too much trouble... I might make it to where you can decrease your stats if I find a use for it. Wish I could make an item duplicator but if someone needs it I guess they can just use Pyro's trainer.
  5. Go to your computer then program files find geneforge 5 and the folder scripts then scroll down and look for z0pacificdlg.txt, open it up in wordpad (back it up first) then delete all its contents and replace it with the text in the spoilers, go in-game starting zone up to the pacification pylon control and click on what you want.
  6. If you want to give your character super stats etc.
  7. ~-~-UPCOMING UPDATES-~-~ The only further updating I will be doing is with zone 1 and that is only for the classes gear so I guess you can pretty much call the editor finished
  8. ~-~-UPDATES-~-~ Update: I tried to make a new subsection but some things were cutting out for no reason so I assume that I have used too many lines, I will now put the individual magic/shaping teacher in minallah on a sign. The Minallah sign is now complete with options to choose individually which spell/creation you want to increase. I have also put up the gf5itemschars for the custom items
  9. Hello everybody, I have been working on an editor for G5 since I have not been able to find any others, if using it BE SURE TO BACK UP YOUR FILES! Don't click on the shaper gear etc. because if you do the script will say it is broken and you won't be able to use the pylon so just hold on until I edit it thanks. I have now put up the editor on rapidshare still working on the classes gear however so here is the link: Editor Zone 1 Pacific Second part of the editor complete and uploaded, so here it is: Editor Zone 2 Minah Use point is the first sign coming from the Pacification fields. Finally, here is the release of my custom item-added gf5itemschars! Just copy and paste it in your other gf5itemschars it should work fine (I've tested it many times) so here it is: Custom Items modded gf5itemschars
  10. How does it ruin the script perfected equipment is easy to come by anyway most of the vendors sell the shaped parts and all you have to do is add purifying elixir or if you want me to I could put in the purifying elixir in the script but seriously the script is for the actual hard to come by "Artifacts" I put it in there in case you dont have access to the rebel artifact in the rebel only zone or just want to get the almost best equipment in the game. Or if you want to you can go modify the script yourself if you think your up to it.
  11. Uhg I am not using it to become instantly level 61 I am using it to figure out how G5 scripts work cheating does ruin the game that's why with every playthrough I never use the editor or whatever you want to call it, the only thing I MIGHT use it for is if I want to experience a certain ending/playthrough very easily or if I want to test out the Ur-Drakon/Eyebeast on a playthrough so if you want to question my motives please keep it to yourself, this thread is for any information which may be helpful thus the "help" in the title thank you.
  12. I'm not going through a lot of effort to cheat considering I've beaten the game several run throughs no cheating, but I'm very interested in how scripts work and have been trying to get as much information as possible, and for your second question I already know how to do that but I'm trying to figure out how the award_xp scripts work.
  13. Yeah, at the moment I've been playing around with the canister script trying to figure out how to make it multiple uses... so far I've figured out how to stop it from dieing but I click on it and nothing... EDIT: Exiting the zone seems to restore it so yeah. UPDATE: Found out if you erase the kill_object(ME,0); part and put the been_used = 1 part to 0 you can use canisters over and over again they will not disappear more on the matter will update if find any glitches...
  14. Yeah it's very complicated but if you look up some older scripting guides and scripting editors (say to make a pacification pylon give all shaping spells) then you start to see a pattern and can identify what does what. Like I said it's really complicated (I had no clue what it was when I first looked at it) but it gets easier once you know how the scripts are written.
  15. Yeah so I've beaten Geneforge 5 and all and now I'm learning about scripting it and trying different things but I can't figure out what script you use to make you instantly lvl 61 I've based my progress off of this: begintalknode 134; state = 130; nextstate = -1; condition = 1; question = "Experience."; text1 = "You now have more experience."; code = award_party_xp(500,1); award_party_xp(2500,get_level(pc_num())); award_party_xp(1,get_level(pc_num())); award_party_xp(1,get_level(pc_num())); award_party_xp(1,get_level(pc_num())); award_party_xp(1,get_level(pc_num())); award_party_xp(1,get_level(pc_num())); award_party_xp(1,get_level(pc_num())); break; and I have tried making it like award_party_xp(10000 etc. but I just can't figure it out any info about it would be appreciated. Also note this dialogue is in the script z0pacificdlg.txt .
  16. I see what you mean Unity I thought If you had +2 AP you would always have that ammount of AP, I get it now
  17. Yeah I'm having a scripting problem, I'm trying to put an intel bonus on Shaper Robe but every time it says -1 mental abilitys of creations or something? Heres the original: begindefineitem 29; import = 25; it_name = "Shaper Robe"; it_protection = 12; it_value = 2000; it_stats_to_affect 0 = 15; it_stats_addition 0 = 1; it_stats_to_affect 1 = 16; it_stats_addition 1 = 1; it_stats_to_affect 2 = 17; it_stats_addition 2 = 1; it_stats_to_affect 3 = 18; it_stats_addition 3 = 1; it_extra_description = -1; it_graphic_coloradj = 256; Now heres the modified: begindefineitem 29; import = 25; it_name = "Shaper Robe"; it_protection = 12; it_value = 2000; it_stats_to_affect 0 = 15; it_stats_addition 0 = 1; it_stats_to_affect 1 = 16; it_stats_addition 1 = 1; it_stats_to_affect 2 = 17; it_stats_addition 2 = 1; it_stats_to_affect 3 = 18; it_stats_addition 3 = 1; it_stats_to_affect 4 = 2; it_stats_addition 4 = 10; it_extra_description = -1; it_graphic_coloradj = 256; Can somebody tell me what I'm doing wrong and how to fix it?
  18. Yeah I've been doing that and I'm not encumbered I can still attack but every round I either have 10 or 9 AP and unfortunately with 9 I can't use 2 spells or abilitys because I always buff my creations, if I got that Quicksilver plate thing would it make it to where I could do 2 things each round?
  19. Surprisingly I was at the endgame when it started working but then after I got killed (I set off the orb and the wingbolt blocked my way out) it had stopped working then it started working again when I was in Isenwood's Spire. Also the duplicator only works in some zones it started working when I was in Stormhold it seems to work on and off.
  20. Yeah so my character is a shaper and I have equipped him with the Assassin's boots but now when I go into combat most of the time I have 9 AP instead of 10 AP its like its completely random for me is this normal or what? Also I am not encumbered I have 37/45 pounds right now.
  21. Yeah if you haven't or if there already is one you should make a Shaper guide and include what artifacts to use because all of the Shaper guides I've seen don't have that in them. But this helped me a lot when playing as a shocktrooper great guide!
  22. Yeah you know what they say, when in doubt, look and see if it's posted on another site
  23. http://www.ironycentral.com/forum/ubbthreads.php?ubb=showflat&Number=173932#Post173932 Endless artifact vendor, feel free to add it under editors if you want to.
  24. Yeah thanks master I loaded up another script guide which gives all creations and instead deleted some of the lines and put the reward_give format. I suppose I could post it on here for anyone else who finds it useful.
  25. Quicksilver plate I believe? Theres also an artifact that does that I forget what one though...
×
×
  • Create New...