Simply dubbed PLUGIN REBUILD ASSISTANT Although for ease of use amongst the community it renames itself to RebuildPlugin.bat when finished as to keep with common naming converntions and ue5 terminology / lingo.
This script serves as a helpful assistant for rebuilding plugins, ensuring everything is in the right place and creating shortcuts to save time later on.
-
Check Script Location:
- The script starts by verifying if it's in the right place, specifically the BatchFiles folder. If not, it displays an error message and stops.
-
Find Engine Paths:
- It then looks for essential paths like BatchFiles and Marketplace. If they're not found, it creates the Marketplace directory.
-
User Chooses a Plugin:
- The user interacts with the script, selecting a plugin file from the Marketplace directory for rebuilding.
-
Save Configuration:
- The script preserves the user's choices and essential paths in a temporary configuration file.
-
Generate New Rebuild Script:
- Utilizing the saved details, a new script (RebuildPlugin.bat) is crafted in the temporary folder.
-
Move New Script to BatchFiles:
- The freshly generated script is then moved to the BatchFiles folder, ready for future use.
-
Notify Success and Pause:
- The script communicates the successful rebuild and takes a moment to let the user absorb the message.
-
Create Desktop Shortcut (Optional):
- Optionally, it goes the extra mile and sets up a desktop shortcut for easy access.
-
Exit Original Script:
__________________________________________________________________________________________________________________________________________________
- Make sure you have Unreal Engine 5.3.2 installed.
- Ensure that the script is placed in the
BatchFiles
folder of your Unreal Engine installation.
-
Drag and Drop:
- Drag the script (
Plugged_In.bat
) into the main folder of your Unreal Engine installation.
- Drag the script (
-
Run the Script:
- Double-click on
Plugged_In.bat
to run the script.
- Double-click on
-
Follow On-Screen Prompts:
- The script will guide you through locating necessary directories and setting up the initial configuration.
- Choose a plugin for rebuilding and specify a folder name.
-
Automatic Script Generation:
- After the first run, a new script (
RebuildPlugin.bat
) will be created in theBatchFiles
folder. - This new script will contain your saved settings for subsequent use.
- After the first run, a new script (
- For subsequent plugin rebuilds, run
RebuildPlugin.bat
in theBatchFiles
folder. - The script will automatically use your saved settings from the previous run.
- The script automatically creates a desktop shortcut for
RebuildPlugin.bat
after the first successful rebuild. - Double-click the shortcut for quick access to the rebuilding tool.
-
If you encounter issues, ensure that the script is in the correct folder and that the necessary directories exist.
-
othrwise you can contact me here
-
My Discord Server: Click here to Join Now
-
alternate server backup Otherwise Try our Backup Discord
- The original script exits and tidies up by deleting itself, leaving behind the streamlined RebuildPlugin.bat for the user's convenience.