• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

How to set up RealityRP WITH PICTURES

Status
Not open for further replies.
Junior Spellweaver
Joined
Jun 8, 2008
Messages
174
Reaction score
24
Hey guys,
I have seen that many users are having trouble setting up RealityRP,
So I just wanted to give you all a little hand and insight on how to set it up!

What is Required?
XAMPP
WinRAR
RealityRP Download links (CMS: | EMU: )
A Brain :tongue:

Method:
1. Download the RealityRP CMS ( )

2. Start XAMPP and explore htdocs.

3. Extract RealityRP CMS.zip to htdocs (ignore the blurred out parts)
(It should look something like this)
eMagic - How to set up RealityRP WITH PICTURES - RaGEZONE Forums


4. Open Navicat or phpMyAdmin and create a database called "reality".
eMagic - How to set up RealityRP WITH PICTURES - RaGEZONE Forums


5. Import the reality.sql that came with the RealityRP CMS.zip
(should end up like this)
eMagic - How to set up RealityRP WITH PICTURES - RaGEZONE Forums


6. Edit global.php to your settings and MySQL database
eMagic - How to set up RealityRP WITH PICTURES - RaGEZONE Forums


7. Edit your cms_settings in phpMyAdmin/Navicat.
eMagic - How to set up RealityRP WITH PICTURES - RaGEZONE Forums

(Mine is all set to localhost 'cause I set it up as a Coding server only I go on, change where mine says Localhost to your IP/Hamachi IP)

8. Your CMS should work, test it out by visiting your ip or !
eMagic - How to set up RealityRP WITH PICTURES - RaGEZONE Forums

It should look like that!

9. Download the RealityRP EMU ( )

10. Edit the server.main.cfg file in FILEDIRECTORY:\bin\Debug\data
eMagic - How to set up RealityRP WITH PICTURES - RaGEZONE Forums


11. Run your Emulator in the FILEDIRECTORY:\bin\Debug
eMagic - How to set up RealityRP WITH PICTURES - RaGEZONE Forums


12. Make sure your SWF paths are correct in the cms_settings.

13. Play!
eMagic - How to set up RealityRP WITH PICTURES - RaGEZONE Forums


Credits:

RealityRP EMU & CMS Credits:
EMU:
97% meth0d
3% Divide
CMS:
100% Divide (I think)

Tutorial Credits:
100% Me :)
 
Last edited:
Junior Spellweaver
Joined
Jun 8, 2008
Messages
174
Reaction score
24
Just use Facebook's SWF pack, works like a charm
 
Junior Spellweaver
Joined
Jun 8, 2008
Messages
174
Reaction score
24
Craqued could you PM me the link or send the Message that it's giving you here?

Thanks ;P
 
Newbie Spellweaver
Joined
Nov 18, 2011
Messages
52
Reaction score
20
From what I've heard, RealityRP is highly unstable? which means I would have to stop being lazy and stabilize it Myself:( unless you stabilized it?:p
 
Zephyr Studios
Loyal Member
Joined
Feb 18, 2012
Messages
1,877
Reaction score
724
First of all, Divide is only 3-4% Meth0d created it from scratch, and it took VERY longer to code then Divide did.
A little glitch/bug i found (Two different look's)
eMagic - How to set up RealityRP WITH PICTURES - RaGEZONE Forums
 
Junior Spellweaver
Joined
Jun 8, 2008
Messages
174
Reaction score
24
First of all, Divide is only 3-4% Meth0d created it from scratch, and it took VERY longer to code then Divide did.
A little glitch/bug i found (Two different look's)
eMagic - How to set up RealityRP WITH PICTURES - RaGEZONE Forums

Hey Lasse,

Thanks for the update on the credits!
Also I know that bug is annoying, but it's something I have to live with for the moment ;P

Also in response to Lucasla,
Yes, RealityRP is very buggy, although I have made mine a bit more stable.
But there are people such as ServeZone RP, PixelRP and FabboRP who have made this a much more stable EMU.

Also, after having tested PhoenixRP, I have decided I like this EMU ALOT more ;)

Regards,
eMagic
 
Newbie Spellweaver
Joined
Aug 16, 2012
Messages
7
Reaction score
1
Heyy thanks for the tutorial! Really helpfull! But i've a problem :S... The client loads perfectly, then it shows the Hotel View and after that just Disconnects immediatly! (Showing error 404, cause the disconnect page doesn't exist in the cms). Men can you help me with that please? :S

PD> The Emulator recieves the connection, and doesn't show nothing strange. I have Facebook SWF's!
 
Last edited:
Junior Spellweaver
Joined
Jun 8, 2008
Messages
174
Reaction score
24
Heyy thanks for the tutorial! Really helpfull! But i've a problem :S... The client loads perfectly, then it shows the Hotel View and after that just Disconnects immediatly! (Showing error 404, cause the disconnect page doesn't exist in the cms). Men can you help me with that please? :S

PD> The Emulator recieves the connection, and doesn't show nothing strange. I have Facebook SWF's!

Code:
-- phpMyAdmin SQL Dump
-- version 3.5.2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Sep 01, 2012 at 08:06 PM
-- Server version: 5.5.25a
-- PHP Version: 5.4.4

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `reality`
--

-- --------------------------------------------------------

--
-- Table structure for table `rights`
--

CREATE TABLE IF NOT EXISTS `rights` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `set_id` int(10) unsigned NOT NULL,
  `right_id` varchar(128) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=14 ;

--
-- Dumping data for table `rights`
--

INSERT INTO `rights` (`id`, `set_id`, `right_id`) VALUES
(1, 0, 'login'),
(2, 100, 'moderation_tool'),
(3, 100, 'enter_locked_rooms'),
(4, 50, 'enter_full_rooms'),
(5, 10, 'club_regular'),
(6, 20, 'club_vip'),
(7, 100, 'room_rights'),
(8, 200, 'room_rights_owner'),
(9, 200, 'hotel_admin'),
(10, 100, 'moderation_tickets'),
(11, 100, 'cannot_ignore'),
(12, 100, 'mute'),
(13, 0, 'trade');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

Hope this fixes it!
Have fun!
 
Newbie Spellweaver
Joined
Aug 16, 2012
Messages
7
Reaction score
1
Code:
-- phpMyAdmin SQL Dump
-- version 3.5.2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Sep 01, 2012 at 08:06 PM
-- Server version: 5.5.25a
-- PHP Version: 5.4.4

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `reality`
--

-- --------------------------------------------------------

--
-- Table structure for table `rights`
--

CREATE TABLE IF NOT EXISTS `rights` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `set_id` int(10) unsigned NOT NULL,
  `right_id` varchar(128) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=14 ;

--
-- Dumping data for table `rights`
--

INSERT INTO `rights` (`id`, `set_id`, `right_id`) VALUES
(1, 0, 'login'),
(2, 100, 'moderation_tool'),
(3, 100, 'enter_locked_rooms'),
(4, 50, 'enter_full_rooms'),
(5, 10, 'club_regular'),
(6, 20, 'club_vip'),
(7, 100, 'room_rights'),
(8, 200, 'room_rights_owner'),
(9, 200, 'hotel_admin'),
(10, 100, 'moderation_tickets'),
(11, 100, 'cannot_ignore'),
(12, 100, 'mute'),
(13, 0, 'trade');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

Hope this fixes it!
Have fun!

Lol! It works like Magic! jeje... Thank you very much bro! Awesome post :p
 
Newbie Spellweaver
Joined
Apr 30, 2012
Messages
26
Reaction score
0
Ik have this error:
error.JPG - How to set up RealityRP WITH PICTURES - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Status
Not open for further replies.
Back
Top