Feral Heart

Help & Guidance => Game Help => Topic started by: Meiari on November 06, 2011, 12:20:58 am

Title: Help this noobish user find a duplicated file?
Post by: Meiari on November 06, 2011, 12:20:58 am
So I recently downloaded some meshes for a few custom map ideas. I put 'em in their respective places in FH+, and now I'm getting this.

(http://i279.photobucket.com/albums/kk126/redwulf_777/br/FJ/onceagain.png)

Sounds to me likes it's just a matter of finding and deleting it, but it's not in Particles or My_Objects, and I can't quite think of anywhere else it would be. Help is much appreciated, thank you. :3
Title: Re: Help this noobish user find a duplicated file?
Post by: Jitters on November 06, 2011, 04:45:46 am
I think it is in Particles and it is referring to files known as water_0, water_1 etc. Delete them.

(http://i43BannedImageSite/2dl81l1.png)

I tested it and it creates the same ogre exception, so deleting those files will surely fix it.
Title: Re: Help this noobish user find a duplicated file?
Post by: Meiari on November 06, 2011, 05:16:45 am
I've had the problem with the duplicates you've shown, that was the first place I looked. They're not there.

(http://i279.photobucket.com/albums/kk126/redwulf_777/br/FJ/hjghjfghfh.png)

It's not -those- files that duplicated, unfortunately. :<
Title: Re: Help this noobish user find a duplicated file?
Post by: xXLovelyBelleXx on November 06, 2011, 05:22:58 am
Have you checked you're FeralHeart>Objects>My_Objects folder by any chance?? Usually that's where you would find the meshes/particles that have been downloaded.
Title: Re: Help this noobish user find a duplicated file?
Post by: Meiari on November 06, 2011, 05:27:08 am
Of course I did, this is what I found (in reverse alphabetical order, like a boss):

(http://i279.photobucket.com/albums/kk126/redwulf_777/br/FJ/gfghtyhytit6876975tdgsw.png)

None of it seems to be duplicated. :/
Title: Re: Help this noobish user find a duplicated file?
Post by: xXLovelyBelleXx on November 06, 2011, 05:35:16 am
Well that's weird:/...maybe you could try using the search bar while in the search bar...just to see if anything pops up at all.
Title: Re: Help this noobish user find a duplicated file?
Post by: Meiari on November 06, 2011, 06:57:25 am
Just tried, thanks for the idea. But nothin'. :c
Title: Re: Help this noobish user find a duplicated file?
Post by: Jitters on November 06, 2011, 08:05:02 am
Waterz.particle. Open it up and look for the words "Watersplash"
Title: Re: Help this noobish user find a duplicated file?
Post by: xXLovelyBelleXx on November 06, 2011, 02:56:52 pm
Just tried, thanks for the idea. But nothin'. :c

Oh well I'm sorry :c and your welcome.
Title: Re: Help this noobish user find a duplicated file?
Post by: Meiari on November 06, 2011, 08:34:13 pm
Waterz.particle. Open it up and look for the words "Watersplash"

This is what's inside:

particle_system WaterSplash
{
    material WaterSplash
    particle_width 0.7
    particle_height 0.7
    cull_each false
    quota 2100

    emitter Ring
    {
        angle 35
        emission_rate 700
        time_to_live 2
        direction 0 1 0
        velocity_min 50
        velocity_max 60
   colour_range_start 1 1 1
       colour_range_end 0.9 0.95 1
   width 4
   height 4
   depth 0.5
   inner_width 3
   inner_height 3
    }

    affector LinearForce
    {
        force_vector 0 -150 0
        force_application add
    }
    affector ColourFader
    {
        red -0.7
        green -0.7
        blue -0.7
    }
}
particle_system WaterRipple
{
    material WaterRipple
    particle_width 10
    particle_height 10
    cull_each false
    quota 10000
    billboard_type  perpendicular_common
    common_direction 0 1 0
    common_up_vector 0 0 1

    emitter Box
    {
        emission_rate 5
        time_to_live 4
   direction       0 0 0
        velocity     0
   colour_range_start  0.3 0.3 0.3 0.0
        colour_range_end    0.4 0.4 0.3 0.0
        width 2
   height 2
   depth 1
    }
    affector Scaler
    {
   rate 20
    }
    affector ColourFader2
    {
        red1 +0.3333
   green1 +0.3333
   blue1 +0.3333

        red1 -0.2
   green1 -0.2
   blue1 -0.2

        state_change 2
    }
}
particle_system bubbles
{
   quota   1000
   material   bubble
   particle_width   2
   particle_height   2
   cull_each   true
   sorted   true
   local_space   false
   iteration_interval   0
   nonvisible_update_timeout   0
   billboard_rotation_type   vertex
   common_direction   0 1 0
   common_up_vector   0 1 0
   point_rendering   false
   accurate_facing   false

   emitter Box
   {
      angle   0
      colour   1 1 1 1
      colour_range_start   1 1 1 1
      colour_range_end   1 1 1 1
      direction   0 1 0
      emission_rate   3
      position   0 0 0
      velocity   1
      velocity_min   1
      velocity_max   2
      time_to_live   3
      time_to_live_min   2
      time_to_live_max   4
      duration   0
      duration_min   0
      duration_max   0
      repeat_delay   0
      repeat_delay_min   0
      repeat_delay_max   0
      width   20
      height   20
      depth   0.5
      inner_width   1
      inner_height   1
   }

   affector LinearForce
   {
      force_vector   0 1 0
      force_application   add
   }

   affector Rotator
   {
      rotation_speed_range_start   0
      rotation_speed_range_end   50
      rotation_range_start   0
      rotation_range_end   360
   }

   affector Scaler
   {
      rate   0.5
   }
}




Not quite sure what to do, don't wanna break any new toys on accident. I assume something needs deleted, but I'm not seeing a duplicated line that makes it easy.
Title: Re: Help this noobish user find a duplicated file?
Post by: Meiari on November 06, 2011, 09:29:08 pm
-Sorry for doublepost-


I FIXED IT. :D By deleting the line 'particle_system WaterSplash'. However, Awesomeness4ever's water-based meshes seem...lacking textures. .___. But by the fact that her Stable mesh crashes the game upon clicking on it, I'm thinking it's an error that traces to her, perhaps? Anyhow, thanks everyone for all your help. :D