My friend was just wanting to play dwarf fortress multiplayer, and we thought of using teamviewer so we could watch the other person but that isn't very fun. But this program is neat. I got a server running once, but we couldn't interact with it (though I could just play it and it looked fine). Tried changing some settings and it caused it to crash. Now it crashes every time I start a server, even after deleting everything and doing a fresh install of it all. Not sure what happened, it draws the first screen on the telnet client then the game crashes.
But I'll ignore that for now. It will probably be fixed when I restart or something.
As for the program, I connected to remmon's server and played around a bit. Although it's a bit laggy, it works well.
If anyone is doing this on Windows using PuTTY...
BE SURE TO CHECK "Telnet", NOT SSH, that just gives you a green box that you can't interact with lol.
Also, the default settings make it look broken and have artifacts in the game field (On windows seven 64bit anyway, my friend confirmed this). To fix it, change PuTTY's font to Fixedsys (10pt is good). You should also change the character set to UTF-8 as mentioned on the first post.
Also, I was going to have him try and host because mine started crashing. He of course went AFK, so I wrote him a tutorial so I didn't have to walk him through it. The orange text on the first post wasn't very clear, it was enough to get me started though. Until I messed something up
This might help people who haven't used PuTTY before (I have never used PuTTY before now either).
HOW TO START A SERVER
Step 1: Download v0.31.03
[ http://www.bay12games.com/dwarves/df_31_02.zip ]
Step 2: Download PuTTY for Windows on 'Intel x86'
[ http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe ]
Step 3: Download DFTerm2 (v0.1.3c)
[ http://genodeen.net/files/dfterm2/dfterm2-HIGHLY-EXPERIMENTAL.zip ]
Step 4: Extract all files to the same folder, preferably in an easy
location such as C:\DF\. Make sure the contents of the DFTerm
folder are moved into the same folder as the Dwarf Fortress
installation (Not DF\dfterm2), so you should have C:\DF\dfterm2.exe
Step 5: Open CMD and do the following:
cd C:\df\
dfterm2_configure --adduser MYUSERNAME MYPASSWORD admin
dfterm2 --port 2440 --address 192.168.2.7
Note: Change MYUSERNAME, MYPASSWORD, and 192.168.2.7 (use your
local IP if behind a router). You may change the port if needed.
Leave command prompt running, this is now the telnet server.
Step 6: Run PuTTY. Host name/port as mentioned above. Be sure to
check "Telnet" on the main screen. I suggest saving the session.
Connect, if the screen has a blue input box everything is OK.
Proceed to log in.
Step 7: Press Alt+3 and select "Configure Slots". Add a new slot
profile, give it a name like "Rads Default Profile". Change game
executable to C:\df\dwarfort.exe and change the working directory
to C:\df\. Suggest changing maximum slots (I'll use 3). Save this
profile, return to main menu.
Step 8: Launch a new game, select your profile. Skip cinematics and
popups, then wait 20 seconds until it hooks.
You should see the game screen.
To start server easier:
Either make a shortcut to dfterm2, or a .bat file pointing to it.
Add the parameters (to target box if using a shortcut) --host
and --address as mentioned above.
To make client pretty:
On PuTTY Configuration, load your profile, do not start connection yet.
Go to Window -> Appearance, change font to Fixedsys 10pt.
Go to Window -> Translation, change character set to UTF-8