Page 1 of 1
Terminal Client?
Posted: Thu Jan 27, 2005 8:09 pm
by mikeeusa22
Could a terminal client similar to nethack/adom etc be created for us CLI users? (Remeber there is ASCII background color that can be used). In Archtype files we could add a line that describes what should be displayed in the terminal client such as C%1,2 ! etc meaning the ansi escape sequence that should be prited for color and then ! as the char that should be printed. If someone makes a terminal client I will go through all the archtype files and add the apropriate line (I do similar things for my own projects so it's no big deal for me... I do lack the skill to create a textmode client tho in all it's curses glory).
Pretty please

.
Posted: Thu Jan 27, 2005 11:04 pm
by Lauwenmark
I highly doubt adding another line in the already crowded archetype structure for only a specific client is a very good idea.
To make a relationship between the archetype and the char to display, you'd better create a list which will be stored client-side (similar to the crossfire-images package for the gcfclient).
Posted: Fri Jan 28, 2005 2:42 am
by mikeeusa22
Ok. Also add a unknown char too (for things that arent on the list just incase). If anyone makes a client I'll be happy to make the list.
Posted: Mon Jan 31, 2005 2:00 pm
by mikeeusa22
Anyone want to take a stab? I was stopped by the fact that I have to send binary and pack/unpack things and pack has 10000000000000000000000000000000000000000000000000000000000000000000 diffrent settings