Posts tagged ‘Windows’

[Guide] Recompiling with Windows (Visual C++), A Basic Guide

A lot of players today are not familiar with recompiling. Recompiling is never hard. It’s actually easy. I’ll provide a step-by-step process, provided with images on how to recompile. There are many guides there to follow. I’m just contributing a basic guide on how to do this, and this mainly for the Filipino players who needs to know how to recompile.

This topic is unsupported already as of May 29, 2011

QUOTE
PLEASE DOWNLOAD VISUAL C++ 2008 INSTEAD, IF YOU ARE ENCOUNTERING ERRORS IN VISUAL C++ 2010

Download Link to Visual C++ (2008): Here

For the installation, it is the same, so no need to worry wink.gif

DOWNLOADING & INSTALLING VISUAL C++

1. First, download Visual C++ by going to this link: (Click Here)

2. Click “Free Download: Visual C++ 2010 Express Edition.”

3. Click “Visual C++ 2010 Express,” then choose the “English” language. (Unless you understand other languages)

4. After downloading, run the program. (It’s currently vc_web.exe)

5. The installation process is smooth and not really hard. The installer is actually a “downloader” and it will download a large sum of files in order for the Visual C++ to be completely installed on your system.

There will be no more images on some of this part but I’ll guide you anyway so you will not be lost.

6. It will prompt you about “Help Improve Setup.” It’s upto you whether to check it or not.

7. Click “I have read and accept the license terms” (Well, I know you don’t actually read those, because I don’t.) then click Next.

8. It might ask you to install optional stuffs like on the image below. Uncheck them both. Then continue with the installation.

9. It will prompt you to the destination folder to be installed. Just click [Install >] anyway.

10. Sometimes, it will prompt that you need to restart your computer even the setup isn’t finishes. It’s actually alright. Restart anyway. After your computer is turned on again after the restart, it will continue its setup again.

11. When the setup is done, it will state that Microsoft Visual C++ 2010 Express has been installed successfully. Click EXIT.

RECOMPILING YOUR SERVER

1. After editing your source files (I am not guiding you here on editing your source files.), we are now ready to recompile.

2. Go to your main server folder and open “eAthena – 10.” (NOTE: If you do not have eAthena-10, you can open eAthena-9)

 Reduced: 95% of original size [ 753 x 495 ] – Click to view full image

3. It will prompt you to choose between “Visual C++ Express 2010” and “Visual C++ Express 10.” Choose Visual C++ Express 2010

4. It will take some time to open. Wait for the Visual C++ to open.

5. After opening the program (and the program is already opened), you will now be on this interface:

 Reduced: 91% of original size [ 790 x 475 ] – Click to view full image

6. Now, select char-server_sql, login-server_sql, map-server_sql all at once. You may do it by pressing CTRL on your keyboard then click those three. (If you’re not using an SQL SVN, then select: char-server_txt, login-server_txt, map-server_txt)

7. After selecting them, RIGHT CLICK one of them then select, REBUILD SELECTION.

 Reduced: 94% of original size [ 764 x 456 ] – Click to view full image

8. Wait as the program is rebuilding (recompiling) your server. You must see this on the lower portion of Visual C++:

 Reduced: 85% of original size [ 847 x 193 ] – Click to view full image

9. It will now say that the rebuild succeeded and stuff. Meaning, your server is now recompiled. If you will be changing your SRC again, you need to RECOMPILE again.

 Reduced: 56% of original size [ 1280 x 800 ] – Click to view full image

Hope This Guide Helps You

[Guide] Setting up Flux Control Panel with Screenies, Remake Guide. For Windows

Guide in setting up
Flux Control Panel

Things to download

FluxCP Files: Download FluxCP-1.0.0.962 here.

  • Download FluxCP and extract to any folder you want, mine is C:\Users\Desktop\testcp

XAMPP Web Server: Download XAMPP here.

  • Download XAMPP and install to any folder you want. e.g: C:\Program Files\Xampp

Starting Over:

Open your FluxCP Files wherever you have extracted it.

Editing application.php

  • Can be located at config folder. Open it then edit the ‘BaseURl’, mine is testcp.
  • Edit the ‘InstallerPassword’ to any password you want, mine is password123.
  • Edit the ‘SiteTitle’ to your RO, mine is Test Ragnarok Online.
  • Save and Exit.
     Reduced: 92% of original size [ 778 x 534 ] – Click to view full image

Editing servers.php

  • Can be located at config folder.
  • In the ‘ServerName’ for your RO Name. e.g: TestRO
  • Edit the first set of 3 Ragnarok Database.
  • For ‘Username’ put your MySQL Username.
  • For ‘Password’ put your MySQL Password.
  • For ‘Database’ put your RO Database in MySQL.
  • Do the same to the second set of Ragnarok Database.
  • Save and Exit.
     Reduced: 91% of original size [ 785 x 536 ] – Click to view full image

Open your Xampp Folder wherever you have installed it. Mine is C:\Users\ProgramFiles\Xammp.

  • Go to htdocs folder XammpFolder/htdocs.
  • Cut and Paste your FluxCP Files inside of it.
     Reduced: 90% of original size [ 794 x 589 ] – Click to view full image

  • Then Go Back to the Xampp Folder and Run an application named xampp-control
  • It will prompt out a small window, click the Start Button for Apache Svc to make it run.

Installing FluxCP

  • Open a Web Browser, and type in the Address Bar localhost/” your FluxCP Folder name” mine is test so it would be localhost/testcp
  • Then it will ask you a password, enter the InstallerPassword you put earlier in application.php. Mine is password123, then click Authenticate.
     Reduced: 59% of original size [ 1218 x 710 ] – Click to view full image

  • Once Authenticated, it will ask your MySQL Username and Password, then Click Update TestRO << ( It will not be TestRO, it’ll be your RO Name )
     Reduced: 59% of original size [ 1219 x 713 ] – Click to view full image

  • Once done, you’ll gonna have this.
     Reduced: 56% of original size [ 1275 x 734 ] – Click to view full image

  • Run your Ragnarok Server, then on FluxCP click on Server Status whether it works.
  • Then you are done.

Credits to Shazeya