LIQUID by gonkyouka

LIQUID by gonkyouka LIQUID by gonkyouka

Wallpaper: Screened Lotus

Screened Lotus Screened Lotus

Wallpaper: Blu Ubuntu

Blu Ubuntu by gonkyouka Blu Ubuntu by gonkyouka

Food in Baguio I

Food in Baguio I Food in Baguio I

Project: Wine AppDB Maintainer - ZX Online

LIQUID by gonkyouka LIQUID by gonkyouka
Latest News

Blog Move

Posted by gonkyouka on Tuesday, August 25, 2009 , under | comments (0)



My blog has moved to my own domain. Click on the title of this post to proceed to go directly to:
http://gonkyouka.com/

How To: Install ZX Online PH on Ubuntu [Updated]

Posted by gonkyouka on Monday, August 17, 2009 , under , , , , , , | comments (0)



There might be some players (like me) who uses linux but wanna play zx at the same time so i figured out it'll be a great idea to make a guide about it:

*This guide was made under Ubuntu Linux Jaunty Jackalope


Installing Wine
There are three ways to install Wine.

First is by downloading a .deb package depending on your distro and issue the following commands in the terminal:
~$ cd path/of/your/downloaded/debpackage/here
~$ sudo dpkg -i name_of_the_package_file_here.deb
~$ sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade

or if you want an easier way, you can search for wine through synaptic package manager:
System > Administration > Synaptic Package Manager
enter your root password
type 'wine' in the search box
tick the box before it and choose 'Mark for installation'
click apply

If you're a terminal guy, you might want to install it from the terminal.
~$ sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
~$ sudo apt-get install wine

---------------------------------------------------------------------------------------------------------------------
Installing ZX Online PH
Here are the two ways of installing zx on Ubuntu.

*Make sure to install Windows' Flash player 10 for IE install_flash_player_ax.exe
and the one for other browsers (firefox, opera, safari, etc) install_flash_player.exe


Its either running the game's installer by
right clicking on it and choose "Open with Wine Windows program loader"

or issue these commands in terminal:
~$ cd /path/of/your/zx_installer
~$ wine ZXOnlineSetup_01062009.exe #replace the orange with whatever the name of your zx online installer is#


---------------------------------------------------------------------------------------------------------------------
Adding Wine into Software Sources to make sure its always updated:

Open Software Sources~
System > Administration > Software Sources
enter root password
Select 'Thrid-Party Software' tab
Click add and add the following APT lines depending on which (Ubuntu) version you're using


For Ubuntu Jaunty (9.04):
deb http://wine.budgetdedicated.com/apt jaunty main #WineHQ - Ubuntu 9.04 "Jaunty Jackalope"

For Ubuntu Intrepid (8.10):
deb http://wine.budgetdedicated.com/apt intrepid main #WineHQ - Ubuntu 8.10 "Intrepid Ibex"

For Ubuntu Hardy (8.04):
deb http://wine.budgetdedicated.com/apt hardy main #WineHQ - Ubuntu 8.04 "Hardy Heron"


After adding the repository, you also need to add the key for the repository to your system's list of trusted keys.
Download and save Scott Ritchie's key (right click -> save as) to your desktop. Then open the Authentication tab, click import key file, and select the key file you just saved (Scott Ritchie.gpg).

Click close when done and choose reload when prompted.

---------------------------------------------------------------------------------------------------------------------
If you do not have the installer but you still have a copy of the entire folder of zx online, you just have to browse into its launcher folder

i.e. /media/Ubuntu 9.04 i386/Zhu Xian Online/launcher or /home/gonkyouka/Documents/Zhu Xian Online/launcher
then right click on the launcher.exe and choose "Open with Wine windows program loader"

or in terminal:
~$ cd /home/gonkyouka/Documents/Zhu Xian Online/launcher
~$ wine launcher.exe


Enjoy!

Full information and updates about testing are posted in WineHQ official ZX' Online testing page

Last Project - Noel Crisostomo's Personal Page

Posted by gonkyouka on , under , | comments (0)




Click on the image to visit the site.

Updated: Running ZX under Linux using wine

Posted by gonkyouka on Thursday, July 16, 2009 , under , , , , , , | comments (0)



This is just an update of my post below :)

What was updated/tested?

Wine Version: 1.1.25

ZX Online Client Version: 30

Linux Distro Used: Ubuntu 9.04 "Jaunty" (+ variants like Kubuntu)

Test Date: June 10, 2009
Wine Version Used: 1.1.23
Rating: Platinum

Application Name:
Zhu Xian Online PH

Description:
The first english version/deployment of the 3D MMORPG based on a popular Internet novel with the same name.
This is the beta version of Zhu Xian Online PH client

What works:
Almost everything.

* PVPs
* Item Mall
* Skills
* Monsters
* NPC interaction
* etc

Graphic features works as well as the sound.

What does not:
Nothing

What was not tested:
City Wars since they're not implemented yet in the current client version.

Additional Comments:
No found bugs in this game running using wine version 1.1.23


HOW TO INSTALL

1. Make sure to install Windows' Flash player 10 for IE install_flash_player_ax.exe and the one for other browsers (firefox, opera, safari, etc) install flash player.exe
2. Run the game's installer by right clicking on it and choose "Open with Wine Windows program loader" or in terminal:
~$ sudo apt-get update ~$ sudo apt-get upgrade ~$ sudo apt-get dist-upgrade ~$ cd /path/of/your/zx_installer ~$ wine ZXOnlineSetup_01062009.exe #or whatever the name of your zx online installer is#
If you do not have the installer but you still have a copy of the entire folder of zx online, you just have to browse into its launcher folder

i.e. /media/Ubuntu 9.04 i386/Zhu Xian Online/launcher or /home/gonkyouka/Documents/Zhu Xian Online/launcher

then right click on the launcher.exe and choose "Open with Wine windows program loader"

or in terminal:
~$ cd /home/gonkyouka/Documents/Zhu Xian Online/launcher ~$ wine launcher.exe Enjoy!