Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ObsidianBlade

Pages: 1 [2]
11
Glad you like them!

13
Terrains overhaul mod:


https://www.deviantart.com/xobsidianbladex/art/Obsidianblade-s-feralheart-terrains-853135456

Black butler UI and portals:

https://www.deviantart.com/xobsidianbladex/art/Kuroshitsuji-Mod-for-feralheart-853146438?ga_submit_new=10%3A1598384202

Preset making resources:
- Suit and tie with all the bits

https://www.deviantart.com/xobsidianbladex/art/Suit-and-tie-for-feralheart-canine-presets-853137503

My presets (so you can see them in-game)

https://www.deviantart.com/xobsidianbladex/art/Obsidianblades-Presets-853338854?ga_submit_new=10%3A1598552760

Free to use preset
Naruto scrolling preset:

https://www.deviantart.com/xobsidianbladex/art/Free-to-use-naruto-scrolling-preset-853147509?ga_submit_new=10%3A1598384992

Animations:
Wiggle me bones locomotion animation set
Replaces all locomotion animations and replaces the dances with emotes (a aggressive stance, submissive stance, and a friendly head nudge)

Download here: https://www.deviantart.com/xobsidianbladex/art/Wiggle-me-bones-animaiton-mod-for-FeralHeart-860045537?ga_submit_new=10%3A160435628

Emotes:
Obsidian's emote collection
WIP run cycle


WIP walk cycle


Crawl cycle


I'm happy to receive criticism over these animations :>

All downloads and descriptions through my DA page, nice and virus-free.

14
Game Help / Re: Scrolling mane (Transparent tips)
« on: April 24, 2015, 02:19:04 am »
The scrolling fills in the transparency, and you can't achieve both transparency and scrolling together through conventional means. If you place a very translucent scrolling image or texture on top of a solid base with some transparent areas, you can still make it appear as if there are transparent areas while the rest of the preset appears to be scrolling. Though in the case of the preset you're making, I don't think this will work well, as your scroll image appears to be multicolored. It works better if the scrolling image is the same color of the base, only slightly lighter or darker - so you can make it as transparent as possible (so it's unnoticable when it scrolls over the transparent areas), with still showing up on the 'base'. The coding I used looked like this (With the 'wings.png' being the solid base with some transparent areas, and 'fire1.png' being the scrolling image ontop of it):
material preset_4_equipMatL
{
   technique
   {
      pass
      {
                        alpha_rejection greater_equal 128
                        ambient 0.5 0.5 0.5 1.0
         texture_unit
         {
            texture wing.png
         }
      }
                pass
                {
                         scene_blend alpha_blend
                         texture_unit
                         {
                                 texture fire1.png
                                 scroll_anim 0.2 0.2
                         }
                }
   }
}

Hopefully that helps, sorry if it's a little confusing.

15
Game Help / Map problems - crashing
« on: April 24, 2015, 01:58:20 am »
Hello, I just recently made a map for my roleplay group, and a large majority of the members seem to have issues with it. I put a lot of items into the map (it's a town/city map), and I know that this is probably the most likely cause. It seems that the amount of lag the items generate makes the game frequently crash when using the map. Users frequently get bad tokens when they try to enter the map. Though usually the map works if you immediately log back in on the same character, it often takes several tries for some members to get the map to finally load. I tried removing the collisions in the more frequently used items, but this does not seem to have much of an effect. These problems are prevalent even if the user has a high-end, newer computer (their computer can run Skyrim perfectly fine). Might anyone know any quick solutions for this? I would rather not have to edit the map greatly, I have spent a lot of time and effort creating it. Is there a limit to how many meshes a map can handle? Does creating custom weather and sky files compound the problem? It uses six textures, and I have preset sync and ambience mods - and I'm not sure if that affects performance either.

16
Game Help / Re: I need help with a preset...
« on: August 31, 2014, 09:10:51 am »
To clarify, if you have preset sync, the .fhp file for your preset can be found in the public presets folder.

Pages: 1 [2]