OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods Beta Testing => Topic started by: Mikeyfish90210 on 04 Apr 2004, 09:43:23
-
Hey all you budding addon makers out there! I was wondering if you could possibly make like a pile of bodies that are all different civilians. I tried to 'pile' them up i ofp but sadly they sunk into each other and remained flat. I also tried pallets to make them seem a little taller but they jumped off it and left no bodies on the pallets. Basically im looking for a quite a large pile of bodies that i can use a fire effect on to look like its burning. I would be much obliged if someone could help!!!!
Thanks to any replies
-
Haven't you posted this once before?
:beat: *Gets Shot* :beat:
-
A pile of dead burning bodies?
Cough holocaust cough
-
If you dont mind me asking what do you want the dead people for? ;)
-
Since BIS just released a pack of MLOD models, including a civilian model, why don't you just grab them and create a stack in O2?
-
He probably cant use o2 why else do you think hes asking for someone to build them? ;)
-
yeah i did post a similar thread that got everyone really angry about dead children. But i have been without a comp since that thread and haven't really started up ofp until now so im stuck in the same mission i was making before. Basically i just want to show the war for what it is, games glorify it too much. THe scene is one where a camera flys over a town and shows whats to come. its just a quick flash and then in the second part of my mission the scene happens for real and he comes and finds his town charred and people dead. And yes i cant use o2, wish i coul but i just haven't needed to learn to use it till now. I would be greatful for anyones help :)
-
Have you downloaded o2 lite yet m8 :)
-
wish i coul but i just haven't needed to learn to use it till now.
1. Copy
2. Paste (and paste and paste and paste...)
3. Rotate the stack into position.
Virtually no O2 experience required :P .
-
Then you need to save it in a folder called "burned_people", and call the file burned_people too
Then make up a config file (Copy / paste in to notepad, call the file config.cpp, MAKE SURE YOU DON'T HAVE *.txt, make sure you have "All Files" below the file name
Config.cpp ::
/*
A large group of burned people.. Yuck...
Under Empty > Objects > Burned People
*/
#define TEast 0
#define TWest 1
#define TGuerrila 2
#define TCivilian 3
#define TSideUnknown 4
#define TEnemy 5
#define TFriendly 6
#define TLogic 7
#define true 1
#define false 0
#define private 0
#define protected 1
#define public 2
class CfgPatches
{
class burned_people
{
units[] = {burned_people};
weapons[] = {};
requiredVersion = 1.85;
};
};
class CfgVehicles
{
class All{};
class Static: All{};
class Building: Static{};
class Strategic: Building{};
class Fortress1: Strategic{};
class burned_people : Fortress1
{
model="\burned_people\burned_people";
armor=2000;
scope=2;
displayName="Burning people";
Then use the Make-PBO program (www.ofp.info > Untilites)
Make your PBO file (Select the folder, and click Make PBO, hard eh?), make sure the file is called burned_people.pbo
Shove in the addons folder
Add in game under Empty > Objects
The burning bit..
[url = http://www.ofpec.com/editors/browse.php?browseon=&browsewhat=-1&catselected=-1_-1&catagory=-1&subcategory=-1_-1&numreturn=25&displayformat=0&ofpv=1&searchwhat=1&searchlevel=0&searchwhat=1&searchopts=&searchstring=burn] One of these scripts, I suggest the Ultimate Fire scripts[/url]
Anyway, that about wraps things up.
Uh, I would say "have fun".. But, un.. No..... :P
Good luck with everything!
- Ben