• 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.

(Scrapped) Prince Tuah's WIP Garage

This mod is probably for once I used pretty much reusable luas and some helpers and spriter. The next time I need to hold my ideas and learn more scripting first.
I mean, sure that's fine. Hopefully you might get there to getting good at scripting, Lua is mostly lightweight and high-level, multi-paradigm programming language designed primarily for embedded use in applications.
 
I'm appreciate for those who volunteers to make sprites for me.

Use these as reference
1691686174325.png
1691686191621.png

Shoes
1691686274223.png


Notice
- His ears are little big
- Two back spikes through the hoodie
- He has three spikes on his head. Don't be confused, and I mean THREE spikes on his head. From side pose will be seen two spikes.
- The hoodie is quite unique, because it's inspired from Malay cloth called Teluk Belanga, which has only one button but has gap below the button. The button should be like this in the example image
1691686788415.png

And I guess I might want some state is one-sprite, making it a little bit cartoony. Either facing 3/4 or front.
- Damage
- Waiting (resting)
-Edge
alright I kinda followed this kind of one-sprite style that is implemented in tysonic

And notice he is hedgefox so he can fly or swim. But when he run he may run on ground (but dash state is available only but also paper peel-out), but when super he'll hover when running (no super form though)

And he is a bit shorter than Sonic.

And that's probably it. I'm going to sleep. It's 1 oclock here, why I keep up late?
Post automatically merged:

yo maybe i could be the spriter
No problem
Post automatically merged:

I actually done two, the Selection, and this HUD. Pretty much it's Adventure style?
But the pop-up style (?) is kinda nice.

hud.png

Post automatically merged:

Wuh oh. That seemed larger. Let's see how the hud turned out to be.
1691770217835.png

Post automatically merged:

Mondays.
1691770286518.png

ok tell me the average size of hud
(and help fix)
 
Last edited:
I'm testing color because paming's hud color dark.
Okay maybee I need to change color shade
or Paming's skin color
1691810070248.png

Post automatically merged:

Can somebody explain this?
1691812374629.png

1691812399845.png
 
Last edited:
* I shot the half of the code
I still don't understand the error though (pardon me that I'm still learning)
Lemme give full code in case
(This is for crouch + spindash. I just need for the code to no error, fixing the crouch glitch is for later)
Lua:
addHook("PlayerThink", function(p)
    local pmo = p.mo
    for player in players.iterate do
        if not pmo return end
            if pmo and pmo.skin == "paming" 
                if not ((pmo and pmo.valid) or (pmo.skin == "sonic") or (pmo.health) or (p.exiting))
                    return end
            end
        end
    end
  
    if pmo.usetics != nil and (p.cmd.buttons & BT_USE)
        p.pflags = $ & ~PF_STARTDASH
        pmo.usetics = $ + 1
    else
        pmo.usetics = 0
    end
  
    local crouchheight = 30*FRACUNIT
  
    if P_IsObjectOnGround(pmo) and not ((p.pflags&PF_SPINNING) or (p.pflags&PF_STARTDASH)) and (p.speed == 0)
        if (pmo.usetics ~= 0)
            pmo.state = S_PLAY_GLIDE_LANDING
            p.pflags = $|PF_FULLSTASIS
            p.height = crouchheight
        else
            if (pmo.state == S_PLAY_GLIDE_LANDING)
                p.height = 48*FRACUNIT
                if  p.pflags&PF_FULLSTASIS
                    p.pflags = $ & ~PF_FULLSTASIS
                end
            else
                if (pmo.state == S_PLAY_GLIDE_LANDING) and (p.cmd.buttons & BT_USE) (p.cmd.buttons & BT_JUMP)
                    p.pflags = $ & ~PF_FULLSTASIS
                    p.pflags = $|PF_STARTDASH
                end
            end
        end
    end
end)
Post automatically merged:

Anyways, SLADE been saving the BAK file at the side of the PK3 file. What's it for?
1691819283238.png
 
Last edited:
1691976094683.png

The HUD smaller than I remember
Post automatically merged:

Wait this is better
I just need to move up
1691976203659.png

Post automatically merged:

Mantab 👍
1691976422428.png

Post automatically merged:

Nevermind
1691976526213.png
 
Last edited:
If I hiatus on this one for long time this topic will be locked (according to one of the pinned topics)
Or probably make this one to become my workshop (I mean not SRB2 workshop)
 
Last edited:
I mean could you help me for spindash? I mean for spin + jump function. Paming would crouch if spin was pressed. Also the spindash sound is only once and not repeatedly
Post automatically merged:

I kinda doubt for this hud.
Would you prefer hud like this or normal hud?
 
When I ended up hiatus I felt like move on in reality. I'll probably ended up scrapping this mod. But I'm appreciate if someone wants preserve this mod.
 
Ok so this topic of "Langsang Paming" turned into main thread for me to share my project ideas, but sadly I did nothing anymore.
But if anyone have an idea for me to make one, let me know. I don't know what to share in this thread. Maybe I can continue Lansang Paming?

And I had to redownload SLADE if I want to make, because I just upgraded to Windows 10 after my computer was broken.
Post automatically merged:

But if this thread had to be closed because it being left for too long, maybe it's fine.
 
Last edited:

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

Back
Top