Jump to content

The Loot

Members
  • Posts

    762
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by The Loot

  1. They look like that because they used alpha layers and alpha reflections in-game to imitate reflective clothing. It all depends on what program you open the files with, so it seems. I haven't found one yet that seems to work correctly with files like that, so I end up converting to bmp with x2y and then to png. At that point the whole texture shows at once, but I lose the alpha properties.

  2. Well, I use this for playing and stopping a 3D sound for my Automatic Fire Alarm script, playing then stopping the sound.

    int x;x = Audio::PlaySample3D(Sound3D, obj->GetPosition(), true);obj->SetUserData(x);
    int ref = Target->GetUserData();Audio::StopSample(ref);

    The SetUserData might conflict with the functioning of whatever script you're adding it to.

  3. I was wondering if you guys are putting detectives in the mod because I think they aren't useful. I may be wrong but they have the same actions as police

     

    Doesn't have to be true. I've completely removed the normal vehicle menu in my LA mod, and exclusively use varied call scripts for vehicles on and off map. One aspect is that most personnel can only call certain vehicles, and only those that already exist on the map. Supervisors, whether it be a Battalion Chief, EMS Captain, Police Detective or Sergeant, or Federal Agent, are the only ones who can call in additional vehicles if needed.

     

    Other than that, many scripts can be worked up in order to give even more unique functions to those type of people and to add more depth to gameplay.

  4. There were some definite problems there from your copy paste, so it's no wonder it was causing a hard crash.

     

    I went and just changed it to an "else" statement for the last few sections with sirens 5 and 6. The old code is still there but commented out if you wish to do it the other way, but this way saves you from having to define all those police vehicles, and makes it so you don't have to add any new vehicles to the script in the future (as long as you want them to use those sirens).

    LASIREN.txt

  5. Looking tasty as usual.

     

    I do have some need for County engines so it'd be great (since the LA County sub-mod has fallen quiet for some time). Is there really much difference between LAFD and LACoFD uniforms besides lettering and logos? Different shade of yellow or style of helmet? I'd mess around but I don't have any way to edit images without messing up the alpha layers.

  6. I'm not sure what's in Montana v1 when it comes to this situation. They could have made changes that would conflict, but the steps in my guide should work for any LA-mod based mod. If Montana v1 included the Water mod, you'd probably save a few steps, but you'd have to figure out if you could just replace or remove the old scripts without issue.

  7. If you've played the Copanhagen mod 1.1, you'd see. Its the most awesomesauce thing to come out of EMP and few are aware of it.

     

    Its basically bma's brand new set of callouts that replace the original freeplay events. The possiblities are endless, but is a pain to script and requires massive map edits. RCMP has implemented his script and taken it one step further by combining it with mission script capabilities.

     

    I messed around with the Copenhagen mod for a bit, and didn't even realize there was something like that in there. Doesn't look too bad, but yeah, looks like it would be many map changes.

     

    I don't want to clutter this thread, but is there any more info on the script floating around?

  8. Wanted to go for some variety between the Hazmat and USAR trucks.

    Good point.

     

    Retractable awing? Whats this?

    VNY-LAFD-RAT59-011.jpg

     

    Here's an Air Tender with one extended, cover from weather. The protrusion on the side of the Hazmat truck is where it's supposed to be, though I don't think the USAR model has anything like it. The ATF Command Post has the animation for it's Deploy command as an example.

×
×
  • Create New...