Search This Blog

Thursday, November 26, 2009

Heroes Of Might And Magic 2 - Saved Game Editor

Oldies but goldies... There are plenty of saved game editors for the version 2 of the Heroes of Might and Magic II game if you search on the net, but mine is more "visual". It is so old that I forgot about it, lol.
It can be founded HERE. Enjoy...


Other basic editor can be found HERE as the original link don't work anymore.

Thursday, November 19, 2009

Clue, Enigma (ro) strategy game solution finder / helper

My first post ever, glad to meet you!

Some time ago, playing with my friends the Romanian strategy game variant of the well known Clue(do), wondered if there any possibility finding the solution more efficient (excluding luck of course). Searching through the net I only founded mathematical essays about this. Nah, too complicated. So I started tracking of inputs (answers) in Excel... Hmm, is not enough... I need more... and look at me playing with VBA help and sheets cells. Wow... some little arrangements, some lost days and I got an Enigma little helper. I didn't use some complicated AI algorithm, elimination criterias were just enough to beat my friends in minimal moves.


You can find it HERE in Romanian language.
If you like it just drop a word... or two ;)

Friday, September 11, 2009

Using CSD with phone modem - error 678

I searched a lot and seems that on my Tytn II with latest WM6.1 stock rom from HTC it is not possible to use initialization commands through a dial-up (to *99#) from my pc.
So in phone registry here

HKEY_LOCAL_MACHINE\DRIVERS\Unimodem\Init

The key 1 value changed from

AT<>
to
AT+CGDCONT =1,"IP","AP_name_from_provider"

It was not working for me, so I must set the initialization on every computer I use with my phone on the "Bluetooth Modem" device.

Tuesday, September 01, 2009

PPC Internet explorer - blank page - possible solution

Symptoms: internet explorer gets a blank page or "page cannot be found" when opened a site. No proxy set, Opera browser working or any other tcp program works fine.
Hardware: Tytn II, WM61 or WM60

Before ANY other workarounds from the web check first for a folder named "ConnMgr" in the root which holds a binary file "CMMapG" and a text one "CMMapP" which contain
the following lines:
ftp://*/*
wsp://*/*
wsps://*/*
*://*.*/*
*://*/*

If not, try to restore at least the binary one from a backup :)...

WindowsMobile 6.1 rSAP not working on boot

Every time that I reboot my Tytn II the rSAP from my car is not working even if the settings are correct on bluetooth config panel (allow access).
The connection is working ONLY AFTER going to bluetooth panel, rsap and just click OK (lol).

I found some interesting settings:
[HKEY_LOCAL_MACHINE\Software\Impulsesoft\Bluetooth\ SAP]
"Running"=dword:00000001
"SAPServerCmd"=dword:00000002
"Version"="3.1"
"ConnDevName"="VW UHV PREM"

Just changed "SAPServerCmd" to 1 and i am going outside to test it...
Values
"Running"=dword:00000000
"SAPServerCmd"=dword:00000003
are for disabling it
...
Got it finally, i found that the program "SAPSettings.exe" must be run at startup! Just put a shortcut in Windows\StartUp folder. Of course, it will use the first registry settings above.