Jump to content

SirMoo

Members
  • Posts

    230
  • Joined

  • Last visited

Posts posted by SirMoo

  1. BTW, got a WD 2 TB Caviar Green for X-Mas bringing me up to just under 6 TB of storage! :)

    Thats a lot of pr0n.

    I have a 2tb hard drive that I split 50/50 half having linux the other hold other files like WoW. It's Hitachi I think.

    On windows I use iobit software. I noticed a small improvement after using it to clean up files.

  2. As a friendly reminder this is more then likely not the best place to ask a question. But none-the-less...

    Assuming you copied over all the files for the mods, what do you mean by 'extra options'. They are not extra things they should simply be working and overwrite the current. However, you're mentioning multiple mods and a lot of times these are not compatible together. It would be best for you to read all the documentation that comes with it as well as in the threads for each mod to see which ones work together. Which are you adding first? And are you manually adding them to prevent overwritting needed files for each one?

  3. Personally, I think rescue 7 should not be considered an ambulance. If anything, I would suggest having 2 different models, one that's strictly a rescue and one that's a LRA. as far as other things, I would also suggest not having the FF/PM(EMT)'s already in SCBA gear when they respond out. Not all calls require it. I'm pretty happy with the seating and stuff, just a few tweaks.

    TL;DR:

    I suggest:

    Rescue 7 becomes JUST a rescue again

    FF's don't start out w/ SCBA

    I assume it's not in this one, but a fun feature about the w00ds version (and I hope you don't mind me mentioning this Xplorer) is that the paramedics have 3 (maybe 4) outs that they turn out in. Each vehicle is randomly staffed when you call it. I really love this aspect. One may be in turnout gear while the other is wearing the blue outfit.

  4. The city I live in we have an Emergency Alert System (which I guess would be for air-raids/tornado ). It sounds a lot like thunderbolt siren (posted by billy) for the first few moments but then drops matching some fire engine sirens more then a raid siren, and after a few moments it makes this little tune (

    ) and the guy comes on and says "This is a test of the emergency alert system". It echoes like hell as I think there are a couple in the area.

    It's actually one of the nicer sirens I've seen and I was unable to find it on youtube. :(

    And then we have this on TV. Freaking annoying: http://www.youtube.com/watch?v=hpnbtogOYyg

  5. Long time since respond.

    Was a little busy.

    I now got an error:

    Obviously I need to reconfigure the SQL server.

    Any tips of what program to use?

    -Microsoft SQL Server (expensive)

    - ??

    If it's for a game you may want something like this: http://www.sqlite.org/

    I'm not 100% sure if it's compatible for VB programs, however it's a self contained variation for of SQL which would be better than having to ship out a game stuffed with MySQL, which is the leading alternative to MS Sql.

  6. You need to copy all the amr files from all three... Models, Prototypes and Units.

    Then you need to look at the freeplaybase.xml files and add the following lines to it:

    	<vehicle prototype="mod:Prototypes/Vehicles/01 LA Ambulance/amrambulance01.e4p" count="2" />

    <vehicle prototype="mod:Prototypes/Vehicles/01 LA Ambulance/amrambulance02.e4p" count="2" />

    And now you need to add the following to LASiren.script

    This part should go with the other ones that look like this near the top area.

    const char PROTO_AMRAMBULANCE01[] = "mod:Prototypes/Vehicles/01 LA Ambulance/amrambulance01.e4p";

    const char PROTO_AMRAMBULANCE02[] = "mod:Prototypes/Vehicles/01 LA Ambulance/amrambulance02.e4p";

    Then you need to add the following near where the other ambulance sirens are, you'll need to find them yourself, but their named easy to figure out.

      		StrCompare(v.GetPrototypeFileName(), PROTO_AMBULANCE02) == 0 ||

    StrCompare(v.GetPrototypeFileName(), PROTO_AMRAMBULANCE01) == 0 ||

    Now, there are some errors doing it this method, and you may need to add in some of the commands you want to use. Also, the AMR ambulance will not go on patrol/return to the station/base after it drops off a patient, it will simply sit in the hospital ambulance bay. I've not figured out what causes this. :/

  7. To say that he'd be sued for that is stupid. One, the company would never sue the city in which they are filming due to the threat of having their permits pulled. And two, the police officer was operating with due regard while responding to a 911 call so he does have some immunity seeing as how the stunt driver peeled out making a left hand turn and into him with no warning.

    Now it would very much depend on the situation, however... I would most certainly sue the city.

    First off, it's a breech of contact. The film crew has a contract for that road.

    Second, if the city revoked their license that would be a secondary breech of contract.

    Third, immunity? There is no immunity. He disrupted a set and cost them tens of thousands of dollars. Assuming they were not using 100% digital film, thats a MASSIVE cost. One filming crew charges it's actors what... 100 dollars if their cell phone rings simply to cover the costs of film.

    Regardless if the bomb was real or not, the cop is by fault and thus the city would take care of it. So... If the city does pull the permit they'll pay money... if they get sued... they'll pay money. But I can't find any legal files on it at the moment so I doubt the film crew decided to do anything about it... or it was something done in private to make things simple.

×
×
  • Create New...