Jump to content

soulbody

Members
  • Posts

    949
  • Joined

  • Last visited

Posts posted by soulbody

  1. hi, im back,

    how is the submod going?

    we are in the beginning because a unknown bug with the back-up for tow truck command, strange is the change is also made to the US Army command and that script the change function is it should do. I'm working on it but still stuff isnt right.

  2. But what if you have 911 First Responders? Will the submod still work? :huh:

    do you have a second mission list?

    He just said that it will only work with the Deluxe edition..

    But with all do respect, I do highly recommend making a version of this for the regular EM4...

    might be coming later, first the basics have to be done. later i can change this but for now i have to do it this way.

  3. thanks for the answer, topic can be closed, link is bookmarked

    Later added:

    still don't work i get this message:

    Naamloos.jpg

    this is a part of the script:

    		Vehicle *theCar = NULL;
    float bestCar = 0.;
    VehicleList patrolCars(VT_FIREFIGHTERS_ASF);
    for (int i = 0; i < patrolCars.GetNumVehicles(); i++)
    {
    Vehicle *aCar = patrolCars.GetVehicle(i);
    if (aCar->GetPlayerMP() == Caller->GetPlayerMP() && !aCar->IsCurrentAnimation("Getoff") && (aCar->HasCommand(CMD_STANDBY_OFF) || aCar->HasCommand(DUMMY_PATROL) || aCar->IsCollidingWithVirtualObject(VO_PARK01) || aCar->IsCollidingWithVirtualObject(VO_PARK02) || aCar->IsCollidingWithVirtualObject(VO_PARK03)))
    {
    float distCurrCar = Math::dist(CmdPos.x, CmdPos.y, aCar->GetPosition().x, aCar->GetPosition().y);
    if (distCurrCar < bestCar || bestCar == 0.)
    {
    theCar = aCar;
    bestCar = distCurrCar;
    }
    } }

  4. New plans for submods are made,

    The los angeles mod works fine as it is but the tutorail is still not working fine.

    We don't want to fix those bugs so we planned something else for it.

    We gone change the deluxe missions to the normal missions (just list switch) and add four tutorails to the deluxe list, one for each section (police department, fire station, medical responses and the technical forces and etc.)

    so be warned that this mod has only compatibility with the deluxe version of the game.

    more details will be added later on.

  5. i want to create a back-up script and need it to assign it to the technical forces ASF type

    the script is good the only thing is i dont know the code name for the ASF

    i have already tried:

    - VT_THW_ASF

    - VT_TEC_ASF

    does anybody know what need to be use on the place where i put "TEC" and "THW"

  6. You have some pretty high expectations from the sounds of it, so I really hope this all works out. Ill be glad to help out in anyway, and have some ability to mod.

    I was browsing over the bugs list:

    -Police vehicles on patrol, parked at the police station, or on stand-by can also be sended to the requested location

    This should be an easy fix. It needs 2 things, a if statement to check if the car is on standby, so it knows to ignore units on stand by. Now if you add that check you could also code in a statement with in the LAtopolicestation.script to make cars go on standby if there transporting to the "jail."

    im already busy with a patch and that bug is already fixed

  7. That's a good idea, if you get stuck skipping it and coming back to it later on when you understand it. I like that thinking.

    indeed, i aint like htc (is sarcasm cause the 2.1 rom for hero) to release everything perfect, i make what i can and that do i release. i can always added later i wan't you guys to have what i have

  8. heeeey great to hear that you have worked out a new script fot the towtruck man.

    hopeyou also gone fix the AMry backup commands:)

    haha hopefully the realistic mod is not gone be a to big pain for you.

    well, it might be much but i think it won't be so hard, most part is editing old scripts of hoppah mods and the other part is some training for me, if i get stuck the release date won't be damaged because i just will skip it and add it later when i will be able to do it.

  9. News Flash

    Because of the ban of BritischArmyReserveCadets i decided to ban him either from the I Mark's Productions testers list.

    I already asked someone to be tester so i don't want to recieve any request to be tester.

    Also the first small steps on the Realistic Submod are taken, i have tried to make a good back-up command from the Tow Truck and this one hasn't any bugs

    the command isnt finished but those bugs which i couldnt fix in the US Army Submod aren't there in the Tow Truck back-up command. I will try to make a fix for the US Army Submod

    Besides that i also working on a better setup, there are some problems which i can't figure out why they still there but some changes have been possible for the feature.

  10. when installing you need to edit the directory to which it installs, when soulbody was making the installation, on the default intallation directory he made mistakes.

    who said that, i justed to use the default emergency 4 path, this is your program files path (no matter if have x86 or x64) then sixtons... then emergency 4 then mods and then los angeles mod.

    that is no mistake, i warned in the installation instruction that this can be different from the default (which i have entered) besides it's also mentioned in the setup himself.

    the inattention from installers is not a fault of me. i did my best to warn and for know i don't now the layout for the script for the path's so i can only use the default (I use install creator pro)

    besides who said this guy his problem was the installation directory, there can be more problems. so let the support over to me please, i am the maker so i know the problems the best.

  11. What things are in there that you don't want to be seen?

    Thank you. Downloading it now.

    he said: they Don't contains things i Don't want to see. so he said everything what i planned to get in the realistic mod is approved by the rules i have...

    have fun with the download

    BTW, screenshot is in the make hoppah will be added today or tomorrow, can i use a spoiler on this forum or isnt that able? please tell me how if it is able

×
×
  • Create New...