CSV3 Continues development

04/01/2013 11:06 turk55#31
Quote:
Originally Posted by killersub View Post
Thank you very much sir.

Also a side question: is there a database for this or will one have to manually construct one?
The database used to be with the source, but they haven't uploaded it.
04/01/2013 12:23 nTL3fTy#32
Quote:
Originally Posted by turk55 View Post
The database used to be with the source, but they haven't uploaded it.
[Only registered and activated users can see links. Click Here To Register...] should work. There are no npc dialogs though.
04/01/2013 17:03 AliveVVithoutFeeling#33
' Files of your project .. are available for all !!!
04/03/2013 04:55 killersub#34
Quote:
Originally Posted by nTL3fTy View Post
[Only registered and activated users can see links. Click Here To Register...] should work. There are no npc dialogs though.
hello there sorry to bother again but I have 2 misconceptions:

1. I have an error:
Code:
engine = Python.CreateEngine();
it says:
Quote:
The name 'Python' does not exist in the current context
2(question): how do I start the GameServer as there is no .exe file inside the bin folder of the GameServer folder?
04/03/2013 05:28 .Ryu#35
Quote:
Originally Posted by killersub View Post
hello there sorry to bother again but I have 2 misconceptions:

1. I have an error:
Code:
engine = Python.CreateEngine();
it says:

2(question): how do I start the GameServer as there is no .exe file inside the bin folder of the GameServer folder?
Read this [Only registered and activated users can see links. Click Here To Register...]
And also you have to build the auth and game server.
04/03/2013 06:41 _DreadNought_#36
Quote:
Originally Posted by killersub View Post
hello there sorry to bother again but I have 2 misconceptions:

1. I have an error:
Code:
engine = Python.CreateEngine();
it says:

2(question): how do I start the GameServer as there is no .exe file inside the bin folder of the GameServer folder?
Your title: "Intermediate At C#"

Very misleading indeed.
04/03/2013 08:19 InfamousNoone#37
We eventually plan on migrating to an actual database system, but for now what we have will do fine. We're still working on the smaller systems and doing research here and there, right now we're focused on getting some other things working again before CSV3 continues any further, but stay tuned for updates.
05/31/2013 19:55 diedwarrior#38
Sorry for bumping, but did this die?
05/31/2013 19:59 InfamousNoone#39
yes, and no, I've found that my efforts are better contributed by working on PCSD when I have free time (the source being used in that proof of concept thread you posted in not too long ago) since nobody left in the community has any real interest in learning, I figure I might as well contribute somewhere it matters.
05/31/2013 20:03 diedwarrior#40
I do have a real interest in learning :(, I tend to use my "will" in wrong ways tho, I've been basically coding on Impulse's base source for a year now, its too gay that I can only code on that source, the moment I looked into your source it was like I was coding from day one.
Just downloaded the source once more, will try to open it and start figuring shit out.
Good luck with PCSD tho.
05/31/2013 20:05 InfamousNoone#41
I think in the last commit to CSV3 we broke a lot of stuff and never fixed it, so I'm not sure (I don't remember), just revert back to a date before I made the change to give Equipment it's own collection (check via svn logs).

Feel free to check out their forums though, if you can contribute any useful ideas I'm sure they'll do something with it.
05/31/2013 20:07 diedwarrior#42
Quote:
Originally Posted by InfamousNoone View Post
I think in the last commit to CSV3 we broke a lot of stuff and never fixed it, so I'm not sure (I don't remember), just revert back to a date before I made the change to give Equipment it's own collection (check via svn logs).

Feel free to check out their forums though, if you can contribute any useful ideas I'm sure they'll do something with it.
Will do, and thanks a lot for everything.