Jump to content

Hoppah

Members
  • Posts

    7,379
  • Joined

  • Last visited

  • Days Won

    284

Everything posted by Hoppah

  1. Here you go, try out this new version of the 'go to hospital' script. Just unzip the package to your \Scripts\Game\Command\ folder and overwrite the old file. It will only work in freeplay when you drop off patients at the hospital and it's not tested yet! The current bill is set at 100. To change that amount open the file, scroll all the way down. Find and change this code: int Bill = 100; LAToHospital.zip
  2. It's hardcoded and an essential part of the ladder mechanics in the game. The only way to realise your idea is by hiding the bucket by making it invisible.
  3. sorry for the late reply Unfortunately, I don't work on the LA Mod anymore. Im pretty sure there are a few topics around how to add this command to more units.
  4. Why is this posted in the LA Mod section? For $100 I will send you a hardcopy version of the LA Mod. You want the whole source code printed on paper or the mod burned on a cd?
  5. I'm pretty sure this is related to video card drivers and I don't think the installation error is related to your problem. What are your pc specs?
  6. Guess who's risen from the death.
  7. I know the setting is called 'Special' in the editor, but in the script you must use 'TARGET_REARDOOR' I think. Caller->PushActionMove(ACTION_NEWLIST, Target, TARGET_REARDOOR);
  8. Go into the editor and change the animation setting of the basket to Single (instead of Loop).
  9. You might need the Heal script from the LA Mod as well.
  10. The CTD has nothing to do with the missing icons. Unfortunately, the 'global listener object'-error is about the most vague error you can get and it probably has to do with a script. Try to locate the script you changed last before you got CTD's. It is likely the Flare script causes the CTD, but if you can't find the cause of the CTD you might want to temporarely remove scripts 1 or 2 at a time from the mod, and load the mod until it doesn't crash the game anymore. This way you might be able to locate the file that causes the error at least.
  11. Try changing these lines to: PL.GetPerson(0)->PushActionLeaveCar(ACTION_NEWLIST, &go); PL.GetPerson(0)->PushActionLeaveCar(ACTION_NEWLIST, &go2); PL.GetPerson(0)->PushActionLeaveCar(ACTION_NEWLIST, &go3); If that doesn't work try: PL.GetPerson(0)->PushActionLeaveCar(ACTION_NEWLIST, &v); PL.GetPerson(0)->PushActionLeaveCar(ACTION_NEWLIST, &v2); PL.GetPerson(0)->PushActionLeaveCar(ACTION_NEWLIST, &v3);
  12. Take a look at the Entercar.script. That one defines whether your unit is allowed to enter a specific vehicle (with a contaminated patient) or not. The Entercar.script in the LA MOD defines that your unit must have the command 'extinguish' (line 275).
  13. *Watches vid and notices the empty streets. Was everyone in their shelters again because of an air raid alarm or something? No honestly, I don't see why a new interface with huge icons for nearly blind people would make the game better.
  14. I think mine is smaller But in the end it's not that hard to put this in ur mouth instead of spending money and time to alter a gun:
  15. It's cheaper to send booze from Norway to NL.
  16. So, the LA Mod is basically shit? The LA mod is aimed to preserve some original gameplay, not to add as much bugged stuff as possible without making the game more fun. The biggest problem of the LA Mod was to add a more American feeling to the game and even now I don't think the LA Mod does that really good or anything. It's too much work to replace 1000's of objects with new models. Either way, basically none of the Euro mods had to deal with that problem. I've seen the other two mods you've mentioned. Last time I played them they crashed within 10 minutes into the game. What do I get if I ban him?
×
×
  • Create New...