Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

40 Pages V  « < 37 38 39 40 >  
Reply to this topicStart new topic
> Vampyr Telam Ludus
jonbonjon
post Sep 25 2011, 01:26 AM
Post #761



Group Icon

Group: Member
Posts: 1
Type: Developer
RM Skill: Beginner




Hey, just got 1 question. I can get the server running on localhost. How can i get it working so that anyone can join in to my game? So i could just give them the client and they can connect. Any help would be awesome. Thanks allready.
Go to the top of the page
 
+Quote Post
   
ShinGamix
post Sep 25 2011, 10:52 AM
Post #762


Level 15
Group Icon

Group: Revolutionary
Posts: 279
Type: Developer
RM Skill: Intermediate




Wow This topic is still open. I am new to the Vampyr Telam Ludus and I am running into some trouble.I am having a hella time trying to set it up. Your server interface is way different that the other VXO Servers. Right Now I am getting the cannot find database error. Are there ANY good English Setup videos out there for this? The other two English videos that were on Youtube are gone now. I know your busy but I just need to get it running on my PC.
-Shin

and your download on top isn't working. Where can I get the latest version?

This post has been edited by ShinGamix: Sep 25 2011, 01:44 PM


__________________________
Go to the top of the page
 
+Quote Post
   
ShinGamix
post Sep 30 2011, 02:27 PM
Post #763


Level 15
Group Icon

Group: Revolutionary
Posts: 279
Type: Developer
RM Skill: Intermediate




Can I bump to my own post in this topic? Would this count as a double post? I hope not.

if So Bump?

also
I found a later version inside one of the later posts in the topic.


__________________________
Go to the top of the page
 
+Quote Post
   
lilcooldude69
post Nov 12 2011, 09:14 AM
Post #764


The pro-est eventer u know ;D
Group Icon

Group: Revolutionary
Posts: 297
Type: Event Designer
RM Skill: Masterful




Well since i know quite a bit about mysql and servers n stuff i think i'll help u out biggrin.gif

lilcooldude's Super Cool Ludis Tutorial for setting up Mysql biggrin.gif

First Download
64-bit package
32-bit package

Step 1
Extract the 2 files and install mysql server 5.5.17 or whatever its called, make sure u choose typical install, after it does its thing make sure configure server option is checked it might be called something else but its when all the installing is done, then just click finish
Step 2
Then the server instance configure'er should be up now, choose standard configuration -> install as a windows service (service name is MySQL5), make sure include bin directory is unchecked and make sure launch mysql automatically is checked, choose a password for the root, do not create an anonymouse account, then hit execute
Note: if you already had mysql installed or something is using port 3306 it wont complete,
Solution: if you had mysql installed already remove mysql and everything, then go into your program files(or wherever u installed it) search out the mysql folder and delete it.

Step 3
After the server has installed, run the other install that was in the zip file, mysqlguitools 5.1 or sumthing like that,
if it has the option for typical install, choose that i cant remember if it asks or not

Step 4
after all that installs, go into the start menu and search out the folder named MySQL then choose under that folder mysql query browser, it should bring up a login window, if none of its filled out this is what it should look like



Your password is the password you chose when you configured the server.

after your logged in, choose File -> Open Script, Then search out your database.sql inside of the team ludas server folder, (if you know sql language you can actually rename your database in the file, but if you dont just run the script), after you open the script u should see a Script 1 tab open up, don't touch it lol, just hit execute, it should look like a green button with a lightening bolt in the middle of it, after that you should have a new database in the side window that says teamludas, Don't touch it, don't rename it don't do nothing just yet.

Step 5
Now open up the team ludas server program, u should see a program with a bjillion tabs, lol jk not a bajillion but yea, click the database tab, the following will fill in all the blanks as follows

Host: 127.0.0.1
Port: 3306
Username: root
Password: (the password you used to login to the sql server)
database: this should already be filled in if not, its the name of the database that was added when u ran the database.sql file, teamludas
Uncheck MD5 Encryption (u'll see why later)

then click connect, you should now be connected to the database.

now click the Client tab and search out your client folder and select it.

after that go back to the Server tab, and choose start server, after that everything should be up and running

Step 6
Go into the Client folder, and run the game.exe file or whatever the client game file is called, when you try to login as admin it won't let you, thats because your password in your mysql database is encrypted with md5, to fix this, open the mysql query browser, drop down the teamludas database and quadrouple click the accounts table, you should see 2 entries, and admin entry, and a Test entry, click edit at the bottom of the page and edit the password under the admin entry and change that long huge number/lettered thing to the password you want to use as the admin password, after ur done hit enter then click apply changes at the bottom, Close the browser go back to the game and use that password to login and vola you should now be in game n stuff.


This post has been edited by lilcooldude69: Nov 12 2011, 09:22 AM


__________________________

My Userbars


Rated pg-13 part of signiture
Scientist A: "A single sperm has 37.5MB of DNA information in it. That means a normal ejaculation represents a data transfer of 1,587.5TB."
Scientist B: Too bad ejaculate has terrible packet loss
Scientist C:but the transfer does have a lot of redundancy

Go to the top of the page
 
+Quote Post
   
KawaiiNekoz
post Nov 13 2011, 03:25 PM
Post #765


Level 1
Group Icon

Group: Member
Posts: 10
Type: None
RM Skill: Undisclosed




Can anyone tell me how to make quests in 6.2 Finalle? Because the quests tab doesn't work D:
Go to the top of the page
 
+Quote Post
   
Slucker
post Dec 14 2011, 11:13 AM
Post #766



Group Icon

Group: Member
Posts: 4
Type: Scripter
RM Skill: Intermediate




QUOTE (KawaiiNekoz @ Nov 13 2011, 04:25 PM) *
Can anyone tell me how to make quests in 6.2 Finalle? Because the quests tab doesn't work D:


You can creat Quests with the old server Telam from 1.6. If you have a quest finish, copy these and add it to your project with the finall Update.

This post has been edited by Slucker: Dec 15 2011, 07:51 AM
Go to the top of the page
 
+Quote Post
   
kboy33
post Dec 28 2011, 02:20 PM
Post #767


Level 1
Group Icon

Group: Member
Posts: 6
Type: Developer
RM Skill: Advanced




[/spoiler]
QUOTE (lilcooldude69 @ Nov 12 2011, 09:14 AM) *
Well since i know quite a bit about mysql and servers n stuff i think i'll help u out biggrin.gif

lilcooldude's Super Cool Ludis Tutorial for setting up Mysql biggrin.gif

First Download
64-bit package
32-bit package

Step 1
Extract the 2 files and install mysql server 5.5.17 or whatever its called, make sure u choose typical install, after it does its thing make sure configure server option is checked it might be called something else but its when all the installing is done, then just click finish
Step 2
Then the server instance configure'er should be up now, choose standard configuration -> install as a windows service (service name is MySQL5), make sure include bin directory is unchecked and make sure launch mysql automatically is checked, choose a password for the root, do not create an anonymouse account, then hit execute
Note: if you already had mysql installed or something is using port 3306 it wont complete,
Solution: if you had mysql installed already remove mysql and everything, then go into your program files(or wherever u installed it) search out the mysql folder and delete it.

Step 3
After the server has installed, run the other install that was in the zip file, mysqlguitools 5.1 or sumthing like that,
if it has the option for typical install, choose that i cant remember if it asks or not

Step 4
after all that installs, go into the start menu and search out the folder named MySQL then choose under that folder mysql query browser, it should bring up a login window, if none of its filled out this is what it should look like



Your password is the password you chose when you configured the server.

after your logged in, choose File -> Open Script, Then search out your database.sql inside of the team ludas server folder, (if you know sql language you can actually rename your database in the file, but if you dont just run the script), after you open the script u should see a Script 1 tab open up, don't touch it lol, just hit execute, it should look like a green button with a lightening bolt in the middle of it, after that you should have a new database in the side window that says teamludas, Don't touch it, don't rename it don't do nothing just yet.

Step 5
Now open up the team ludas server program, u should see a program with a bjillion tabs, lol jk not a bajillion but yea, click the database tab, the following will fill in all the blanks as follows

Host: 127.0.0.1
Port: 3306
Username: root
Password: (the password you used to login to the sql server)
database: this should already be filled in if not, its the name of the database that was added when u ran the database.sql file, teamludas
Uncheck MD5 Encryption (u'll see why later)

then click connect, you should now be connected to the database.

now click the Client tab and search out your client folder and select it.

after that go back to the Server tab, and choose start server, after that everything should be up and running

Step 6
Go into the Client folder, and run the game.exe file or whatever the client game file is called, when you try to login as admin it won't let you, thats because your password in your mysql database is encrypted with md5, to fix this, open the mysql query browser, drop down the teamludas database and quadrouple click the accounts table, you should see 2 entries, and admin entry, and a Test entry, click edit at the bottom of the page and edit the password under the admin entry and change that long huge number/lettered thing to the password you want to use as the admin password, after ur done hit enter then click apply changes at the bottom, Close the browser go back to the game and use that password to login and vola you should now be in game n stuff.


Help!!! I did everything you said but when i try to start the server it says "Failed to start the server!" Please help! Here are some screen shots.

[spoiler=Screen shots (look at these)]



This post has been edited by kboy33: Dec 28 2011, 02:24 PM


__________________________
:D: <----- Newest and teh epicest smileh faice eva lol
Go to the top of the page
 
+Quote Post
   
johnkapid
post Dec 31 2011, 05:34 AM
Post #768


Level 6
Group Icon

Group: Member
Posts: 88
Type: Developer
RM Skill: Advanced




I'll try to explain this in a YouTube video.
I'll post it up when I made it.


__________________________

Visit the Vampyr Coder's Website: N/A
VTL in progress: 1.9 PMDO RV(PMDO only), VTL (Version remains to be secret)
VTL released: 1.7 RC3
Go to the top of the page
 
+Quote Post
   
Zero Kiryu
post Dec 31 2011, 01:47 PM
Post #769


Level 2
Group Icon

Group: Member
Posts: 22
Type: None
RM Skill: Undisclosed




Hmm... I have the game up and running, but when I go to create a char, after hes created, the game crashes with this error:

Unabled find file Graphics/Character/CharacterName

My guess is that it looks from the spritemap with the name of the character you just created instead of Actor1/Actor2/ect...

This post has been edited by Zero Kiryu: Dec 31 2011, 01:58 PM


__________________________
Go to the top of the page
 
+Quote Post
   
johnkapid
post Dec 31 2011, 02:08 PM
Post #770


Level 6
Group Icon

Group: Member
Posts: 88
Type: Developer
RM Skill: Advanced




The graphic of the actor in the Database must be the same name as the graphic filename.
It looks from the spritemap of the type and class of your character implied in the database. There is no spritemap of your character as it looks through the database.


__________________________

Visit the Vampyr Coder's Website: N/A
VTL in progress: 1.9 PMDO RV(PMDO only), VTL (Version remains to be secret)
VTL released: 1.7 RC3
Go to the top of the page
 
+Quote Post
   
Zero Kiryu
post Dec 31 2011, 02:17 PM
Post #771


Level 2
Group Icon

Group: Member
Posts: 22
Type: None
RM Skill: Undisclosed




QUOTE (johnkapid @ Dec 31 2011, 02:08 PM) *
The graphic of the actor in the Database must be the same name as the graphic filename.
It looks from the spritemap of the type and class of your character implied in the database. There is no spritemap of your character as it looks through the database.


Sooo...... How do I fix it?


__________________________
Go to the top of the page
 
+Quote Post
   
johnkapid
post Dec 31 2011, 02:33 PM
Post #772


Level 6
Group Icon

Group: Member
Posts: 88
Type: Developer
RM Skill: Advanced




Did you change anything inside the Graphics Folder?
The names?
If not, let me see a screen of your database in your characters folder


__________________________

Visit the Vampyr Coder's Website: N/A
VTL in progress: 1.9 PMDO RV(PMDO only), VTL (Version remains to be secret)
VTL released: 1.7 RC3
Go to the top of the page
 
+Quote Post
   
Zero Kiryu
post Dec 31 2011, 02:34 PM
Post #773


Level 2
Group Icon

Group: Member
Posts: 22
Type: None
RM Skill: Undisclosed




QUOTE (johnkapid @ Dec 31 2011, 02:33 PM) *
Did you change anything inside the Graphics Folder?
The names?
If not, let me see a screen of your database in your characters folder



No I didnt


Of my database in my chracters folder... what????

This post has been edited by Zero Kiryu: Dec 31 2011, 02:34 PM


__________________________
Go to the top of the page
 
+Quote Post
   
johnkapid
post Dec 31 2011, 02:35 PM
Post #774


Level 6
Group Icon

Group: Member
Posts: 88
Type: Developer
RM Skill: Advanced




You know, the characters tab?


__________________________

Visit the Vampyr Coder's Website: N/A
VTL in progress: 1.9 PMDO RV(PMDO only), VTL (Version remains to be secret)
VTL released: 1.7 RC3
Go to the top of the page
 
+Quote Post
   
Zero Kiryu
post Dec 31 2011, 02:40 PM
Post #775


Level 2
Group Icon

Group: Member
Posts: 22
Type: None
RM Skill: Undisclosed




QUOTE (johnkapid @ Dec 31 2011, 02:35 PM) *
You know, the characters tab?



Oh on my server. ok.

Here:


__________________________
Go to the top of the page
 
+Quote Post
   
johnkapid
post Dec 31 2011, 02:45 PM
Post #776


Level 6
Group Icon

Group: Member
Posts: 88
Type: Developer
RM Skill: Advanced




Umm... the VX Client, not Server~
(Btw, put your pics in a spoiler so it won't take much space.)

This post has been edited by johnkapid: Dec 31 2011, 02:45 PM


__________________________

Visit the Vampyr Coder's Website: N/A
VTL in progress: 1.9 PMDO RV(PMDO only), VTL (Version remains to be secret)
VTL released: 1.7 RC3
Go to the top of the page
 
+Quote Post
   
Zero Kiryu
post Dec 31 2011, 02:50 PM
Post #777


Level 2
Group Icon

Group: Member
Posts: 22
Type: None
RM Skill: Undisclosed




QUOTE (johnkapid @ Dec 31 2011, 02:45 PM) *
Umm... the VX Client, not Server~
(Btw, put your pics in a spoiler so it won't take much space.)



DUH!!!! Nvm... I was using an old version of the db that i uploaded a while ago. XD It works now


__________________________
Go to the top of the page
 
+Quote Post
   
johnkapid
post Dec 31 2011, 07:18 PM
Post #778


Level 6
Group Icon

Group: Member
Posts: 88
Type: Developer
RM Skill: Advanced




Hey guys, some server setup tutorials I made here!


__________________________

Visit the Vampyr Coder's Website: N/A
VTL in progress: 1.9 PMDO RV(PMDO only), VTL (Version remains to be secret)
VTL released: 1.7 RC3
Go to the top of the page
 
+Quote Post
   
Zero Kiryu
post Jan 1 2012, 01:46 PM
Post #779


Level 2
Group Icon

Group: Member
Posts: 22
Type: None
RM Skill: Undisclosed




QUOTE (johnkapid @ Dec 31 2011, 07:18 PM) *
Hey guys, some server setup tutorials I made here!


Umm... My game looks nothing like urs. U should re-release it so we can have the updated one, or i just missed the download link XD

And I can only have TCP or UDP, not both sad.gif is there a way around?

The server is onlone, but the game says its not, it lags a bit, then says its offline. Cause is the problem above?


__________________________
Go to the top of the page
 
+Quote Post
   
johnkapid
post Jan 1 2012, 05:27 PM
Post #780


Level 6
Group Icon

Group: Member
Posts: 88
Type: Developer
RM Skill: Advanced




QUOTE
And I can only have TCP or UDP, not both is there a way around?

Did you try port forward the same address twice? One for UDP, one for TCP.

QUOTE
Umm... My game looks nothing like urs. U should re-release it so we can have the updated one, or i just missed the download link XD

Since the thread is not much updated anymore, my guess the download link is down. Good thing I'm here.
Here's the download link: http://www.mediafire.com/?pmgmw17nqugj83z

I might have to request to close this thread and start a new one once I finish the new version. Vamp is not actually active anymore.
Though, I'll keep this open until I got the new version.
(Might migrate to VX Ace soon too.)


__________________________

Visit the Vampyr Coder's Website: N/A
VTL in progress: 1.9 PMDO RV(PMDO only), VTL (Version remains to be secret)
VTL released: 1.7 RC3
Go to the top of the page
 
+Quote Post
   

40 Pages V  « < 37 38 39 40 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 18th May 2013 - 06:34 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker