2014-05-30

Structure of a sprite file in TWG

There are different types of sprite file in TWG. All of them have comman header strings 'New Fast&Compress ...'. But internal format is different.


Type 0
https://gist.github.com/heisvoid/caac631a4f8966f8e3cd

Type 1
https://gist.github.com/heisvoid/e2f0684193907401fddf

Type 2
https://gist.github.com/heisvoid/85daba372473a5e364e3

Type 3 (/characte/*.nc2, *.bcr, *.wcr, *.mar, *.rcr)
https://gist.github.com/heisvoid/ae34b3e777067a926556

Type 4 (sprites under magicspr directory)
https://gist.github.com/heisvoid/f6d4166437429fe10e8c

실손 의료비 보험료 할증

실손 의료 보험의 경우, 보험금 청구건은 할증 여부에 고려되지 않는다고 한다.
나이, 직업 등이 할증 여부에 고려된다고 한다.

실손 의료 보험금 청구

적어도 2014년 5월 30일 현재 기준으로, 통원 의료비 공제(즉, 뺌) 금액은 다음과 같다.

의원: 10000원
병원: 15000원
대학병원: 20000원
약국: 8000원

예를 들어, xxx의원에서 통원 진료비가 11000원, 약국 비용이 10000원 나왔다. 이 경우 지급받는 보험금은 3000원(11000 - 10000 + 10000 - 8000)이다.


2014-05-29

Find sprite files in TWG

In TWG, each compressed sprite file has header 'New Fast&Compress ...'. So It can be found easily.
  1. Make custom magic file
  2. Use command 'file' with '-m' flag. (eg. file -m twgspr.magic *)

Mode 13h palette of TWG

Pcx files in TWG
/*.pcx
/chapdata/chapter.*
/chapdata/*.xcp

Pcx files have their own palette.


A special palette file which is 768 bytes.
/genesis.pal

I do not know how genesis.pal is used.


cc.pcx, equment.pcx and status.pcx have same palette.
I think item sprites use therir palette.


Tools that dump palette data from PCX
https://gist.github.com/heisvoid/e22d405e2e62b5b06b5f


2014-05-27

The war of genesis 2 installation process and weird things

The war of genesis2 installation process

  1. dosinst.arj from the disc is extracted.
  2. genesis2/*.fli from the disc are copied.


Weird things
You can find patch_cd.bat in the installation directory. It is a tool that copies all files from the disc to the installation directory. Someone needs to run it after the installation because of disc read error.
But there is a weird file. It is scenario/sky04.map. The dosinst.arj has it. The disc also has it. And the patch 1.2 has it too. All of three are same size. But only sky04.map of the disc differs from others.

2014-05-15

Munged password

https://en.wikipedia.org/wiki/Munged_password

Maplestory KMS client download url

http://maplestory.dn.nexoncdn.co.kr/MapleInstall.exe
http://maplestory.dn.nexoncdn.co.kr/MapleInstall.z01
http://maplestory.dn.nexoncdn.co.kr/MapleInstall.z02
...


Test client
http://maplestory.dn.nexoncdn.co.kr/MapleTInstall.exe
http://maplestory.dn.nexoncdn.co.kr/MapleTInstall.z01
http://maplestory.dn.nexoncdn.co.kr/MapleTInstall.z02
...