Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Hello,

 

looking for some info on making a custom effect that goes with my custom food. basically its the nausea effect with a different name, picture, and colour. 
i took a look at the vanilla code, but could use some example of a custom one if possible. or just where to start.

 

thanks in advance!

I'm not sure how creating a new instance of Effect and registering it with the RegistryEvent<Effect>.register event isn't sufficient.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

  • Author
44 minutes ago, Draco18s said:

I'm not sure how creating a new instance of Effect and registering it with the RegistryEvent<Effect>.register event isn't sufficient.

point taken. 
ive got a new effect now, but it just shows the particles, the screen does not warp or anything. and also the dreaded pink and black square where the "active effects" are

3 hours ago, plugsmustard said:

point taken. 
ive got a new effect now, but it just shows the particles, the screen does not warp or anything. and also the dreaded pink and black square where the "active effects" are

black and pink colour means you don't have a texture for it.

  • Author
17 minutes ago, poopoodice said:

black and pink colour means you don't have a texture for it.

i know that. its the actual warping of the screen im looking for rn. 

The screen warp effect is almost certainly 100% tied into the game's main rendering system and hard coded to check for Nausea.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

  • Author
10 minutes ago, Draco18s said:

The screen warp effect is almost certainly 100% tied into the game's main rendering system and hard coded to check for Nausea.

what exactly does that mean?

can i use it in soemway, or replicate it?

2 hours ago, plugsmustard said:

what exactly does that mean?

can i use it in soemway, or replicate it?

I am not positive, as I have not checked the code itself. But it might be as simple as making your custom effect set the same flag that the nausea effect triggers.

  • Author
3 hours ago, diesieben07 said:

No. The rendering checks for Effects.NAUSEA and nothing else.

well thats shit. where is this rendereing code exactly?

  • Author
1 hour ago, diesieben07 said:

Use your IDE and search for usages of Effects.NAUSEA, it's easy to find...

did that. what about changing the colour of the screen? is that the same as the problems im facing with the portal warp?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.