Profile for Thuryl

Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /var/www/pied-piper.ermarian.net/includes/common.inc).

Recent posts

Pages

AuthorRecent posts
New Custom Art: Take a peek inside in General
...b10010b...
Member # 869
Profile Homepage #36
Even a paid hosting service will generally require you to agree to a set of terms of service before hosting your site. If you breach the terms you agreed to, well, you don't really have anyone to blame but yourself. Except in extreme cases, the law does not protect you from signing lousy contracts.

[ Tuesday, November 29, 2005 22:18: Message edited by: Thuryl ]

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
New Custom Art: Take a peek inside in General
...b10010b...
Member # 869
Profile Homepage #28
quote:
Originally written by Ash Lael:

EDIT: PS Thuryl, how's Pyg going?
Well, I can't vouch for the programming side of it, but the design side is progressing steadily.

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
Have you ever in General
...b10010b...
Member # 869
Profile Homepage #4
Amusingly enough, Wikipedia has an article on this.

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
New Custom Art: Take a peek inside in General
...b10010b...
Member # 869
Profile Homepage #25
From what I've heard, Avernum 4 will have attacking animations, but not walking animations. Avernum players were generally annoyed by Geneforge's walking animations, because having to spend several minutes just walking from one side of town to the other is less fun in practice than in theory.

And as far as we know, there won't be a scenario editor with the Avernum 4 engine, although there might be one with the Geneforge engine a few years down the track.

By the way, if you're interested in assisting the development of an RPG design system, Pygmalion needs graphics artists. It's 2D tile-based rather than isometric, but the tiles are fairly large (36w*48h, last time I checked) and the engine supports a variety of poses and animations (walking, attacking, spellcasting, etc) in 4 directions, so it shouldn't feel restrictive at all.

[ Tuesday, November 29, 2005 20:16: Message edited by: Thuryl ]

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
New Custom Art: Take a peek inside in General
...b10010b...
Member # 869
Profile Homepage #22
quote:
Originally written by Eldibs:

Yeah, they closed down my site for "offensiveness." I'm not saying my site isn't offensive, I'm just think it's unconstitutional to remove it. So now I'm boycotting Angelfire.
Last time I checked, Angelfire wasn't a branch of the U.S. government, and therefore the First Amendment to the U.S. Constitution doesn't apply to it.

[ Tuesday, November 29, 2005 18:39: Message edited by: Thuryl ]

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
Exile III multiplayer? in The Exile Trilogy
...b10010b...
Member # 869
Profile Homepage #13
The investment of several years of time required to develop a new game is still a huge risk. Shareware isn't an enormously high-profit field for the amount of work involved. If Jeff makes a game that doesn't sell, he goes out of business, and the best way to guarantee that everything he makes will sell is to keep designing in the same genre.

[ Monday, November 28, 2005 20:40: Message edited by: Thuryl ]

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
Exile III multiplayer? in The Exile Trilogy
...b10010b...
Member # 869
Profile Homepage #10
No. Maintaining the kind of servers necessary for an online multiplayer game is expensive, and would therefore be a huge financial risk, considering it's a genre of game SW hasn't developed before.

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
dialog/special encounter problem in Blades of Avernum Editor
...b10010b...
Member # 869
Profile Homepage #12
It isn't really necessary to define coins as a variable -- using coins_amount() in the conditional statement is fine.

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
dialog/special encounter problem in Blades of Avernum
...b10010b...
Member # 869
Profile Homepage #12
It isn't really necessary to define coins as a variable -- using coins_amount() in the conditional statement is fine.

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
Multiplayer Game in General
...b10010b...
Member # 869
Profile Homepage #6
IMAGE(http://thuryl.desperance.net/sailormoon_sml.jpg)

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
Simple questions in Blades of Avernum
...b10010b...
Member # 869
Profile Homepage #7
quote:
Originally written by Thralni, emperor of Riverrod:

Does this also include the ritual of sanctification?
Yup. If you ever get Ritual of Sanctification, it's removed as soon as you leave the scenario.

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
dialog/special encounter problem in Blades of Avernum Editor
...b10010b...
Member # 869
Profile Homepage #4
Post your entire town script so that we can see if you've declared the variable correctly.

And yes, you'd use another if statement to check if the party has any gold. You can nest if statements inside each other. Just make sure you keep track of all the braces.

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
dialog/special encounter problem in Blades of Avernum
...b10010b...
Member # 869
Profile Homepage #4
Post your entire town script so that we can see if you've declared the variable correctly.

And yes, you'd use another if statement to check if the party has any gold. You can nest if statements inside each other. Just make sure you keep track of all the braces.

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
dialog/special encounter problem in Blades of Avernum Editor
...b10010b...
Member # 869
Profile Homepage #2
What CPeters said, since he got in before me.

Note, however, that you should only call run_dialog once per encounter and save its value to a variable, so the player doesn't have to deal with the dialog box twice. That's the purpose of lines like "choice = run_dialog(0)" that you see in scripts.

So here's the fixed version of your script:

(Note that this requires that "choice" be defined as a variable in the variables list at the start of the script)

beginstate 11;
reset_dialog();
add_dialog_str(0, "You see a beggar holding out a tin cup to you. _Could you please spare a few coins so I can eat?_" 0);
add_dialog_choice(0, "Yes I will. (Give him coins)");
add_dialog_choice(1, "Sorry, I don't have any myself.");
add_dialog_choice(2, "Back off old man and leave me alone!");
choice = run_dialog(0);
if (choice == 1) {
change_coins(-10);
message_dialog("He thanks you profusely and walks to the nearest bakery."," ");
end();
}
if (choice == 2) {
message_dialog("He sighs and sulks away."," ");
end();
}
message_dialog("He spits in your face and walks away, muttering about how young people only think of themselves these days."," ");

break;
By the way, you should also make sure that you find some way to handle the situation where the player offers to give money (selects the first option) but doesn't actually have any gold.

[ Saturday, November 26, 2005 16:17: Message edited by: Thuryl ]

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
dialog/special encounter problem in Blades of Avernum
...b10010b...
Member # 869
Profile Homepage #2
What CPeters said, since he got in before me.

Note, however, that you should only call run_dialog once per encounter and save its value to a variable, so the player doesn't have to deal with the dialog box twice. That's the purpose of lines like "choice = run_dialog(0)" that you see in scripts.

So here's the fixed version of your script:

(Note that this requires that "choice" be defined as a variable in the variables list at the start of the script)

beginstate 11;
reset_dialog();
add_dialog_str(0, "You see a beggar holding out a tin cup to you. _Could you please spare a few coins so I can eat?_" 0);
add_dialog_choice(0, "Yes I will. (Give him coins)");
add_dialog_choice(1, "Sorry, I don't have any myself.");
add_dialog_choice(2, "Back off old man and leave me alone!");
choice = run_dialog(0);
if (choice == 1) {
change_coins(-10);
message_dialog("He thanks you profusely and walks to the nearest bakery."," ");
end();
}
if (choice == 2) {
message_dialog("He sighs and sulks away."," ");
end();
}
message_dialog("He spits in your face and walks away, muttering about how young people only think of themselves these days."," ");

break;
By the way, you should also make sure that you find some way to handle the situation where the player offers to give money (selects the first option) but doesn't actually have any gold.

[ Saturday, November 26, 2005 16:17: Message edited by: Thuryl ]

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
Dialog bug in Blades of Avernum Editor
...b10010b...
Member # 869
Profile Homepage #1
EDIT: Ah, I see what the problem is now.

I suppose one workaround is to make sure that whenever possible, dialog options that are only available conditionally are the last one on the list, so they don't affect the order of the others.

[ Saturday, November 26, 2005 16:04: Message edited by: Thuryl ]

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
Dialog bug in Blades of Avernum
...b10010b...
Member # 869
Profile Homepage #1
EDIT: Ah, I see what the problem is now.

I suppose one workaround is to make sure that whenever possible, dialog options that are only available conditionally are the last one on the list, so they don't affect the order of the others.

[ Saturday, November 26, 2005 16:04: Message edited by: Thuryl ]

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
Exile III multiplayer? in The Exile Trilogy
...b10010b...
Member # 869
Profile Homepage #7
quote:
Originally written by Boeing:

But an non-turnbased version of chess would be fun.
Some forms of speed chess are played this way -- you can move as fast as your fingers will allow.

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
what is your group make up? in The Avernum Trilogy
...b10010b...
Member # 869
Profile Homepage #17
I have the same problem with hoarding items. I save them for when there's absolutely no way to get by without them, and almost inevitably end up not needing them after all.

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
Script spawning in Geneforge Series
...b10010b...
Member # 869
Profile Homepage #3
So place_monster doesn't work in Geneforge? Huh. Damn. spawn_creature only allows the spawning of creatures that have already been placed in town, though, doesn't it?

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
Script spawning in Geneforge Series
...b10010b...
Member # 869
Profile Homepage #1
quote:
void place_monster(short loc_x,short loc_y,short monst_type,short not_worth_xp)

Makes a monster of type monst_type appear at {loc_x,loc_y}. It is hostile to the party. The game has 34 slots reserved for wandering monsters and creatures made using the place_monster function.

If not_worth_xp is 0, than the creature is a normal creature. If not_worth_xp is 1, the creature drops no items and awards no experience when killed. If not_worth_xp is 2, the creature is considered to be summoned. It drops no items, isn't worth xp, and disappears a few turns later.

The summoned creature uses its default script.
For most situations, that's probably the call you want.

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
BoA Pages in Blades of Avernum
...b10010b...
Member # 869
Profile Homepage #3
Well, originally it was just TBoEP. Then it sort of grew. :P

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
Zakhazi Run in Blades of Avernum
...b10010b...
Member # 869
Profile Homepage #10
Kelandon's written an article entitled Basic Scripting for Complete Beginners. It may be what you want.

Erik Westra's Blades of Avernum Editor Cookbook is also a useful resource.

[ Friday, November 25, 2005 16:15: Message edited by: Thuryl ]

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
BoA Pages in Blades of Avernum
...b10010b...
Member # 869
Profile Homepage #1
TBoEaPaSPiTBoAPWaELaNOA isn't on your list. It's only got two BoA utilities on it, but as far as I know neither of them can be found anywhere else.

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00
Random Quiz in General
...b10010b...
Member # 869
Profile Homepage #21
You will note that "before" is not a synonym for "through".

--------------------
The Empire Always Loses: This Time For Sure!
Posts: 9973 | Registered: Saturday, March 30 2002 08:00

Pages