Ga naar inhoud


Foto

Ravenna, Ohio Submod-WIP

RavennaOhio Submod Marshall8946 OSHP Ravenna Police Ohio Sheriff Ohio Modification Ohio Submod Extra Vehicles

  • Gesloten Topic Deze topic is gesloten
1041 replies to this topic

#961 Xplorer4x4

Xplorer4x4

    Assistant Chief

  • Members
  • 4972 Posts:
  • Gender:Male
  • Location:Evansville,IN

Gepost 25 maart 2014 - 06:38

They do, but only for a certain section. At the moment I have:

Rootstown: Rescue & ambulance

Kent: Engine

Charlestown: Engine

 

Truthfully for this game. Ravenna city and township can handle an entire block on fire.. Mutual aid will rarely be used by the player, if at all.  I did think about adding Streetsboro, but I'm trying to just keep it low at this point. The player even has NEAS they can use if they need more medics. Let alone the MCU is still available.

 

If anyone has basic knowledge of adding commands to scripts, I could use a little help with the engine script.

I would say keep it simple for the first release. Plus it gives you stuff to add later. ;)

 

If you dont mind posting it here, I can take a look, and I am sure others will help as well.


Please DO NOT PM ME for help. Ask your questions on the forum to help others with the same issue.

Enhance your LA Mod Freeplay Experience with LA Mod 2.0 4x4 Submod.
MyDfQUt.jpg

Los Angeles Mod v2.0 4x4 W00ds Map v1 - BETA RELEASE

If you appreciate my work, then please donate. Every little bit helps!
btn_donate_SM.gif


#962 Marshall8946

Marshall8946

    Battalion Chief

  • Members
  • 663 Posts:
  • Gender:Male
  • Location:United States, Ohio
  • Interests:911FR: Advanced lighting and skinning, small script work. Check out my about me on my page to know more. Anyone who needs help on anything is more than welcome to PM me!

Gepost 25 maart 2014 - 02:13

This is not my script! It can be downloaded/found here. The owner, Carli96 gives free permissions.

Edited by myself.

Im just trying to add, so the engine shuts off once its back at station. Otherwise, the engine script is pretty pointless..

 

Spoiler

Posted Image

*Real women love cops, the rest marry firefighters*


#963 Xplorer4x4

Xplorer4x4

    Assistant Chief

  • Members
  • 4972 Posts:
  • Gender:Male
  • Location:Evansville,IN

Gepost 26 maart 2014 - 08:21

After:

Vehicle vec(Caller);

Create new line(enter) and add something like this:

Vehicle v(Caller);
        if (v.IsCollidingWithVirtualObject(VO_ENGINE01) || v.IsCollidingWithVirtualObject(VO_ENGINE02) || v.IsCollidingWithVirtualObject(VO_TILLER))
                return false;

No I assume you have more VOs then that, so you could use a SQUAD VO that covers the entire FS, but the engine would die to soon imo. Actually even this way it might die to soon..you might be better off usign the LAtoFireStation script like this:

else if(StrCompare(v.GetPrototypeFileName(), OBJ_TILLER) == 0)
        {
            GameObjectList l4;
            Game::CollectObstaclesOnVirtualObject(VO_TILLER, l4, ACTOR_VEHICLE);
            if(l4.GetNumObjects() > 0)
            {
                Mission::PlayHint(HINT_NOSPACE);
                Game::ExecuteCommand(CMD_GOHOME, &v, &v);
                return;
            } else
            {
                ActorList l1 = Game::GetActors(VO_FP3);
                ActorList l2 = Game::GetActors(VO_TURNTO3);
                m.PushActionWait(ACTION_APPEND, 3.5f);
                m.PushActionExecuteCommand(ACTION_APPEND, CMD_COMMAND, Caller, 0, false);
            }
        }

In this case CMD_COMMAND could be CMD_E1 and at the top of the tofs script with the constants for the OBJs and VOs add

const char CMD_E1[]                        = "Engine1";

 

Because you have decided the game is going to recognize this command as simply "Engine1" when you go to the editor to assign the command. If your going to do a separate script for each vehicle I would suggest naming this one object VcmdEngine1Noise : CommandScript

 

Also:

object Engine1 : CommandScript
{
Engine()

The Engine on the second lien should be Engine1 as well. Whatever comes afer object and before the : should always go on that following line:

object Engine1 : CommandScript
{
Engine1()

Please DO NOT PM ME for help. Ask your questions on the forum to help others with the same issue.

Enhance your LA Mod Freeplay Experience with LA Mod 2.0 4x4 Submod.
MyDfQUt.jpg

Los Angeles Mod v2.0 4x4 W00ds Map v1 - BETA RELEASE

If you appreciate my work, then please donate. Every little bit helps!
btn_donate_SM.gif


#964 Jonas Maeckelburg

Jonas Maeckelburg

    Firefighter

  • Members
  • 11 Posts:
  • Gender:Male
  • Location:Germany
  • Interests:US Mods / German Mods / Canadian Mods /

Gepost 02 april 2014 - 01:53

Can I test the  WIP?


Sorry for my english: I from Germany and Google Translator is Hell! :WTF:

#965 ThePoliceGuy

ThePoliceGuy

    Captain

  • Members
  • 214 Posts:

Gepost 09 april 2014 - 07:57

Looking forward to this submod, looks well done.




Add 'djchill95' on skype for constant MP gaming, English only, no mic required!

#966 Jonas Maeckelburg

Jonas Maeckelburg

    Firefighter

  • Members
  • 11 Posts:
  • Gender:Male
  • Location:Germany
  • Interests:US Mods / German Mods / Canadian Mods /

Gepost 23 april 2014 - 06:13

YEAH!


Sorry for my english: I from Germany and Google Translator is Hell! :WTF:

#967 ses

ses

    Captain

  • Members
  • 205 Posts:
  • Gender:Male
  • Location:victoria,australia
  • Interests:family,car racing,ses and rescue operations

Gepost 06 mei 2014 - 07:21

sounds great

looking forward to this one as well


Untitled-2_zpse4b40df2.jpg

 


#968 Marshall8946

Marshall8946

    Battalion Chief

  • Members
  • 663 Posts:
  • Gender:Male
  • Location:United States, Ohio
  • Interests:911FR: Advanced lighting and skinning, small script work. Check out my about me on my page to know more. Anyone who needs help on anything is more than welcome to PM me!

Gepost 13 mei 2014 - 02:21

Hey guys, I'm still here! Here's a very small post about some of the things that have been being worked on recently.

A very generous person has gratefully came to me and given me full permission to use and edit all of his models within the Ravenna Mod. I thank RD_Saarland for doing this! So many of the new models you see will be from his generosity. Others are pulled from various mods that are fully credited or give full free to use permissions.

As an added bonus, at the bottom you will see the work of a private little submod from the Montana Mod; Based off the fire department I work with. Its just something for me to mess around and play with. Which may be released later on.

Also, the new ford vehicles will be implemented into the mod!

 

The new railroad crossings!

13990455588_a95dbb5795_b.jpg

 

 

Sheriff golf cart will be located at the plaza for your convenience.

14177100045_a60dbfbd02_b.jpg

 

New Pepsi and Budweiser trucks! The Budweiser truck also has an idling sound where it is parked.

14174439222_638382306e_b.jpg

13990446530_afe9a0b57b_b.jpg

 

 

A civil off duty EMT has his own house and POV. Outfitted with caution lights.

14173789651_225eba814d_b.jpg

 

 

Just some added scenery.

13990468247_dd0f71913c_b.jpg

14177099795_2659cb4849_b.jpg

 

 

A few buildings under construction.

14153937386_0586d14867_b.jpg

 

 

Most likely the last of the volunteer povs. There are now four available.

14173788971_1d3ff7b798_b.jpg

 

 

Lastly, the new Ravenna school buses!

14173789081_7032f3756d_b.jpg

 

 

 

 

 

 

Bonuses!

Charlestown Fire Submod! Which is still a huge WIP!!

13407779105_43e9d2823b_o.jpg

13408130744_4c9fdee2f0_o.jpg

13408131184_effda607a5_o.jpg

13408131084_877efa62b0_o.jpg

13408130934_c2573bb9cb_o.jpg

13407778705_9a1573b515_o.jpg


Posted Image

*Real women love cops, the rest marry firefighters*


#969 gunswat

gunswat

    Assistant Chief

  • Members
  • 2213 Posts:
  • Gender:Male
  • Location:Scotland
  • Interests:Computer and console gaming,watching youtube and playing and testing emergency 4 mods mainly.

Gepost 13 mei 2014 - 02:46

This mod is the one I want most xD

#970 Fred03

Fred03

    District Chief

  • Members
  • 1412 Posts:
  • Gender:Not Telling
  • Location:The path less traveled

Gepost 13 mei 2014 - 04:38

Looking forward to its release! How much more work is needed? Are you still having to wait for the RMCP mod to be released?


Also Supporting: RCMP mod, Stillwater mod, Lampard mod, Ravenna sub-mod,  Rockport mod.

xnzgxu9.png

State & National Park enthusiast can help modders in park related issues.

My statements in no way respect the views of any agency I am or was formerly associated with.


#971 Modzzguy202

Modzzguy202

    Senior Captain

  • Members
  • 273 Posts:
  • Gender:Male

Gepost 13 mei 2014 - 09:05

Very nice work! Looking forward to the release!

STARTING TO FULLY REDO HAVERHILL MASS MOD, FROM GROND UP, IF INTERESTED IN HELPING PLEASE PM WITH YOUR SKILLS!


#972 jdclark2008

jdclark2008

    Captain

  • Members
  • 175 Posts:
  • Gender:Male
  • Location:Salt Lake City, UT
  • Interests:Firefighting & this game :)

Gepost 14 mei 2014 - 12:04

Wow..impressive.


HaverHillMod_zps8cd0469a.png[/URL]


#973 ENG343INE

ENG343INE

    Battalion Chief

  • Members
  • 576 Posts:
  • Gender:Male
  • Interests:everything FIREFIGHTING & LAW ENFORCEMENT,and GIRLS

Gepost 14 mei 2014 - 04:17

awesome job


03f131416667121.jpgLGWVNGu.gif


#974 riverking100

riverking100

    Lieutenant

  • Members
  • 91 Posts:

Gepost 14 mei 2014 - 05:37

nice great job



#975 ses

ses

    Captain

  • Members
  • 205 Posts:
  • Gender:Male
  • Location:victoria,australia
  • Interests:family,car racing,ses and rescue operations

Gepost 15 mei 2014 - 01:20

looking great


Untitled-2_zpse4b40df2.jpg

 


#976 FInn Rescue 12

FInn Rescue 12

    Battalion Chief

  • Members
  • 768 Posts:
  • Gender:Male

Gepost 15 mei 2014 - 02:58

Must say I like the screen shots Marshall any chance for a video thanks "beer me" LOL! . 


Whats up!  

 

 

 

 

 

 

 

 

post-14435-0-36443700-1362212507.jpg

 

 

 

 

 


#977 Marshall8946

Marshall8946

    Battalion Chief

  • Members
  • 663 Posts:
  • Gender:Male
  • Location:United States, Ohio
  • Interests:911FR: Advanced lighting and skinning, small script work. Check out my about me on my page to know more. Anyone who needs help on anything is more than welcome to PM me!

Gepost 15 mei 2014 - 04:50

Must say I like the screen shots Marshall any chance for a video thanks "beer me" LOL! . 

I would love to make a video, but oddly enough my computer wont run both apps without causing massive lag. Unless I make the video settings so low that you wouldn't be able to tell the difference between a building and a fire engine.


Posted Image

*Real women love cops, the rest marry firefighters*


#978 Mentor1159

Mentor1159

    Senior Captain

  • Banned
  • 450 Posts:
  • Gender:Male
  • Location:Ohio

Gepost 15 mei 2014 - 04:56

Hey Marshall, if you send me over the game files I can make a nice video**Wink**Wink**. 

 

HAHA im kidding, Nice job so far!  :holdglass:



#979 Wkboy714

Wkboy714

    Senior Captain

  • Members
  • 489 Posts:
  • Gender:Male
  • Location:England, UK

Gepost 15 mei 2014 - 01:03

Fantastic work as ever, Marshall



#980 emergency 2013

emergency 2013

    Captain

  • Members
  • 169 Posts:
  • Gender:Male
  • Location:Sweden

Gepost 16 mei 2014 - 02:15

(Quoted first page)
is this mod still in progress?

patrols_zps5b0559c2.png






Also tagged with one or more of these keywords: RavennaOhio, Submod, Marshall8946, OSHP, Ravenna Police, Ohio Sheriff, Ohio Modification, Ohio Submod, Extra Vehicles