Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Crystalshire:Developer's Edition-For Dummies


Rob Janes
 Share

Recommended Posts

**Hey Guys,**

It's been a while since I've posted anything on here for tutorials, and I probably won't post many, as it appears my work gets used or used as a basis a lot and I'm not credited, but I figure this would be useful to people out there looking to make a game, who may not have a lot of VB experience.  Download link at bottom of post.

**What is it?**
It's Crystalshire: Developer's Edition, with some minor modifications.

**What Modifications?**
Good question, while there are no new ground-breaking features added, you can modifying several things to make the game feel unique and not like a 'clone' of other games made with Eclipse or CS:DE.

**Editing your Interface**
You can edit your Interface without needing to compile a new client by editing the client\data files\interface.ini file.

```
[GUI_CHAT]
X=10
Y=445
Width=412
Height=145

[GUI_HOTBAR]
X=300
Y=10
Height=36

[GUI_MENU]
X=558
Y=514
Width=232
Height=76

```
**Edit the Starting Tutorial**
You can edit the Starting Tutorial when a new account is created by editing the client\data files\tutorial.ini file.  You can change ShowTutorial from 1 (Enabled) to 0 (Disabled) to choose if you want the starting tutorial to be displayed.  You may also change all of the tutorial scripts and answers without compiling a new client.

```
[INIT]
ShowTutorial=1
[TUTORIAL1]
Text=Ah, so you have appeared at last my dear. Please, listen to what I have to say.
Answer=*sigh* I suppose I should...

```

**Editing Custom Messages**
You can edit all in-game messages such as the 'Server Offline', 'Loading' and 'Connected' messages by editing the client\data files\messages.ini file

```
[MESSAGES]
Loading_Interfaces=Loading Interface...
Loading_Options=Loading Options...

```
If anyone has any other requests, post a reply, I'll see what I can do.

Download Here
http://www.splatteredgame.com/CrystalshireDESamu.zip
Link to comment
Share on other sites

  • Replies 506
  • Created
  • Last Reply

Top Posters In This Topic

lol lol lol no. You misunderstood me :P What i mean is if you made a guild system and you add a button, you would need to edit the source right? You need to edit the source to make a button.

The tutorial should be:
1\. look in modconstant to change the max_button
2\. look in moddirectx
3\. look in many many more place
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • Create New...