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.


Topics - RottenLemon

Pages: [1] 2
1
Game Help / Back at it again with another preset question.
« on: August 05, 2018, 08:24:20 am »
Hello! Yes, I'm back here again with another preset problem.

So, let's just get right in to it. I'm making a transparent/scrolling preset, and I have the scrolling part down properly, but I was wondering how I'd go about separating the spots on the head? I want the mouth/lips to be transparent, but the tongue to have scrolling, and I'm not sure how I'd do that. I've seen it done before so I know it's possible at least. (Or, at least, I think I have.)

Possibly an easy thing, but any help is appreciated!

2
Game Help / Preset sync question
« on: June 24, 2018, 04:19:57 pm »
Hey there! I have a new/updated version of one of my presets for my character Principal Boi, however everyone sees him as the old emoji preset. My friend is also having the issue of his not updating either.

So, how long does it take for Preset Sync to update presets? We uploaded them at least a week or so ago (give or take a few days) and the last post I saw about it said it only took like 3 days.

Is there an estimated time or is it random when it updates?

3
Game Help / Preset issues.
« on: May 29, 2018, 02:45:50 pm »
Hello! I'm a bit of a newbie when it comes to presets, but seems I've gotten myself in to a pickle. So, I'm making a preset for my zombie oc, Kevin, and he requires two sides and his ear has a bit missing so I wanted to do transparency on that side of the head. Well I got the codes and stuff with help from a friend(Which, I think are right?...) and everything is fine until I go in to preset tester. It's marshmallow heads/tails/manes. The body is fine though? I dunno what I'm doing wrong. Probably a very easy fix though

Image (warning, large): https://prnt.sc/jo3szb


and Code, of course:
Code: [Select]
material preset_9_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_9body.jpg
}
}
}
}
material preset_9_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_9body2.jpg
}
}
}
}
material preset_9_headMatL
{
receive_shadows on
technique
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.050000 0.050000 0.050000 1.000000 12.500000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
scene_blend alpha_blend
texture_unit
{
texture preset_9head2.png
tex_address_mode wrap
filtering trilinear
}
}
material preset_9_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_9head.jpg
}
}
}
}
material preset_9_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_9eye.jpg
}
}
}
}
material preset_9_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_9eye2.jpg
}
}
}
}
material preset_9_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_9tail.jpg
}
}
}
}
material preset_9_maneMat
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_9mane.png
                        }
                }
        }
}

4
Dawn of the Eclipse is a brand new Warrior Cat RP. We aren't super strict on rules, just be nice to one another. You don't have to be lit, but it is appreciated. Here's some general information about us:

FalconStar is the leader of the group. Respect her and you'll get respect back.
We are ranked. Just put your clan's name (WC/BC) and then one of the following: L for leader, W for warrior, Q for queen, D for deputy, E for elder, K for kit, and A for apprentice. Pretty simple! (If you are a loner/kittypet, don't put anything after your name)
We DO have a discord, though you don't have to join. You'll get the link once you join.
Try and be realistic when making a character. Your bio is up to you, I don't mind that, but please be realistic with colors. That means NO bright blue cats with green markings.

We currently have have two clans:
WillowClan: Strong, agile cats who thrive in cold weather and have large bodies. Lead by their fearless leader, FalconStar.
BadgerClan: Silent, yet swift. These cats are known for tricking and lying. Lead by their cunning leader, Spiderstar.
And of course, we have a loner/kittypet spot for those who don't like clan life.

We currently don't have a map or site due to computer issues but hopefully that will change in the future. If you wish to join, just say so here, in my pms, or whisper me in game.

5
Game Help / Preset help! (first Double-sided)
« on: January 31, 2018, 05:14:01 pm »
Ah.. It's my first double sided preset, I've been working on it for a bit. I copied the code from a different topic, so it might be wrong. Anyway, one side of the preset is fine and normal, however, the right side (where I wanted scars) is all blank, marshmallow. Except the head, which is just...the textures I used...? I'm not even sure. What should the files be named, first of all? I believe right now (as an example) the right side is called Preset_4headR

Pic:

https://prnt.sc/i89akl

Code:
Code: [Select]
material preset_4_bodyMatL
{
 technique
 {
  pass
  {
   texture_unit
   {
    texture preset_4body2.jpg
   }
  }
 }
}
material preset_4_bodyMatR
{
 technique
 {
  pass
  {
   texture_unit
   {
    texture preset_4body.jpg
   }
  }
 }
}
material preset_4_headMatL
{
 technique
 {
  pass
  {
   texture_unit
   {
    texture fheadShade.jpg
   }
   texture_unit
   {
    texture preset_4head2.jpg
   }
  }
 }
}
material preset_4_headMatR
{
 technique
 {
  pass
  {
   texture_unit
   {
    texture fheadShade.jpg
   }
   texture_unit
   {
    texture preset_4head.jpg
   }
  }
 }
}
material preset_4_eyeMatL
{
 technique
 {
  pass
  {
   cull_hardware none
   cull_software none
   texture_unit
   {
    texture preset_4eye2.jpg
   }
  }
 }
}
material preset_4_eyeMatR
{
 technique
 {
  pass
  {
   cull_hardware none
   cull_software none
   texture_unit
   {
    texture preset_4eye.jpg
   }
  }
 }
}
material preset_4_tailMat
{
 technique
 {
  pass
  {
   texture_unit
   {
    texture preset_4tail.jpg
   }
  }
 }
}
material preset_4_maneMat
{
 technique
 {
  pass
  {
   lighting off
   cull_hardware none
   cull_software none
   scene_blend alpha_blend
   depth_write off
   texture_unit
   {
    texture preset_4mane.png
   }
  }
 }
}

6
Other Games / Dawn of Eternity (EARLY TESTING/NOT MY GAME)
« on: January 07, 2018, 08:26:05 pm »
Dawn of Eternity is a new IT server (I believe it's IT correct me if I'm wrong!) and is still in early testing (very buggy/glitchy but not a lot of issues so far) It has three playable models: Equine, Feline, and Canine. There's lots to do on here as well! There are quests to complete, prey to catch, over 10+ maps to explore, and much more. There's plenty of items to buy and many stores to browse. As far as I know, this server has original models and no more WoW models. (Like I said, correct me if I'm wrong!) There isn't much I can say, but do yourself a favor and sign up, find out things yourself!

Forum/download is here- http://dawn-of-eternity.com/community/

Hopefully this game blossoms a little more and we can see some activity! Like I said, I claim NO credit for this game. I did not make NOR work on it.

7
Game Help / Height map crashes game. (sorry for so many issues ;w;)
« on: January 01, 2018, 11:53:23 pm »
So I made a height map using Paint.net and I DO have it in gray scale, 513x513, saved as a png, and one layer. I go to load it and it crashes. What did I do wrong or forget? Perhaps I saved it wrong (If someone could tell me the right spot to keep it that would be nice) I cannot use Sai or Gimp because they don't work properly on my computer for some reason.

8
Game Help / Crashing + A LOT of badfile.reminder
« on: December 30, 2017, 08:45:17 am »
 I downloaded the presetsync and it's been working fine so far. Now, I went to open the game and it loaded fine. I had the play game tab open as well btw. I can go into the makers, etc. BUT when I go to log in, I type in my username, pass, and when I enter it crashes. I open up my files and what do you know, Badfile has shown their face. It's popped up a few times now and gives me mainly items in this area ---media/terrains/fhmaps/fhobjects/

It has given me different ones such as the backdrop, flatplanes, etc. What do I do? I really want to continue to play but I can't even get past the log in.



EDIT: I fixed the log in crashing but now it crashes every time I enter Eastern Pass and for some reason two of my characters (Vinny and Breezethorn) are stuck there I think. They won't go home either.

9
Game Help / Legendary items/markings link?
« on: December 29, 2017, 03:39:52 pm »
hoho look who learned how to use her external hard drive on a tiny laptop! I am getting FH again (hopefully my account isn't gone) and I wanted to find the legendary stuff but I can't seem to find the right links. Where is the download for em? Any help is appreciated.

10
Game Help / Concern with not being able to log in for a while.
« on: December 05, 2017, 04:14:54 am »
Hi there. I'm not sure if this belongs here but my computer has recently broke and I won't be able to play for a while. Will this be a concern? I don't want my account to delete itself but I can still get on the forum on my phone. Is this fine? Sorry if this seems like a dumb worry but I just wanted to know if this would be an issue.

Pages: [1] 2