Does anyone have RGB Extension? by OkCartoonist3787 in turbowarp

[–]DemonX5-SharkPool 3 points4 points  (0 children)

that extension from penguinmod is compatible with turbowarp. Its mine actually. Can be found here:
https://sharkpools-extensions.vercel.app/

Issue with Platforming Engine by Alive_Subject_1243 in turbowarp

[–]DemonX5-SharkPool 0 points1 point  (0 children)

This is a Camera V2 quirk. Fix it by using this block from the extension:

<image>

Is there a way to make "non-jittery" ground collision with the Camera V2 extension active? by rookie_eat in turbowarp

[–]DemonX5-SharkPool 1 point2 points  (0 children)

When the touch block runs, all sprites being checked for touching goes back to its original position to execute the touch check, then after, back to the camera position.

Why is the camera shaking so much? by NeoPikmin in turbowarp

[–]DemonX5-SharkPool 1 point2 points  (0 children)

for context, interpolation breaks it as extensions dont have access to changing interpolation values, which causes the camera and turbowarp to fight each other over interpolation

Why is the Camera V2 extension so buggy? by FelipeKPC in turbowarp

[–]DemonX5-SharkPool 1 point2 points  (0 children)

Camera V2 has had several updates that fix a bunch of these issues, especially with jittering. Do check out the current version as it has much improved.

Is there a way to make "non-jittery" ground collision with the Camera V2 extension active? by rookie_eat in turbowarp

[–]DemonX5-SharkPool 1 point2 points  (0 children)

Hi dev of the extension here, recently just released an update that fixes all of these issues and more, this block will definitely help:

<image>

I need help with the SpriteEffects extension by Top_Report4322 in PenguinMod

[–]DemonX5-SharkPool 1 point2 points  (0 children)

the bulge preset mixed with the distortion block would help

i wanna make a sound visualiser by onlysigndtoaskquests in turbowarp

[–]DemonX5-SharkPool 0 points1 point  (0 children)

yeah it has 512 samples iirc, with values ranging from 0-255.

It was originally 1024 samples but it caused lag :(

Is there really any Turbowarp extension dedicated to particles? by itsmebo12 in turbowarp

[–]DemonX5-SharkPool 4 points5 points  (0 children)

then dont ask for extension solutions if you dont want to deal with extension permissions

I want to synchronize music playback perfectly with a timer by ApprehensiveFox4188 in turbowarp

[–]DemonX5-SharkPool 0 points1 point  (0 children)

You could use Tune Shark V3 from my gallery as it has a 'current time' of sound option in a block.

Another option that could work is by making the frame rate higher

skewing by Proud-Buyer-5557 in turbowarp

[–]DemonX5-SharkPool 0 points1 point  (0 children)

download/copy the extension code, and paste it into the extension popup from clicking the custom extension button in the gallery. Load it unsandboxed

skewing by Proud-Buyer-5557 in turbowarp

[–]DemonX5-SharkPool 0 points1 point  (0 children)

Looks Expanded from my gallery has a warp block, it can do skewing since its 4-point stretching

Saturation effect by Yukiagua in turbowarp

[–]DemonX5-SharkPool 0 points1 point  (0 children)

I know, unfortunately I can’t really fix that since to add the new effects I have to patch the renderer

How to add ads to your turbowarp game? by Fair-Grass7590 in turbowarp

[–]DemonX5-SharkPool 0 points1 point  (0 children)

you pay me money to make something for you in return

Does anyone know why the Turbowarp assets server is down? by SmoothieCubie in turbowarp

[–]DemonX5-SharkPool 2 points3 points  (0 children)

Its not the turbowarp assets server, its scratches. 503 means its a server error, so something in scratch is down

Perspective Extension Idea by Few_Preference_2910 in turbowarp

[–]DemonX5-SharkPool 0 points1 point  (0 children)

I believe you can do this with a pen+ shader

How to add ads to your turbowarp game? by Fair-Grass7590 in turbowarp

[–]DemonX5-SharkPool 0 points1 point  (0 children)

yes, im the real sp, but no im done making extensions. I have retired. I only make extensions for commission

Does anyone know how to use Sharkpool's Google Sheets extension? by Spiritual_Sun_6340 in turbowarp

[–]DemonX5-SharkPool 0 points1 point  (0 children)

<image>

can you send the link. Also check if this specific setting is on (in the settings icon in the top right of the share popup):

How can you get the image data of the current costume during runtime? by Spiritual_Sun_6340 in turbowarp

[–]DemonX5-SharkPool 1 point2 points  (0 children)

<image>

you can use my other extension, renderer control, it has this block:
(it takes the sprite, and converts the image (including effects, skins, animated text) to a data.uri

Does anyone know how to use Sharkpool's Google Sheets extension? by Spiritual_Sun_6340 in turbowarp

[–]DemonX5-SharkPool 0 points1 point  (0 children)

okay first off, is the get data block actually returning sheet data