This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: How to edit an existing ribbon?  (Read 3909 times)

Kobiesan

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 161
    • View Profile
How to edit an existing ribbon?
« on: December 16, 2017, 04:45:53 am »
I'm trying to make a new ribbontrail like sprint for rogues except rainbow colored. I don't know where to start and I've found no useful information on converting the ribbontrail.m2 file to something useful or whether or not the .skin file is relevant. Does anyone have any idea?

inico

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 243
    • View Profile
    • http://www.youtube.com/inicocustom
Re: How to edit an existing ribbon?
« Reply #1 on: December 16, 2017, 03:50:55 pm »
I'm trying to make a new ribbontrail like sprint for rogues except rainbow colored. I don't know where to start and I've found no useful information on converting the ribbontrail.m2 file to something useful or whether or not the .skin file is relevant. Does anyone have any idea?

Open the model with 010editor and run the m2 template.

Just edit the texture name and put the one with the rainbow. If you want to edit the ribbon texture id just go to the ribbon struct and change the "VTextures" id, but that's not necessary.

Check how my Whimsyshire Cloud mount works.

Kobiesan

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 161
    • View Profile
Re: How to edit an existing ribbon?
« Reply #2 on: December 16, 2017, 08:20:28 pm »
I'm trying to make a new ribbontrail like sprint for rogues except rainbow colored. I don't know where to start and I've found no useful information on converting the ribbontrail.m2 file to something useful or whether or not the .skin file is relevant. Does anyone have any idea?

Open the model with 010editor and run the m2 template.

Just edit the texture name and put the one with the rainbow. If you want to edit the ribbon texture id just go to the ribbon struct and change the "VTextures" id, but that's not necessary.

Check how my Whimsyshire Cloud mount works.

So I changed the gradient, made a new .m2 and .skin but it's affecting the original sprint for some reason?

Edit: Nvm I updated the original ribbontrail with the new gradient.

Thanks for the help https://gfycat.com/GrandioseCrispAbyssiniangroundhornbill
« Last Edit: December 16, 2017, 09:42:57 pm by Kobiesan »

Kobiesan

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 161
    • View Profile
Re: How to edit an existing ribbon?
« Reply #3 on: December 17, 2017, 05:36:30 am »
How do I make the name of the texture longer in 010 editor? It doesn't count it in it's name?

inico

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 243
    • View Profile
    • http://www.youtube.com/inicocustom
Re: How to edit an existing ribbon?
« Reply #4 on: December 17, 2017, 06:32:40 pm »
How do I make the name of the texture longer in 010 editor? It doesn't count it in it's name?


Kobiesan

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 161
    • View Profile
Re: How to edit an existing ribbon?
« Reply #5 on: December 17, 2017, 09:41:00 pm »
That helps a lot thanks.

One more question. I tried changing every texture to a different color for fireball but it's still orange and I'm not sure where it's coming from?

inico

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 243
    • View Profile
    • http://www.youtube.com/inicocustom
Re: How to edit an existing ribbon?
« Reply #6 on: December 17, 2017, 10:18:29 pm »
That helps a lot thanks.

One more question. I tried changing every texture to a different color for fireball but it's still orange and I'm not sure where it's coming from?

What fireball? I guess it's a particle. In that case open the particles and do this:


(Use any color picker, like the one from MSPaint, Photoshop, Gimp, etc.)

Example:

Kobiesan

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 161
    • View Profile
Re: How to edit an existing ribbon?
« Reply #7 on: December 18, 2017, 08:37:58 am »
Nice. So I got everything mostly working. Except sometimes the particles will appear as green boxes. I can't seem to tell what causes it to happen, but it'll work normally then I'll log out or something and the particles become green boxes.

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: How to edit an existing ribbon?
« Reply #8 on: December 18, 2017, 10:27:45 am »
Green boxes are 99% of the time missing textures. You may have misspelled a filename.

Kobiesan

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 161
    • View Profile
Re: How to edit an existing ribbon?
« Reply #9 on: December 18, 2017, 08:18:01 pm »
Green boxes are 99% of the time missing textures. You may have misspelled a filename.

It's weird though. I cast it once and the precast and cast are fine but the missile is a green box, then I cast it again and the missile is fine but the cast is a green box? Then I casted it again and it all worked fine. All of the textures are there.

Do I need to change the struct filename_ModelName as well?
« Last Edit: December 18, 2017, 08:24:41 pm by Kobiesan »

inico

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 243
    • View Profile
    • http://www.youtube.com/inicocustom
Re: How to edit an existing ribbon?
« Reply #10 on: December 18, 2017, 08:50:57 pm »
It's weird though. I cast it once and the precast and cast are fine but the missile is a green box, then I cast it again and the missile is fine but the cast is a green box? Then I casted it again and it all worked fine. All of the textures are there.

Could you post a picture? Is it a green box or a green billboarded plane? Is the texture square or rectangular?

Do I need to change the struct filename_ModelName as well?
That's not necessary.

Kobiesan

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 161
    • View Profile
Re: How to edit an existing ribbon?
« Reply #11 on: December 18, 2017, 10:22:43 pm »
It's weird though. I cast it once and the precast and cast are fine but the missile is a green box, then I cast it again and the missile is fine but the cast is a green box? Then I casted it again and it all worked fine. All of the textures are there.

Could you post a picture? Is it a green box or a green billboarded plane? Is the texture square or rectangular?

Do I need to change the struct filename_ModelName as well?
That's not necessary.

I can't seem to reliably recreate it. Once it happens again I'll post a picture. Do you want me to post the patch so you can try it?

Kobiesan

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 161
    • View Profile
Re: How to edit an existing ribbon?
« Reply #12 on: December 22, 2017, 07:51:29 am »
So, I did power word: shield and I am 100% positive I am not missing any textures yet the green box thing still occurred. I logged out and back in and it was gone?

inico

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 243
    • View Profile
    • http://www.youtube.com/inicocustom
Re: How to edit an existing ribbon?
« Reply #13 on: December 22, 2017, 03:03:58 pm »
So, I did power word: shield and I am 100% positive I am not missing any textures yet the green box thing still occurred. I logged out and back in and it was gone?

Yet you didn't take any screenshot :P
Try this: add a few "0"s at the end of your file and see if it still occurs.

Kobiesan

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 161
    • View Profile
Re: How to edit an existing ribbon?
« Reply #14 on: December 22, 2017, 11:06:19 pm »
So, I did power word: shield and I am 100% positive I am not missing any textures yet the green box thing still occurred. I logged out and back in and it was gone?

Yet you didn't take any screenshot :P
Try this: add a few "0"s at the end of your file and see if it still occurs.


Here's a picture of it happening with fear.