• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Congratulations to all of the game jam participants! 🥳 The winners have all been decided and announced.
    If you haven't yet, check out the entries for Eevee Expo's Game Jam here!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Is there a way to add a border to a game using essentials v20.1 plz?

Drqiu

Novice
Member
Joined
Jun 6, 2023
Posts
31
My game is now based on essentials v20.1 and I have noticed that many games developed with previous versions have been able to add borders. The code associated with this feature has been removed in 20.1. I would love to reproduce this functionality in my game, is there a way to add border to the game in v20.1? I'd appreciate it!
 
Can you give me a little bit more clarification on what you mean by being able to add "borders" in the game? Also, if the feature has been removed in v20.1, you might be able to copy the script code of that feature from a previous version and paste it into the v20.1 script.
 
Can you give me a little bit more clarification on what you mean by being able to add "borders" in the game? Also, if the feature has been removed in v20.1, you might be able to copy the script code of that feature from a previous version and paste it into the v20.1 script.
It was a default feature of Essentials for a while, a border you can toggle in the options.
1697774987110.png

It was removed in v19 because adding MKXP complicated things (since MKXP has adjustable screen sizes), and people have generally found it too complicated to add back. (You can see some discussion on the discord here)

taynathon managed to adapt it to the GSC kit, which I think also used MKXP? But they mentioned it needed more work for standard Essentials.
 
Can you give me a little bit more clarification on what you mean by being able to add "borders" in the game? Also, if the feature has been removed in v20.1, you might be able to copy the script code of that feature from a previous version and paste it into the v20.1 script.
Thanks, as TechSkylander1518 has clarified
 
It was a default feature of Essentials for a while, a border you can toggle in the options.
View attachment 22102
It was removed in v19 because adding MKXP complicated things (since MKXP has adjustable screen sizes), and people have generally found it too complicated to add back. (You can see some discussion on the discord here)

taynathon managed to adapt it to the GSC kit, which I think also used MKXP? But they mentioned it needed more work for standard Essentials.
Okay, thank you very much for the clarification
 
Back
Top