-
Posts
675 -
Joined
-
Last visited
-
Days Won
5
2Bells Gaming last won the day on August 26 2023
2Bells Gaming had the most liked content!
Contact Methods
-
Website URL
https://www.twitch.tv/2bellsgaming
-
ICQ
0
Profile Information
-
Gender
Male
-
Location
Behind you
-
Interests
<unknown>
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
2Bells Gaming's Achievements
-
Give Control Panel access to other players in Multiplayerr
2Bells Gaming replied to xTurbo21's topic in Los Angeles Mod
I believe a script was released on the German forums, but I haven't tried it yet to see if it works. -
2Bells Gaming changed their profile photo
-
Zmodeler "cannot find object" when trying to export file.
2Bells Gaming replied to BGM17's topic in Modding Related Support
The object name in Zmod has to match the name of the .v3o file. As example: I would have to export this as "bme_model34.v3o" or it'll error out as it did for you. To change the name, you can either click on the model (highlighted blue here) twice, slowly, and change the name there, or you can right click, select properties, and change the name in that 'menu.' Hope this helps! -
Alright. This is a bit of a tall order, but I'll do my best to break it down for you! 1) start with making the model. I recommend Zmodeler2, as I've found that best for EM4 to model with. Zmodeler3 is newer and has a different interface, however I personally prefer Zmod2. I also use paint.net for my textures, as it works with .dds files as well. I save them as .png as I find it keeps the textures "crisper" if that makes sense. 2) once the model is done, copy a vehicle in the editor and name it something easy to remember, such as "EPPD_2020_Explorer.e4p" or similar. I recommend using something with minimal lighting, as you'll want to just keep the basics, like headlights, blinkers, brakelights.... Use those existing lights, moving them around as needed to get the new vehicle with the base lighting. Then move on to the emergency lighting. 3) after the lighting, I go into the scripts. If you're using the LA Mod, you'll need to edit the LASiren.script for the sirens to work. I believe the majority of the rest of the LA scripts use vehicle type, so you should be okay with just that one. 4) next, I do the unit folder. in units/vehicles/police, copy an SUV and rename the folder something similar to your e4p file name. I personally would use EPPD2020EXPLORER or something. The order of the folders is the order they will show up in the unit-calling menu. Top folder will be the first car. That's why there's numbers in front, to make it easier to order them. Within the folder, you'll have the pictures that will show up in the menu. What we need to focus on is the unit.xml. Edit that with a text editor, changing the name (again, something you can remember) and the path to the e4p file. That's the basics, but you could get more advanced by editing the number of spaces for officers and detainees, and the default officers etc. 5) at this point, I do the specs and lang files, which are the last steps. In specs, you need to add your vehicle to portraits.xml and freeplaybase.xml. I you use the other vehicles as a guide, you'll be fine. In the lang folder, you're looking for portrait.xml again, as well as infotexts.xml. Again, use the existing vehicles as a guide. Heads up: in the infotexts.xml, it's 3 lines of text per vehicle. I know that's a fair amount of work, however trust me when I tell you that in time, steps 1 and 2 will be the longest. If you're editing and existing model, such as in this case, step 2 (adding lighting) will be the longest for you. This is a very high-level overview of what needs to be done. If you get jammed up anywhere, let me know and I'll walk you through it! Cheers!
-
Virtual objects, adding vehicles from start
2Bells Gaming replied to matte31's topic in Modding Related Support
I took a very fast look. The only thing I see is the new prototypes are mapped to mod:Prototypes/Vehicles/fire department/, whereas the other units are mapped to mod:Prototypes/Vehicles/02 LA Fire Department/. I just want to confirm that these are in a folder named "fire department" and not one named "02 LA Fire Department" -
White screen in vehicle selection (SOLVED)
2Bells Gaming replied to Frogcop's topic in Technical Related Support
Pretty sure (however not totally confident) that this one is mod:/specs/ and you're looking for portraits.xml in this one. This one has to point to the same name as used in the lang folder, and also has to be the same name in the unit folder, or it'll return that white box error. I think, however I'm not positive.. -
Frogcop started following 2Bells Gaming
-
Change a vehicle description. (SOLVED)
2Bells Gaming replied to Frogcop's topic in Modding Related Support
There are two files. mod:/Lang/en (or otherwise)/ and in that folder you want infotexts.xml and portraits.xml . Infotexts will be the info that displays in the vehicle calling menu. There are three lines per vehicle. Portraits will be the name that shows up on the bottom right when you select the unit in the game. This name appears under the photo of the vehicle, which is the one located in the vehicle's unit folder. -
I would recommend using the editor to point to the correct model file. I've found that editing the .e4p file in a text program opens yourself up for minor errors that will make your hair start to turn grey and fall out. *Points at own head as example. It's likely a very small spelling or grammatical error that sent you in that direction. In the editor, does the model show correctly, or is it the missing box there too?
-
Looking for a SpecialLight script..
2Bells Gaming replied to Nick007's topic in Modding Related Support
Thanks for sharing your solution, eh? It's the only way we're gonna learn and grow as a community. Excellent work! -
Looking for a SpecialLight script..
2Bells Gaming replied to Nick007's topic in Modding Related Support
I could be wrong, but to verify I'm learning things properly and to assist anyone in their learning, would this need to be defined in the beginning of the script, where the other variables would be defined? -
Agreed. Excellent PIO program in place there. I've been in contact with one of their LT's who has been helping me develop a wildland firefighting program for my department. He's been nothing but an exemplary gentleman so far. I can't say enough good about SMFR.
-
Hey Shauney, Pretty unlikely that anyone's going to make a mod for you. That said, there's plenty of resources and support to learn to make your own! I'd recommend reading over some of the topics on the forum and learning how to make your own version of a West Metro mod. That said, in an effort to motivate you, I'd like to share a reskin I made of an Itchboy model I borrowed from the West Falls modification. In an evening of boredom, I made a Safety 35, even though I have no mods based anywhere near Colorado... Model credits to Itchboy and SlateDragon1, skinned by myself.
-
Long Beach Submod
2Bells Gaming replied to NorthKing's topic in Modification Sub-Mods WIP (In Development)
I had to google LB R3, but I think you've pretty well nailed it. Excellent work! -
docdre143 started following 2Bells Gaming
-
Hey Itch, what about making them Childs, kinda like the SWR boat or Motorcycle? Maybe the first two people to enter the vehicle don't show up, as if they're in the front seats, but the third-through-sixth (or eigth?) put two people on each side (and rear?). Just a thought... don't even know if that's easily doable..