The more people that run this game the better for everyone! :)
Conquest. You can get this door at http://synchronetbbs.org/index.php/downlo ads/download/3-doors/201-conquest-bbs- master or get more info on the game itself at https://conquest.gameplayer.club. It should work on any
I am running it. :)
Can you provide a direct link to the ZIP file itself? Pulling it down on LInux I use wget and having to go through pages that hide the actual file is a pain in the ass.
Have you considered putting it on Github?
Let me introduce you to this great multiplayer BBS door game called Conquest You can get this door at http://synchronetbbs.org/index.php/downloads/download/3-doors/201-conquest-b master or get more info on the game itself at https://conquest.gameplayer.cl It should work on any Linux-based BBS that accepts console/curses apps. If y have any questions or need help just let me know...
The more people that run this game the better for everyone! :)
Marisa
Re: Conquest BBS door - get it for your BBS...
By: Clifra to Marisag on Thu Mar 07 2019 16:04:25
Is your terminal set to 80x25? It needs at least 25 lines... You may want to temporarily set it to pause after the door exits so you can see any errors..
Marisa
Re: Conquest BBS door - get it for your BBS...
By: Marisag to Clifra on Thu Mar 07 2019 03:59 pm
Re: Conquest BBS door - get it for your BBS...
By: Clifra to Marisag on Thu Mar 07 2019 16:04:25
Is your terminal set to 80x25? It needs at least 25 lines... You may
want to temporarily set it to pause after the door exits so you can see any errors..
Marisa
What I get is nothing. Select the # of the program and NADA! just get the prompt back.
Clifra Jones
Ahh, should not have doubted you! SyncTerm is set to 80x25 but when I set it 80x28 it all worked. I can see that being confusing for an end user. Setting the pause does show the message regarding terminal size but i can see a user going and checking his terminal settings and thinking it is correct.
Ahh, should not have doubted you! SyncTerm is set to 80x25 but when I set it 80x28 it all worked. I can see that being confusing for an end user. Setting the pause does show the message regarding terminal size but i can see a user going and checking his terminal settings and thinking it is correct.
Ahh, should not have doubted you! SyncTerm is set to 80x25 but when I
set it 80x28 it all worked. I can see that being confusing for an end user. Setting the pause does show the message regarding terminal size
but i can see a user going and checking his terminal settings and
thinking it is correct.
OK, I can set my default settings in the BBS to 25 lines or set Syncronet to 80x28 and Conquest works but doing this also mucks up SlyEdit.
OK, I can set my default settings in the BBS to 25 lines or set Syncronet to 80x28 and Conquest works but doing this also mucks up SlyEdit.
By: Clifra to Marisag on Thu Mar 07 2019 16:04:25
Is your terminal set to 80x25? It needs at least 25 lines... You may want to >temporarily set it to pause after the door exits so you can see any errors...
Re: Conquest BBS door - get it for your BBS...
By: Clifra to Marisag on Fri Mar 08 2019 10:04 am
Re: Conquest BBS door - get it for your BBS...
By: Marisag to Clifra on Thu Mar 07 2019 03:59 pm
Re: Conquest BBS door - get it for your BBS...
By: Clifra to Marisag on Thu Mar 07 2019 16:04:25
Is your terminal set to 80x25? It needs at least 25 lines... You may want to temporarily set it to pause after the door exits so you can see any errors..
Marisa
What I get is nothing. Select the # of the program and NADA! just get the prompt back.
Clifra Jones
Ahh, should not have doubted you! SyncTerm is set to 80x25 but when I set it to 80x28 it all worked. I can see that being confusing for an end user. Setting the pause does show the message regarding terminal size but i can see a user going and checking his terminal settings and thinking it is correct.
Ahh, should not have doubted you! SyncTerm is set to 80x25 but when I set it to 80x28 it all worked. I can see that being confusing for an end user. Setting the pause does show the message regarding terminal size but i can see a user going and checking his terminal settings and thinking it is correct.
different sizes (at least using SyncTerm). SlyEdit should be able to handle sizes higher than 80x25 and still look okay.
Marisa is right. I add the following two lines to my script before calling conquest:
unset DISPLAY
stty cols 80 rows 25
different sizes (at least using SyncTerm). SlyEdit should be able to
handle sizes higher than 80x25 and still look okay.
Thanks for the info for reference...
Re: Conquest BBS door - get it for your BBS...
By: Marisag to Nightfox on Sat Mar 09 2019 06:18 pm
different sizes (at least using SyncTerm). SlyEdit should be able to
handle sizes higher than 80x25 and still look okay.
Thanks for the info for reference...
Well if SlyEdit has a problem handling terminal sizes greater than 80x24 or 80x25 then I'd becurious to know. It seems Synchronet is able to reliably get terminal size information from SyncTerm, but I'm not sure if Synchronet is able to get accurate terminal size information from other telnet clients..
Well if SlyEdit has a problem handling terminal sizes greater than
80x24 or 80x25 then I'd becurious to know. It seems Synchronet is
able to reliably get terminal size information from SyncTerm, but I'm
not sure if Synchronet is able to get accurate terminal size
information from other telnet clients..
Boy I sure hope so! So long as the client supports ANSI cursor position reporting, it certainly should.
I think it is a little confising for people to choose "80x25" and yet syncterm reporting it as "80x24"....
I think it is a little confising for people to choose "80x25" and yet syncterm reporting it as "80x24"....
Thanks, I will try that.By: Clifra to Marisag on Thu Mar 07 2019 16:04:25
Is your terminal set to 80x25? It needs at least 25 lines... You may
want to temporarily set it to pause after the door exits so you can see any errors...
Marisa is right. I add the following two lines to my script before calling conquest:
unset DISPLAY
stty cols 80 rows 25
That fixed the problems I was having!
Re: Conquest BBS door - get it for your BBS...
By: Marisag to Nightfox on Tue Mar 12 2019 01:45 am
I think it is a little confising for people to choose "80x25" and yet syncterm reporting it as "80x24"....
I think it was Digital Man who said if the client is set to 80x25 and it's displaying a status bar, then it will report as 80x24. But that should all happen behind the scenes, so I'm not sure what would be confusing for the us
Nightfox
Marisa is right. I add the following two lines to my script before
calling conquest:
unset DISPLAY
stty cols 80 rows 25
That fixed the problems I was having!
If memory serves e right (and my memory ain't that great any longer) this is how it has always been. 80x25 - status bar = 80x24.
unset DISPLAY
stty cols 80 rows 25
That fixed the problems I was having!Thanks, I will try that.
Sorry for the late reply, been buried at work lately.
That has been my experience too, though lately I've heard some mentions of 40-character wide terminals from other types of terminals getting moresupport
in Synchronet.
unset DISPLAY
stty cols 80 rows 25
Ok, I tried this, still not working.
| Sysop: | Winzlo |
|---|---|
| Location: | Minnesota, USA |
| Users: | 11 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 495934:30:35 |
| Calls: | 82 |
| Files: | 1,070 |
| D/L today: |
27 files (11,920K bytes) |
| Messages: | 286,923 |