Home   Help Search Login Register  

Author Topic: Dead burning people  (Read 1163 times)

0 Members and 2 Guests are viewing this topic.

Offline Mikeyfish90210

  • Members
  • *
  • HEY STOP TAKING SO LONG TO ANSWER SIMPLE THREADS
Dead burning people
« 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
MIkEy FIshY BoyY YabDAO

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:Dead burning people
« Reply #1 on: 04 Apr 2004, 15:26:38 »
Haven't you posted this once before?

:beat: *Gets Shot* :beat:

Dubieman

  • Guest
Re:Dead burning people
« Reply #2 on: 04 Apr 2004, 16:00:29 »
A pile of dead burning bodies?

Cough holocaust cough

trebor

  • Guest
Re:Dead burning people
« Reply #3 on: 04 Apr 2004, 17:40:48 »
If you dont mind me asking what do you want the dead people for?  ;)

m21man

  • Guest
Re:Dead burning people
« Reply #4 on: 04 Apr 2004, 18:29:03 »
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?
« Last Edit: 04 Apr 2004, 18:29:38 by m21man »

trebor

  • Guest
Re:Dead burning people
« Reply #5 on: 04 Apr 2004, 18:58:06 »
He probably cant use o2 why else do you think hes asking for someone to build them?  ;)

Offline Mikeyfish90210

  • Members
  • *
  • HEY STOP TAKING SO LONG TO ANSWER SIMPLE THREADS
Re:Dead burning people
« Reply #6 on: 05 Apr 2004, 11:07:46 »
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 :)
MIkEy FIshY BoyY YabDAO

trebor

  • Guest
Re:Dead burning people
« Reply #7 on: 05 Apr 2004, 14:02:18 »
Have you downloaded o2 lite yet m8  :)

m21man

  • Guest
Re:Dead burning people
« Reply #8 on: 05 Apr 2004, 20:00:49 »
Quote
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 .

DBR_ONIX

  • Guest
Re:Dead burning people
« Reply #9 on: 07 Apr 2004, 10:09:13 »
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 ::
Code: [Select]
/*
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