PulseBeat_02 Posted August 27, 2019 Posted August 27, 2019 (edited) Hi, I was wondering how I would implement a custom splash screen when Forge pre-inits, inits, and post-inits mod. When I mean by "Custom Splash Screen", I don't mean by going into the splash.properties file and editing properties, but by actually have a custom window with a different background, text, and possibly even images. Is there a class or method I would use to be able to achieve this? Thanks. Edited August 28, 2019 by PulseBeat_02 Quote
Draco18s Posted August 28, 2019 Posted August 28, 2019 Don't. Quote 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.
PulseBeat_02 Posted August 28, 2019 Author Posted August 28, 2019 I found a class called "SplashProgress", that does this. I tried overriding the start() method with some other code, but eclipse gave me an error saying I couldn't override it. And also, what's so bad about doing this? Quote
Recommended Posts
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.