The RBM User Data Import feature allows users to add custom players and team data created by themselves into the game.
In the PRO version, users can upload a data.zip file through Google Drive to register new players and teams.
This document explains the file structure, creation process, upload procedure, and how to import the data.
The following structure must be followed for import.
2.1 Final File Name
data.zip
2.2 Folder Structure
data.zip
├ player
│ ├ playername
│ │ └ playername.csv
│ ├ playerphoto
│ │ ├ 52430.png
│ │ ├ 62404.png
│ │ └ ...
│
├ team
│ ├ teamname
│ │ └ teamname.csv
│ ├ teamphoto
│ │ ├ 0.png
│ │ ├ 1.png
│ │ └ ...
⚠ Import will fail if the folder structure or names are incorrect.
3.1 playername.csv
This file contains player data.
UTF-8 format with Tab-separated values is recommended.
Required Conditions
PlayerID must be between 10000 and 99999
PhotoName must match the PNG file name
Position2 and Position3 can be empty
ex)
https://docs.google.com/spreadsheets/d/1t924urPOeabfVNJbFeK6iwQUKpnYBOnzgOvhfCX8RRs/edit?usp=sharing
3.2 Player Photo Files
File name format
PlayerID.png
Example
52430.png
62404.png
Conditions
PNG format only
File name must match PlayerID
3.3 teamname.csv
This file contains team information.
Example fields
TeamID
TeamName
TeamAbbrs
TeamLocal
TeamStadium
TeamStadiumCapa
TeamColor
TeamTextColor
Required Conditions
TeamID must be between 0 and 9
TeamColor and TeamTextColor must be HEX color format (#RRGGBB)
3.4 Team Logo Files
File name format
TeamID.png
Example
0.png
1.png
Conditions
PNG format only
File name must match TeamID
Create playername.csv
Create player images PlayerID.png
Create teamname.csv
Create team logo images TeamID.png
Arrange folders
playername.csv → playername folder
player PNG → playerphoto folder
both folders inside player
teamname.csv → teamname folder
team PNG → teamphoto folder
both folders inside team
Select player + team
Compress into ZIP
Rename file to data.zip
Log in to your Google account
Open Google Drive
Upload data.zip
Right-click file → Share
Copy the link
Set permission to Anyone with the link – Viewer
⚠ Download will fail if sharing permission is not set.
Go to Settings
Click IMPORT DATA DOWNLOAD
Paste Google Drive share link
Click OK
Data will download and apply automatically
After import, new players and teams will be registered automatically.
Import fails if folder structure is incorrect
PlayerID outside the range will be ignored
TeamID outside the range will be ignored
Photo will not apply if PNG name does not match
Download fails if Google Drive permission is not set
Q. Will existing data be deleted?
No. Existing data remains and new data is added.
Q. What happens if the data format is incorrect?
Incorrect data will be automatically ignored.
Q. Is this available in the free version?
No. Import is available only in the PRO version.
Email
rbaseballmanager@gmail.com
Community
Reddit / Discord
When contacting support, please include:
Game version
Platform (Android)
Screenshot of the error