Results 1 to 7 of 7

Thread: Bulldozer and ofp crashing

  1. #1
    Master Gunnery Sergeant
    Join Date
    Apr 14 2002
    Location
    Nottingham, England
    Posts
    1,132
    Well I got bored and just took a few pictures of my ofpr box with my digicam then made a basic box in o2, then applied the textures, then went to view it in bulldozer and the thing crashes. So I .pbo the addon and go to try it ingame, only to find ofp crashes without any error message.

    Config:

    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
    class CfgPatches
    {
    class SGN_Resis
    {
    units&#91;&#93; = {SGN_Resis};
    weapons&#91;&#93; = {};
    requiredVersion = 1.85;
    };
    };

    class CfgVehicles
    *** *** ***{
    *** *** ***class All {};
    class Static&#58; All {};
    class Building&#58; Static {};
    class NonStrategic&#58; Building {};
    class TargetTraining&#58; NonStrategic {};
    class TargetGrenade&#58; TargetTraining {};

    class SGN_Resis&#58; TargetGrenade
    *** *** *** ***{
    *** *** *** *** *** *** ***vehicleClass=&#34;SGN - Objects&#34;;
    *** *** *** *** *** *** *** ***destrType=DestructBuilding;
    *** *** *** *** *** *** ***model=&#34;&#92;SGN_Resistance&#92;SGN_model&#34 ;;
    *** *** *** *** *** *** ***armor=100;
    *** *** *** *** *** *** ***cost=100;
    *** *** *** *** *** *** ***displayName=&#34;Resistance Box&#34;;
    *** *** *** *** *** *** ***accuracy=0.7;
    *** *** *** *** };


    };[/QUOTE]

  2. #2
    Textures must be incorrect. Nothing to do with config. Got it myself few times.
    Call me Delirium now. :/

  3. #3
    ya make sure they are in 128*128 256*256 and so on

  4. #4
    Master Gunnery Sergeant
    Join Date
    Apr 14 2002
    Location
    Nottingham, England
    Posts
    1,132
    Author of the Thread
    There in 512*768 and 128*768

  5. #5
    maybe try 256*512 for both of them and on the smaller one strech it and the correct the aspect ratio




  6. #6
    Quote Originally Posted by (Nathanz @ July 08 2004,00:42)
    There in 512*768 and 128*768
    ya thats your problem ofp doesnt accept 768

    make em 512*512 and 128*512
    or 1024

  7. #7
    Master Gunnery Sergeant
    Join Date
    Apr 14 2002
    Location
    Nottingham, England
    Posts
    1,132
    Author of the Thread
    Ah, resizing the textures worked.

    Thanks guys

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •