Jump to content

Abu Dhabi

Member
  • Posts

    123
  • Joined

  • Last visited

    Never

Posts posted by Abu Dhabi

  1. The lack of them. I have no idea why this is, but the game returns a '404' error.

     

    At first I thought it was because of wrong number of colors, but then I changed them to the colors of the original BoA introductory graphics. No change.

     

    I named my graphics 550.bmp, 551.bmp and 552.bmp .

    I typed the names without the .bmp in the Graphic to display box.

     

    I have no idea why this still doesn't work.

     

    Help me?

  2. Something here is weird to me.

     

    The amount of people who claim they can't script.

     

    It is as simple as "find copy paste ask-if-wrong". I understand that you can get caught on the details, like myself, but getting the general picture is simplistic to the core.

     

    People. Sigh.

  3. I don't understand people who don't seem to get going with the editor. It's easy. I have never worked with the BoE editor and it still is easy.

     

    The following should be in BIG F-ING FONT:

     

    RTFM

     

    END OF BIG FONT

     

    Is it too much to ask to read 10, ten!, pages of the manual??? It is clear if you are over the age of five and have at least two functioning brain cells.

     

    EDIT: Typo.

  4. They're staying quiet because it's completely different making something while thinking "Hey! I'll suprise 'em poor bastards with it!" than thinking "Oh man. Now that I've announced it I have to do it."

     

    Plus, noone gets to know you've failed when they don't know you attempted.

  5. Quote:
    Originally written by Imban:
    Micael - That's pretty much how it works, yes.
    Wait one moment... Let's be hypothetical for a moment...

    If someone makes a good scenario with, say, two new continents and strong ties with the Avernum series - would it mean that you guys will try to add it to the universum just like that?

    Seems kind of weird to me, maybe I'm exagerating (did I spell that right?) but to me it's like trying to make sense out of fragments that have little or no sense.

    Yes, my head hurts.
  6. All I'm trying to do is avoid someone saying:

    "Hey! One moment! There aren't any mountains in that area! You don't know what you're writing!"

     

    I know Valorim has a reasonable amount of hills and such, but I'm afraid using Valorim is starting to be very old. Any LARGE mountain-ranges out there?

  7. This is a question about the Avernum world. I'm not sure if it is supposed to go in here so correct me if I'm wrong.

     

    Which continent in the Empire controlled lands has the most mountains? Oh, and whether they're high mountains or very old low mountains.

     

    Thanks for attention!

  8. Quote:
    Originally written by Shining Lightbulb:
    Also, a question. Why are you putting the { bracket on a new line? You don't need to and it looks weird.
    It may look weird to you, but I have issues about condition statements in programming -- if I don't put them there I end up confused as to where the statement ends and where the next begins. I guess it's a personal thing.
  9. Yeah, um..., sure, whatever you say.

     

    ...

     

    Ah, forget it!

     

    *The Spelling Goblin mauls Evil-Whatever.*

     

    EDIT: As for the would-be scanario: you should seriously consider one suggested scenario contest.

  10. Quote:
    Originally written by Evil Arch-Archer-Mage Dan:
    I am going to make a senareo - I would like some biginer tips PLEASE.
    Tell you what: if English is your first language I am strongly against your children learning it from you.
  11. Quote:
    Originally written by Doodoo:
    Me, A Creator?
    My Creative Skills Will Blaze
    Once I Learn This Thing
    What? You don't believe in yourself? Itisn't THAT hard to learn to make proper scenarios. Well, scenarios free of technical bugs, at least. If you read the Docs and Appendix, you'll get most of the idea how. Of course, there is a certain problem with understanding avernumscript - you need minimum exposure to programming.
  12. My code:

    Code:
    beginstate 18;	reset_dialog(); // Dialog box here	add_dialog_str(0,"Description.",0);	add_dialog_str(1,"Knock?",0);	add_dialog_choice(0,"Knock.");	add_dialog_choice(1,"Leave.");	run_dialog(1); 	if (choice == 1) // Conditions{	begin_shop_mode("Name","Description.",4,3,-1); // Shop No 4, } //moderate buy, no sell	if (choice == 2){	end();} break; // End
    Now, why doesn't it work like it's supposed to? There is no response from the game, no matter if I choose option one or two. Just as if I put end(); in both choices. It's clearly supposed to be a shop.

     

    Anyone has a clue?

×
×
  • Create New...