Profile for Overwhelming

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
Poll: Password protected scenarios: what do you think? in Blades of Avernum
Infiltrator
Member # 4637
Profile Homepage #0
Password protected scenarios: what do you think?

Vote in my poll, please:

Click here.

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Dialogue help in Blades of Avernum Editor
Infiltrator
Member # 4637
Profile Homepage #3
Go here here and get Erik's guide. Among other things, it offers a tutorial on how to make dialogue. :)

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Dialogue help in Blades of Avernum
Infiltrator
Member # 4637
Profile Homepage #3
Go here here and get Erik's guide. Among other things, it offers a tutorial on how to make dialogue. :)

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
dialogues [nOOb question] in Blades of Avernum Editor
Infiltrator
Member # 4637
Profile Homepage #2
Go here here and get Erik's guide. Among other things, it offers a tutorial on how to make dialogue. :)

[ Friday, August 27, 2004 01:46: Message edited by: Overwhelming ]

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
dialogues [nOOb question] in Blades of Avernum
Infiltrator
Member # 4637
Profile Homepage #2
Go here here and get Erik's guide. Among other things, it offers a tutorial on how to make dialogue. :)

[ Friday, August 27, 2004 01:46: Message edited by: Overwhelming ]

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Is there a way to rotate terrain objects? in Blades of Avernum Editor
Infiltrator
Member # 4637
Profile Homepage #11
I don't know. The sheet includes other seven squares, also fliped but with no shadow tweaking.

Maybe I'll empty them out, then post it in my site and, after that, to the Louvre.

Or tweak the other squares first, but that will be for later.

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Is there a way to rotate terrain objects? in Blades of Avernum
Infiltrator
Member # 4637
Profile Homepage #11
I don't know. The sheet includes other seven squares, also fliped but with no shadow tweaking.

Maybe I'll empty them out, then post it in my site and, after that, to the Louvre.

Or tweak the other squares first, but that will be for later.

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Is there a way to rotate terrain objects? in Blades of Avernum Editor
Infiltrator
Member # 4637
Profile Homepage #9
Nevermind. I've figured it all.

What do you think about the altar's new orientation?

IMAGE(http://upl.silentwhisper.net/uplfolders/upload0/altar-south.jpg)

I've also tried to change the shadowing, but I'm not sure about the results:

IMAGE(http://upl.silentwhisper.net/uplfolders/upload0/Altar-South-2.jpg)First version.

IMAGE(http://upl.silentwhisper.net/uplfolders/upload0/Altar-South-3.jpg)Tweaked version.

The code for the terrain:

begindefineterrain 500;
clear;
te_name = "Altar";
te_which_sheet = 500;
te_ed_which_sheet = 501;
te_which_icon = 6;
te_ed_which_icon = 4;
te_can_look_at = 1;
te_special_property = 41;
te_move_block_n = 1;
te_move_block_s = 1;
te_move_block_e = 1;
te_move_block_w = 1;
As you can see, I had to use another sheet for the editor icons. :)

[ Wednesday, August 25, 2004 12:08: Message edited by: Overwhelming ]

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Is there a way to rotate terrain objects? in Blades of Avernum
Infiltrator
Member # 4637
Profile Homepage #9
Nevermind. I've figured it all.

What do you think about the altar's new orientation?

IMAGE(http://upl.silentwhisper.net/uplfolders/upload0/altar-south.jpg)

I've also tried to change the shadowing, but I'm not sure about the results:

IMAGE(http://upl.silentwhisper.net/uplfolders/upload0/Altar-South-2.jpg)First version.

IMAGE(http://upl.silentwhisper.net/uplfolders/upload0/Altar-South-3.jpg)Tweaked version.

The code for the terrain:

begindefineterrain 500;
clear;
te_name = "Altar";
te_which_sheet = 500;
te_ed_which_sheet = 501;
te_which_icon = 6;
te_ed_which_icon = 4;
te_can_look_at = 1;
te_special_property = 41;
te_move_block_n = 1;
te_move_block_s = 1;
te_move_block_e = 1;
te_move_block_w = 1;
As you can see, I had to use another sheet for the editor icons. :)

[ Wednesday, August 25, 2004 12:08: Message edited by: Overwhelming ]

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Is there a way to rotate terrain objects? in Blades of Avernum Editor
Infiltrator
Member # 4637
Profile Homepage #8
Thanks. I've already noticed I was scripting in the wrong script, but I still have the problem. Here my roussadata.txt script:

beginscendatascript;


begindefineterrain 500;
clear;
te_name = "Altar South";
te_which_sheet = 500;
te_ed_which_sheet = 500;
te_which_icon = 3;
te_ed_which_icon = 3;
The editor doesn't display the right icon and only shows part of it. It doesn't even appear in the game. The sheet has the right measures (56 height) (I've jus edited one existing sheet, from Data/Terrain Graphics/).

[ Wednesday, August 25, 2004 08:08: Message edited by: Overwhelming ]

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Is there a way to rotate terrain objects? in Blades of Avernum
Infiltrator
Member # 4637
Profile Homepage #8
Thanks. I've already noticed I was scripting in the wrong script, but I still have the problem. Here my roussadata.txt script:

beginscendatascript;


begindefineterrain 500;
clear;
te_name = "Altar South";
te_which_sheet = 500;
te_ed_which_sheet = 500;
te_which_icon = 3;
te_ed_which_icon = 3;
The editor doesn't display the right icon and only shows part of it. It doesn't even appear in the game. The sheet has the right measures (56 height) (I've jus edited one existing sheet, from Data/Terrain Graphics/).

[ Wednesday, August 25, 2004 08:08: Message edited by: Overwhelming ]

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Is there a way to rotate terrain objects? in Blades of Avernum Editor
Infiltrator
Member # 4637
Profile Homepage #6
I did. Didn't find anything. I've already saved it as G500.BMP. Don't know where to place the te_which_sheet 500. Tried in the town script, under begindegineterrain; but nothing...

[ Wednesday, August 25, 2004 07:26: Message edited by: Overwhelming ]

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Is there a way to rotate terrain objects? in Blades of Avernum
Infiltrator
Member # 4637
Profile Homepage #6
I did. Didn't find anything. I've already saved it as G500.BMP. Don't know where to place the te_which_sheet 500. Tried in the town script, under begindegineterrain; but nothing...

[ Wednesday, August 25, 2004 07:26: Message edited by: Overwhelming ]

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Is there a way to rotate terrain objects? in Blades of Avernum Editor
Infiltrator
Member # 4637
Profile Homepage #4
How do I insert the custom terrain? How do I make it appear in the editor?

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Is there a way to rotate terrain objects? in Blades of Avernum
Infiltrator
Member # 4637
Profile Homepage #4
How do I insert the custom terrain? How do I make it appear in the editor?

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Is there a way to rotate terrain objects? in Blades of Avernum Editor
Infiltrator
Member # 4637
Profile Homepage #0
This is stupid. There is only one altar pic, facing east. That means that if I want it facing south, i'll need to edit it with a picture editor? Or is there a way to rotate it?

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Is there a way to rotate terrain objects? in Blades of Avernum
Infiltrator
Member # 4637
Profile Homepage #0
This is stupid. There is only one altar pic, facing east. That means that if I want it facing south, i'll need to edit it with a picture editor? Or is there a way to rotate it?

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Critique in Blades of Avernum Editor
Infiltrator
Member # 4637
Profile Homepage #9
It looks good. :)

quote:
I'm going to create an unlit version to be replaced by it in the daylight
And how would you make it, so that it lits automaticaly when it's night?

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Critique in Blades of Avernum
Infiltrator
Member # 4637
Profile Homepage #9
It looks good. :)

quote:
I'm going to create an unlit version to be replaced by it in the daylight
And how would you make it, so that it lits automaticaly when it's night?

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
A Perfect Forest Beta Call in Blades of Avernum
Infiltrator
Member # 4637
Profile Homepage #2
Announced it. BTW, how big is the scenario?

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
A problem: making game remeber where are the items in Blades of Avernum Editor
Infiltrator
Member # 4637
Profile Homepage #2
Yeah... I thought so. I was hoping someone would know a solution for this problem...

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
A problem: making game remeber where are the items in Blades of Avernum
Infiltrator
Member # 4637
Profile Homepage #2
Yeah... I thought so. I was hoping someone would know a solution for this problem...

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Requests for BoA Scenario Format 3 in Blades of Avernum Editor
Infiltrator
Member # 4637
Profile Homepage #26
You mean this?

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Requests for BoA Scenario Format 3 in Blades of Avernum
Infiltrator
Member # 4637
Profile Homepage #26
You mean this?

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00
Item code list in Blades of Avernum Editor
Infiltrator
Member # 4637
Profile Homepage #4
Much better: Erik Westra made the BoA Editor Cookbook. From pages 70 to 79 (in PDF version) you can find a list of all items, with their graphic and number.

A similar list existes for all creatures/NPCs.

You can get the link in my site (check my signature).

You should really pay attention to Erik's work. It's excelent indeed.

[ Sunday, August 22, 2004 03:46: Message edited by: Overwhelming ]

--------------------
Visit the Blades of Avernum Center
and the Beta Testing Center

--------------
"Beware lest anyone cheat you through philosophy and empty deceit, according to the tradition of men, according to the basic principles of the world, and not according to Christ." Colossians 2:6-9
Posts: 483 | Registered: Tuesday, June 29 2004 07:00

Pages