[搬运]老外的數碼暴龍RPG手工端—端游(更新离线模式/单人模式教程)
更新日期 2025年07月11日
资源编号 88214

[搬运]老外的數碼暴龍RPG手工端—端游(更新离线模式/单人模式教程)

真正免费丨本站资源全部免费下载,不提供任何技术支持服务。
增值服务:
安装指导
环境配置
网站建设
二次开发
源码安装
¥ 免费 积分
VIP折扣
    折扣详情
  • 月捐赠用户

    免费

  • 年捐赠用户

    免费

  • 永久捐赠用户

    免费

仅限用于学习和研究目的;禁止用于商业用途。
立即下载 暂无演示 免登录下载

[搬运]老外的數碼暴龍RPG手工端—端游(更新离线模式/单人模式教程)
原文:
Hello Tamers,

As promised here is the release.

Big thanks to Vegeta and Daemon on Discord for all the help with RPG development! – Kirito

We have included:

– Server files
– Database
– Working and 90% translated web files
– DDB RPG Launcher

1 Click to play server is coming in a few days, we have slight delay.

Tips:

– You can use our client from Discord, just change IP 144.91.79.199 to your IP in .dro files.
– Use Laragon
– If needed change PHP settings inside the website
– Change settings inside database and inside server files when needed

Everything is at 95% functional, you can play.

There are few missing features and broken items but once we complete everything, we will release up to date version.

We have included all new features from DDB RPG.

If something is missing, please reply and we will check as soon as we can and provide support up to 3 months from the release date.

LINK:

Password: DDBRPGDISCORD
——————————————————————————————————————————————————————————————-
离线模式/单人模式
Offline mode (Single Player Mode) guide:
Setting Up Your DBO RPG Server:

Step 1: Install Required Software:

If you prefer a hex editor, use Notepad++ and install the hex editing plugin.
Download and install Laragon 5.0 from here.
Install 7-Zip from here.

Step 2: Configure Ports:

Open ports 80, 443, 65530, and 65531 on your Windows firewall (open them one by one).

Step 3: Prepare Client:

Place DigimonRPGEN.dro and launcher in your client folder.
When opening the launcher, select English as the language. Feel free to edit other DRO files to customize the game language via Hex edito but please replace existing IP.

Step 4: Laragon Setup:

Install Laragon and add phpMyAdmin. Set the MySQL password to “digimon” via the Laragon control panel.

Step 5: Web Configuration:

Replace the “www” folder in the Laragon directory with the provided one.
In Laragon or phpMyAdmin, create a new database named “drpg” and import the provided database.

Step 6: Start Server and Launcher:

Start the Laragon server and game server.
Launch the game using the provided launcher.
Log in with “admin/admin” or create a new account through the localhost website.

Additional Information:

Granting Admin/GM Access:

To give admin or GM access to a new account, go to the database, select the “users” table, and set “autoridade” to 1000.
Customizing Settings:

Adjust various game settings in the “config” table. Max experience is set to 6000%, and it’s already configured to 61.

Non-Developer Customizations:

For non-developers, tweak shop settings, item details in the item and card shop tables, digimon stats in the digimon table, and spawn edits in the spawn table.

Important Notes:

The server is ready for basic offline play.
Map IDs and other useful information can be found in the database.
Approximately 60% of the game can be managed within the database.

Happy Playing!

Feel free to reach out if you have any questions or need further assistance.

LINK(Offline Mode / Single Player mode)
有点忙.没什么空研究.大佬们研究一下吧.
搬运老外英文教程:
教程作者:Bellocan

Tools Required:

Visual Studio 2017 (Professional) : https://visualstudio.microsoft.com/vs/older-downloads/
Visual Studio Code (for www folder ease of use). I used Windows Store for this.
HxD Hex Editor : https://mh-nexus.de/en/hxd/
Laragon 5.0 : https://github.com/leokhoa/laragon/releases/download/5.0.0/laragon-wamp.exe
7-Zip : https://7-zip.org

Things to note: I didn’t get this working with server and client both on 127.0.0.1. I opened ports for server (TCP: 80, 65530, 65531) and made the Client IP my WAN ip.
I port forwarded for both my computer and router so I can connect to myself.

Install Visual Studio 2017 Professional (might require Microsoft Account to download older version), make sure you select .NET.

Install HXD Editor

Install Laragon (I didn’t set up a password for MySQL so mine is blank)

Download Digimon RPG Source from RageZone (HUGE THANK YOU TO THE TEAM AT DIGITAL DATA BRAWLERS <3): https://forum.ragezone.com/threads/digimon-prg-release-ddb-rpg-discord.1224418/ Extract DDB RPG Source.zip with password provided by Angemon on Ragezone. Extract Digimon RPG.rar inside DDB RPG Source DATABASE SETUP Open Laragon and press Start All. Click Database button after the servers start. Click Open inside Session Manager and it will ask if you want to save this session settings, go for it. Right-click your session name (mines called Unnamed) and go to Create New -> Database. Name it DRPG.
Left-click DRPG after it’s created so it’s highlighted. Click File -> Run SQL FIle -> and navigate to DDB RPG Source -> DDBRPG.sql. Press Yes to let it auto detect settings.
You will have to press F5 to refresh in order to now see the tables inside the DRPG database.

WEBSITE

Copy DDB RPG Source -> www to your laragon directory. Mine is C:\laragon and overwrite the index.html page when it prompts you to.

Open Visual Studio Code and open the C:\laragon\www folder inside. Trust the source if you want when Visual Studio Code prompts you to.

Navigate to www -> includes -> and open site_config.php. Modify line 16 where it says $host = ”; and change the IP to whatever you wish, i made mine 127.0.0.1. Press CTRL+S to save the file.
Open a web browser and try going to http://localhost or http://127.0.0.1 and see if the website works. I used the website to register my in game account.

LAUNCHER SETUP

Navigate to DDB RPG Source -> DDB Launcher -> open DigimonRPGLauncher.sln with Visual Studio 2017.

On right-side on Visual Studio 2017, you should see the Solution Explorer, navigate down to DigimonRPGLauncher -> References, remove Bunifu_UI_v1.5.3.
Re-add Bunifu_UI_v1.5.3 via right-clicking References -> Add Reference -> DDB RPG Source\DDB Launcher\DigimonRPGLauncher\bin\Debug\Bunifu_UI_v1.5.3.dll

Press CTRL+SHIFT+F and look for 144.91.79.199. There should be 1 result at the bottom of Visual Studio. double click this and modify it to your LAN or WAN IP.

Compile the Launcher via CTRL+SHIFT+B. You can choose Debug or Release.
The Output window should show where the new executable is. Example: DDB RPG Source\DDB Launcher\DigimonRPGLauncher\bin\Debug\DDB Battle.exe
Copy DDB Battle.exe to your client.

SERVER SETUP

Navigate to DDB RPG Source\Digimon RPG\Digimon\ and open Digimon Project.sln with Visual Studio 2017 (Right-Click -> Open With -> Visual Studio 2017)

If you need to modify settings for database, go to Environment.cs and look for Database = new DbConnection(“localhost”, 3306, “root”, “”, “drpg”);

Build into DEBUG (CTRL+SHIFT+B) so you utilize the folder with all the text files already there.

You can launch the server by running Digimon Project.exe inside DDB RPG Source\Digimon RPG\Digimon\bin\Debug

Server will be up when it says Open on port 65530 and 65531.

DRO MODIFICATION

Open HxD Hex Editor and open 3 files: DigimonRPGEN.dro, DigimonRPGES.dro, DigimonRPGPT.dro.

With these each open, work on one at a time, press CTRL+R for replace, and look for 144.91.79.199, replace with your LAN or WAN IP, press Replace All, there should be 15 instances getting replaced. Press CTRL+S to save the files when done.

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0) 资源下载

资源下载

资源名称

资源简介

其他信息:提取码:csrm

立即下载

免责声明 1、本站所发布的全部内容源于互联网搬运(包括源代码、软件、学习资料等),本站提供的一切源码、软件、教程和内容信息仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。您必须在下载后的23个小时之内,从您的电脑或手机中彻底删除上述内容。
2、访问本站的用户必须明白,本站信息来自网络收集整理,版权争议与本站无关,本站对所提供下载的软件和程序代码不拥有任何权利,其版权归该软件和程序代码的合法拥有者所有,如果您喜欢该程序和内容,请支持正版,购买注册,得到更好的正版服务。我们非常重视版权问题,如本站不慎侵犯您的版权请联系我们,我们将及时处理,并撤下相关内容!敬请谅解! 侵删请致信E-mail:messi0808@qq.com
3、如下载的压缩包需要解压密码,若无特殊说明,那么文件的解压密码则为www.xmy7.com
4、如遇到加密压缩包,请使用WINRAR解压,如遇到无法解压的请联系管理员!

小蚂蚁资源网 网游单机 [搬运]老外的數碼暴龍RPG手工端—端游(更新离线模式/单人模式教程) https://www.xmy7.com/game/dj/88214.html

相关文章