Crazy_dong 发表于 2024-1-16 17:21:01

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

本帖最后由 Crazy_dong 于 2024-1-24 18:36 编辑

原文:
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)
求大佬弄个一键端...若是能虚拟机一键就更好了

搬运的更新东西-链接没变

Crazy_dong 发表于 2024-1-16 17:22:09

本帖最后由 Crazy_dong 于 2024-1-17 23:37 编辑

佔个樓也许有用-
补个123盘地址
https://www.123pan.com/s/BdgDVv-1huud.html
提取码:csrm


有点忙.没什么空研究.大佬们研究一下吧.
搬运老外英文教程:
教程作者: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.

lifufu8888 发表于 2024-1-16 18:24:00

看起来还可以

980712876 发表于 2024-1-16 18:56:07

期待大佬整合

wangyiyang 发表于 2024-1-16 18:57:48

不玩但顶,感谢分享!~

ErrorJ 发表于 2024-1-16 18:57:51

感谢大佬分享

254506041 发表于 2024-1-16 19:04:49

:::::::::::::::

luodeman000 发表于 2024-1-16 19:31:44

感谢大佬分享:::::::

weiweiku 发表于 2024-1-16 19:39:31

感谢这位愿意分享的小可爱!!!

176034095 发表于 2024-1-16 19:51:16

谢谢分享

blbl520520 发表于 2024-1-16 19:57:32

谢谢分享

lel202 发表于 2024-1-16 20:58:03

楼主发贴辛苦了,谢谢楼主分享!

linren22 发表于 2024-1-16 21:12:10

楼主发贴辛苦了,谢谢楼主分享!

梦梦好 发表于 2024-1-16 21:21:59

这也太顶了

Yearling 发表于 2024-1-16 21:33:54

厉害, 哪个Discord 频道?::

xiawan00 发表于 2024-1-16 22:05:29

::

ily99 发表于 2024-1-16 22:30:38

感谢楼主分享!::

jonasr 发表于 2024-1-16 23:26:30

本帖最后由 jonasr 于 2024-1-16 23:28 编辑

推荐自己本机 或者 虚拟机内部署。

j1312987531 发表于 2024-1-17 08:39:34

感谢大佬分享,期待一键端

1113538888 发表于 2024-1-17 09:15:05

感谢这位愿意分享的小可爱!!!
页: [1] 2
查看完整版本: [搬运]老外的數碼暴龍RPG手工端---端游(更新离线模式/单人模式教程)

本站内容如若侵犯到您的权益,请来电来函告知,我们会尽快处理!
联系QQ:1953150286,2251387361,123784736,免责申明