Author Topic: Exported Preset Problems  (Read 3302 times)

Offline Bears

  • Forum Newcomer
  • *
  • Posts: 8
  • Floof-O-Meter: 0
    • View Profile
Exported Preset Problems
« on: March 02, 2016, 11:38:51 pm »
((I hope I put this in the right place ^^;))
After doing my research, I found I cannot export the preset I want on my main account because of the  '*' in my other username. I was able to get it to export fine on this one. The thing is, I do not want to have to switch in between accounts to use the preset. Is there anyway I can get the file exported under this account to work on the main one (as is sharing it or something)? Or would I just have to use it on this one?
« Last Edit: March 02, 2016, 11:41:58 pm by Bearbby »

Offline Enoki

  • Herba Chronographus
  • Elder Grey Pelt
  • ****
  • Posts: 2,698
  • Country: us
  • Floof-O-Meter: 121
  • Who lives in a portabella under a tree?
    • FantasyFungus
    • EnokiTheDryphon
    • Enoki_G
    • View Profile
    • The Realms of Yugure
Re: Exported Preset Problems
« Reply #1 on: March 02, 2016, 11:47:26 pm »
Hmm, I don't ever r'member any issues with people exporting presets with "*" in their username.

Sadly, there is no way to transfer an exported preset to a different account. Y'mind telling me the issues with trying to export with the first username?

Tmw you planned a ten minute nap but instead took a whole year.
☙Icon by dA JRProducts; Sig by PocketMutt❧

Offline Bears

  • Forum Newcomer
  • *
  • Posts: 8
  • Floof-O-Meter: 0
    • View Profile
Re: Exported Preset Problems
« Reply #2 on: March 02, 2016, 11:52:35 pm »
 Really? Huh.

Well, I followed the instruction on how to export a preset, so the files are where they need to be. When I type in the main accounts username and try to export the files it tells me that the export has failed. I assumed it must have been the asterisks because this one exported with no problem

Offline Kerriki

  • Band Geek
  • Immortal Legend
  • *****
  • Posts: 5,670
  • Country: us
  • Floof-O-Meter: 371
  • Who needs furniture when you have the floor?
    • Kikiorylandia
    • View Profile
    • DeviantART
Re: Exported Preset Problems
« Reply #3 on: March 02, 2016, 11:56:18 pm »
Try transferring the files (don't forget to change the coding) to another folder and see if it works then
Farewell everyone<3

Offline Bears

  • Forum Newcomer
  • *
  • Posts: 8
  • Floof-O-Meter: 0
    • View Profile
Re: Exported Preset Problems
« Reply #4 on: March 02, 2016, 11:57:02 pm »
Mhm, how do I change the coding again?

Offline Kerriki

  • Band Geek
  • Immortal Legend
  • *****
  • Posts: 5,670
  • Country: us
  • Floof-O-Meter: 371
  • Who needs furniture when you have the floor?
    • Kikiorylandia
    • View Profile
    • DeviantART
Re: Exported Preset Problems
« Reply #5 on: March 03, 2016, 12:02:37 am »
Simply go into your material file and change everything to the new preset number. For example, if your preset is currently in folder one, and you wish to move it over to four, simply change all the 1's to 4's. However, to do this quicker, change only the 1's if it's something like "material preset_1bodyMatL" (or, really just the pieces of text found all the way on the left of the coding). If this is confusing, I can always whip up a code for you if you want ^^ (Just say the original preset folder name as well as the folder you wish to move it to)
Farewell everyone<3

Offline Bears

  • Forum Newcomer
  • *
  • Posts: 8
  • Floof-O-Meter: 0
    • View Profile
Re: Exported Preset Problems
« Reply #6 on: March 03, 2016, 12:28:59 am »
Oh, please do! The original preset folder is preset_11 and I want to move it preset_6

Offline Kerriki

  • Band Geek
  • Immortal Legend
  • *****
  • Posts: 5,670
  • Country: us
  • Floof-O-Meter: 371
  • Who needs furniture when you have the floor?
    • Kikiorylandia
    • View Profile
    • DeviantART
Re: Exported Preset Problems
« Reply #7 on: March 03, 2016, 12:41:27 am »
Okie! Here you go ^^

Code: [Select]
material preset_6_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_11body.jpg
}
}
}
}
material preset_6_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_11body.jpg
}
}
}
}
material preset_6_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_11head.jpg
}
}
}
}
material preset_6_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_11head.jpg
}
}
}
}
material preset_6_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_11eye.jpg
}
}
}
}
material preset_6_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_11eye.jpg
}
}
}
}
material preset_6_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_11tail.jpg
}
}
}
}
material preset_6_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_11mane.png
}
}
}
}

This is the most basic you can get with coding, and I even included a fixed mane code for you (however I'm not sure if you use .png for your files or if you have double sides or other advanced coding, so if you do then you'll have to add in that yourself). I made it so you can simply transfer the preset files right over, without having to rename them (unless of course if the files are in .png format, then you can simply change the coding over to .png)
Farewell everyone<3

Offline Bears

  • Forum Newcomer
  • *
  • Posts: 8
  • Floof-O-Meter: 0
    • View Profile
Re: Exported Preset Problems
« Reply #8 on: March 03, 2016, 12:43:37 am »
Womp, I'm still kind of confused cx

Where do you put this code?

Offline Likuu

  • -- strawberry banana
  • Finest Floof
  • ***
  • Posts: 929
  • Country: us
  • Floof-O-Meter: 65
  • 𝑜𝓇𝒸𝒽𝒾𝒹
    • View Profile
Re: Exported Preset Problems
« Reply #9 on: March 03, 2016, 12:51:46 am »
You go into your My_Presets folder then look for "Preset 6" and click the MAT file [material file] delete everything there and copy and paste the code Kiki gave ya.
artwork by dehvina