• Do not use Works in Progress as a way of avoiding the releases system! Works in Progress can be used for sharing early betas and for getting suggestions for improvement. Releases of finished content are not allowed in this forum! If you would like to submit a finished addon, click here for instructions on how to do so.

Cinos W.I.P

Cinos4778

Member
So this is my first ever character mod I created. btw its called cinos

Ive only done the wait sprites for now and XTRAB0
WAITB1.png
WAITA2A8.png
WAITB2.png
WAITA3A7.png
WAITB3.png
Screenshot_2024-03-10_1.33.03_PM-removebg-preview.png

I need to learn how to add custom abilites and
I have been trying to add a super color but nothing worked Observe
srb20043.png
Screenshot 2024-03-10 6.12.23 PM.png


He is supposed to be green super. Can someone help me?
 

Attachments

  • WAITA1.png
    WAITA1.png
    2.4 KB · Views: 41
For the super skincolor, your skincolor definitions need to match the freeslot names.
Instead of:
skincolors[SKINCOLOR_SUPER_GREEN] = {
...
}

skincolors[SKINCOLOR_SUPER_GREEN] = {
...
}

skincolors[SKINCOLOR_SUPER_GREEN] = {
...
}

repeatedly, it should be:

skincolors[SKINCOLOR_SUPER_GREEN_1] = {
...
}

skincolors[SKINCOLOR_SUPER_GREEN_2] = {
...
}

skincolors[SKINCOLOR_SUPER_GREEN_3] = {
...
}

and so on.
 
I did it but it is still gold
Post automatically merged:

Screenshot 2024-03-11 10.58.36 AM.png
Screenshot 2024-03-11 11.27.56 AM.png

Is there something wrong I did?
 
Last edited:
So this is my first ever character mod I created. btw its called cinos

Ive only done the wait sprites for now and XTRAB0

I need to learn how to add custom abilites and
I have been trying to add a super color but nothing worked Observe View attachment 114254View attachment 114255

He is supposed to be green super. Can someone help me?
tbh saying the lua isn’t from chaos knux makes it seem more suspicious. you don’t need to put anything saying you didn’t steal code.
 
Oh ok
Post automatically merged:

Fixed it
Screenshot 2024-03-11 12.04.34 PM.png

Post automatically merged:

Can someone atleast help me with the super color and tell what I did wrong?
 

Attachments

  • CL_Cinos_v.2.0.pk3
    396.5 KB · Views: 23
Try changing SUPER_GREEN to SUPERCINOS in the freeslots and in the skincolors[] boxes.
I think they need to be consistent.
Post automatically merged:

No underscore between SUPER and CINOS
 
Odd...
That's how I did it and it worked.
I followed the tutorial pinned on WIP Showcase.
The first reply after the main post has the extra steps for supercolors.
Post automatically merged:

I'm sorry I was unable to help.
 
Last edited:
It is ok I fixed the problem. :) I figured out that my accessible was on false. but I tried putting that same lua in the character and the color was not there :(
 

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top