One Flew Over The Cuckoo's Nest

Any developer realated stuff
Post Reply
User avatar
Darendor
Posts: 1502
Joined: Wed Jan 14, 2009 1:53 am
Location: Red Deer, Alberta, Canada

One Flew Over The Cuckoo's Nest

Post by Darendor »

So I was thinking late into the night.

What if there was a way to host custom BT games on another system?

For instance, you could Telnet to another machine and log into that machine's Adventurer's Guild. Your party members would load up and off you'd go.

Only, the city and dungeons would all be custom designed.

Basically you'd be playing off of the remote machine's disk drive.


Thoughts?
User avatar
ZeroZero
Posts: 286
Joined: Tue Mar 10, 2009 9:10 pm
Location: Germany

Post by ZeroZero »

Its easy to make a server proggy to host game clients, in particular for round based games.

To do that we needed a full disassembly for ALL functions and values the game uses, then we could write a small client, a script system for the campaigns and a server process.

I helped massively built up 2 lobby based gaming websites in the past.
User avatar
Darendor
Posts: 1502
Joined: Wed Jan 14, 2009 1:53 am
Location: Red Deer, Alberta, Canada

Post by Darendor »

ZeroZero wrote:Its easy to make a server proggy to host game clients, in particular for round based games.

To do that we needed a full disassembly for ALL functions and values the game uses, then we could write a small client, a script system for the campaigns and a server process.

I helped massively built up 2 lobby based gaming websites in the past.

Alright, well, I could try to disassemble some stuff.

What is there that needs to be disassembled still?
User avatar
ZeroZero
Posts: 286
Joined: Tue Mar 10, 2009 9:10 pm
Location: Germany

Post by ZeroZero »

Well, you need to know everything to rebuild the game as an online game, every little detail, starting at easy things like

- how is a character built (dices, race/class bonus/malus, starting cash etc etc)
- what items exist with what abilities, who can wear what, how do I get these items, do they expire etc etc.
- how is a map constructed, are maps wraparound or like in real life, have margins, what types of walls/textures exist, what can happen on map cells
- what special places exist (dungeon entrances/exits, guilds, shops, temples, casinos, hospitals, churches, clan castles etc etc etc)
- what npc's exist, how do they behave, can they be followers, what abilities do they have, what levels exist, what do they drop etc etc
- how is the trading system working (fees for special services like repair and identify, rate of buy/sell, tradibility of items, items, prices, rareness of items etc)
- how is the fighting system working, are their different styles like melee and range, is magic a fight type or variants of the melee/range system, who has the first attack, how are hits and damage calculated, is the system using skills or abilities etc etc
- many many many more details, in other words: you need to know, how the game works in every single aspect and in full detail
User avatar
Darendor
Posts: 1502
Joined: Wed Jan 14, 2009 1:53 am
Location: Red Deer, Alberta, Canada

Post by Darendor »

ZeroZero wrote:Well, you need to know everything to rebuild the game as an online game, every little detail, starting at easy things like

- how is a character built (dices, race/class bonus/malus, starting cash etc etc)
- what items exist with what abilities, who can wear what, how do I get these items, do they expire etc etc.
- how is a map constructed, are maps wraparound or like in real life, have margins, what types of walls/textures exist, what can happen on map cells
- what special places exist (dungeon entrances/exits, guilds, shops, temples, casinos, hospitals, churches, clan castles etc etc etc)
- what npc's exist, how do they behave, can they be followers, what abilities do they have, what levels exist, what do they drop etc etc
- how is the trading system working (fees for special services like repair and identify, rate of buy/sell, tradibility of items, items, prices, rareness of items etc)
- how is the fighting system working, are their different styles like melee and range, is magic a fight type or variants of the melee/range system, who has the first attack, how are hits and damage calculated, is the system using skills or abilities etc etc
- many many many more details, in other words: you need to know, how the game works in every single aspect and in full detail

We have many of these details documented do we not?
dulsi
Posts: 242
Joined: Thu Mar 22, 2007 7:15 pm

Post by dulsi »

I've thought about modifying Bt Builder to a cgi interface. A poor version which just output a png with a bad UI wouldn't be hard.
User avatar
Darendor
Posts: 1502
Joined: Wed Jan 14, 2009 1:53 am
Location: Red Deer, Alberta, Canada

Post by Darendor »

dulsi wrote:I've thought about modifying Bt Builder to a cgi interface. A poor version which just output a png with a bad UI wouldn't be hard.
Are you an asshole or something?
Post Reply