Search results

  1. Willy

    Another "Black and White 2 core application has stopped working" thread

    Have you tried to uninstall then reinstall B&W 2?
  2. Willy

    Scripters may find this usefull

    Saving as a .gif file didn't not work so instead I uploaded them here: http://giveme42.imgur.com/all/
  3. Willy

    Scripters may find this usefull

    This could be VERY helpful at times when scripting for B&W 2. In this topic I will teach you how to find a certain point around an object. I am not talking about going into the landscape editor and getting a point at the object. What I am talking about is being able to find the front of an...
  4. Willy

    Scripting help please

    Here I was doing some testing and I got a creature to kill an army using this force oCreature CREATURE_ATTACK_TROOPS_SPECIAL_MOVE_1 Platoontest wait until get distance from {oCreature} to {Platoontest} < 20 force oCreature CREATURE_CAST_FIREBALL_ON_PLATOON Platoontest //set oCreature priority...
  5. Willy

    People standing still?

    Okay well then Try uninstalling then reinstall B&W 2
  6. Willy

    People standing still?

    I think this could be a problem with your memory card. But I am not sure If it is your memory card there are a few ways to fix it. sadly they would take a lot of work. 1. get a new memory card 2. uninstall then reinstall windows or mac     then reinstall B&W 2 :sorry You will just have to...
  7. Willy

    People standing still?

    Was this happening before or did it just start? This is the question I really need an answer to :)
  8. Willy

    People standing still?

    That seem very odd to me :l And how did you come up with 65% anyway? This could be a problem with the programing of lionhead. Was this happening before or did it just start?
  9. Willy

    How come my background scripts won't run?

    You welcome If you incounter any more problems just ask. I will be more then happy to help :D
  10. Willy

    How come my background scripts won't run?

    If you just want to move the platoon to the wall use add action PLATOON_AGENDA_ACTION_MOVE_TO_POS using {Location near wall} to Platoon3 action queue
  11. Willy

    How come my background scripts won't run?

    Here is your problem: TestPlatoon = get platoon of player 1 nearest {GateHouse[Cnt]} radius 100 TestSiege = get siege weapon of player 1 nearest {GateHouse[Cnt]} radius 100 TestCreature = get distance from {GateHouse[Cnt]} to {oCreature} The player should be: TestPlatoon = get platoon of...
  12. Willy

    How come my background scripts won't run?

    //usually we run the scripts like this. define script Land12Script define script playercreature define script ResearchStandardBuildings define script CreatePlatoon run script Land12Script begin script Land12Script start   disable load screen   set fade in time 1   enable gate GateHouse0...
  13. Willy

    Help is needed

    When I turned off the UAC I was able to make saves!! Thanks Sylcai
  14. Willy

    Help is needed

    It did not work I still can't make new saves in the temple. Any other ideas?
  15. Willy

    Help is needed

    I will try that, I am running windows vista
  16. Willy

    Help is needed

    A little while ago I got a new computer and I copied all the files from my old hard drive into a newer one. And I have encountered problems with B&W 1 1 - When I reinstalde B&W 1 I could not get my old profiles back.   I did however over come this problem, but now have come across another...
  17. Willy

    Teach me how to script please (could also be useful for others)

    It will show up on the front page when you upload your land. I'm looking forward to it.
  18. Willy

    Teach me how to script please (could also be useful for others)

    No problem at all! If you have any other questions at all just ask! I will be more then happy to help. Two more pieces of advance when making a B&W 2 lands make sure the enemy is really hard :D Because the real game was made way to easy, the people who still play B&W 2 need land that will take...
  19. Willy

    Teach me how to script please (could also be useful for others)

    This the probably one of the hardest parts of making a land. There is too much here for me to explain, the attachment is a script I made for a land with almost every kind of command there is for armies. You will need notepad++ to open it. there could be other programs that will work, but most...
Back
Top