Jump to content

Indeterminatus

Member
  • Posts

    45
  • Joined

  • Last visited

    Never

About Indeterminatus

  • Birthday 02/26/1986

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Indeterminatus's Achievements

Seasoned Roamer

Seasoned Roamer (5/17)

  1. I'm not an agressive person, i usually don't mind constructive criticism, i like to work with others(check a couple of thread i posted in and you'll see it) and i'm sorry to have transformed this thread in a sort of flamewar. But, you are not fair. Quote: "That nice that you fight for your app. But this also means that your programming life at a very beginning. You will learn much and your attitude to your apps will change. And please before teaching me how to write programms develope at least 1 (one) enterprise level app Uhm, i did create a couple commercial programs. It's you i'm not so sure of. For istance: why add the bloat of the .NET framework for 2 message boxes and an open file dialog? Are you afraid of winapi? Quote: "I'm always say what I think." I think you don't live in society then. If in real life you go to someone and say "Your work is crap" he usually leaves his knuckles in your face. If you go to a person and say "I think you should add X feauture" you usually get better feedback. Quote: "Just because I don't need this. However clicking 10+ times on each button is most stupid thing to do." Again, you are wrong. I don't know if you ever played the exile series (but i think the same thing stays true for the avernum games) but the character editor works this way. Why? To not spoil the game, to not make it too easy to ruin the fun. Quote: "Second lesson: never say anything about you don't know. You look funny [smile] However app of such level may be written from the scratch in a few hours.(My own written in about 10 minutes)" But then it would be a totally different app, right? My statement is simply true, and you are making strawmen. Quote: Compare number of .NET Apps and Allegro's. Think about, this is kind of programming lesson, he-he-he [smile] And there is a hint: Allegro not an adequate lib for this task. No need to compare, facts are that a compressed allegro weights < 400k while the NET framework 20mb. Quote: Google will "save father of russian democracy" No need to learn another lib just to make a simple editor. Allegro is portable, allows me to heavily alter the appearance of the GUI, and is relatively (compared to 20mb) small.
  2. Quote: Originally written by Itsuart, the altered: Quote: Originally written by Indeterminatus: Itsuart, the altered: i know it's not your fault, all those canisters ruined your mind , but you should try to be more gentle and think before posting. I used a lib exactly to make NOSE portable(look up) And there is no edit box because raising a skill too high will simply spoil the game, this is my idea, you may not agree but there is no reason to offend. OMFG. What I can say on this? Only one: you too young to talk with me. Your behaviour is too common, and I tired long ago to talk with ones like you. BTW I don't use canisters, I drink vodka. Dixi. Your age-fu is weak. I can see that you don't have other ways to answers but keep in mind diplomacy is an useful skill. If i had to judge you from your posts i'd say YOU are the little troll kid. But i don't judge people.
  3. artificial orange: sent e-mail I used the Allegro lib, are you familiar with it? Itsuart, the altered: i know it's not your fault, all those canisters ruined your mind , but you should try to be more gentle and think before posting. I used a lib exactly to make NOSE portable(look up) And there is no edit box because raising a skill too high will simply spoil the game, this is my idea, you may not agree but there is no reason to offend.
  4. Quote: Originally written by Itsuart, the altered: This tool will patch your save file to make a godlike pc. ... Requires MS .NET Framework 1.1 ... Why I made it? Because NOSE is too crappy. ... And yes, it's not for deadend brunch of evolution. I mean mac. How nice of you. Very delicate to call someone else's work crap. Besides i don't see how you could call NOSE crappy compared to this thing. -NOSE lets you edit each single stat. -Your editor doesn't. -NOSE weight 400k. -Your editor weights only 3k but requires to dowload the *cough* *cough* 20mb NET framework. -NOSE is absolutely portable to Mac and Linux. -Your program cannot be possibily ported to anything else. -NOSE doesn't insult his users and asks them to suicide -NOSE doesn't spoil the game.
  5. Quote: Originally written by JadeWolf: Pity it's not for mac. Or as the discontented slang-speaker would say; 'Snot for Mac... Well, the source could be easily ported to mac.. i just need someone who volouteers to compile it. Waylander : thanks Quote: does this work for the real arcade version? I'm not sure what real arcade is but if files aren't on your computer, nope.
  6. Quote: while I still have Greta *AND* Alwan. You could give this script a chance
  7. Quote: Originally written by Natty: thanks guys an dude its a forum! not a gcse! i can write howeva i wana But if we don't understand you we can't help, can't we? Just remember that for sone non native speakers that sort of slang is very hard to read.
  8. Quote: Why I would need a first "code" that said nothing beats me It's not exactly like this The scripting language used in the Geneforge series requires to end commands with a ; This means that code = give_reward(345); break; is the same as code = give_reward(345); break; Just think that code means that some sort of script must be executed and break means that the scripting has ended.
  9. For example you could open z33fortwiltdlg.txt and change this: Code: begintalknode 10; state = -1; nextstate = -1; condition = 1; question = "special"; text1 = "The sign says:"; text2 = " LONG TERM STORAGE!"; text3 = " Stay out! Alarms are in place!"; Into this: Code: begintalknode 10; state = -1; nextstate = -1; condition = 1; question = "special"; text1 = "The sign says:"; text2 = " LONG TERM STORAGE!"; text3 = " Stay out! Alarms are in place!";code = code = reward_give(345);break; Then you'll just have to click on the sign that usually says "LONG TERM STORAGE" to get your gloves.
  10. I'm not very informed about the cheat codes :-/ I was talking of the scripts... in which zone are you precisely?
  11. Sorry if late, but i believe it is possible to remove the Orb. The code should be "set_spec_item(1,-1);"
  12. You need to use the function "give_reward(num)" where num is the code of the item (in the case of your gloves 345) All you need to do is to ad "reward_give(345);" in a dialogue script (in the "code=" section).
  13. Thanks for the kind words As for using it for Geneforge 2: Pyro is right, the save format is different and you can't use this save editor. Of course you could use the Gf2 version version i just released
×
×
  • Create New...