Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
NoNoNever updated Level Caps Ex with a new update entry:
Did Some bug fixes, added better and celarer options in the config file
Read the rest of this update entry...
#### Changes
1. Configuration File (000_Config.rb):
- Added a new configuration option PLAYER_ONLY to specify whether the level cap restrictions should only affect the player or both the player and the opponents.
2. Main File (001_Main.rb):
- Adjusted the logic in the methods level=...
So New Update Version 2.3
The annoying error with the short lag when changing maps should finally be gone for everyone, regardless of whether you use the workaround with Outdoor=true
This no longer plays a role in 2.3
Players can now have predefined rules set for them. Use the following commands in an event script to activate and set these rules:
# Activate the forced rules
ChallengeModes.use_forced_rules(true)
# Set the desired rules
ChallengeModes.set_forced_rules([ :PERMAFAINT, :ONE_CAPTURE...
Sun Script Plugin
The Sun Script plugin enhances your game by adding an sun that changes its visibility based on the time of day. This plugin is also optionally compatible with the Unreal Time System, allowing the sun's visibility to synchronize with custom time.
Features
Day-Night Cycle...
The player can now be selected using the following command:
Code
pbCallBub(type, -1)
Type: Specify 1 for a floating bubble or 2 for a speech bubble with an arrow.
Value: Use -1 to indicate the player.
💡 Examples:
To create a floating bubble for the player:
Code
pbCallBub(1, -1)
To create...
Update Notes - Version 1.1.0
🎉 New Features:- Level Cap Options: You can now set a level cap specifically for the opponent or the player. (Check 000_Config)
🔄 Compatibility:- Voltseon's Pause Menu Compatibility: The game now displays the current level cap in Voltseon's Pause Menu.
🐛 Bug Fixes...