五月, 2008 的文章

五月
16
2008

Windows XP users can now download Windows XP Service Pack 3 (SP3) via Windows Update or the Microsoft Download Center. Windows XP SP3 includes all previously released updates for the operating system, in addition to a small number of new updates. It will not significantly change the Windows XP experience. If you are a TechNet subscriber, you will also find links to TechNet subscriber downloads, as well as SP3 overviews, updated deployment guidance, and related downloads. 下载地址: http://go.microsoft.com/?linkid=8903765

标签
五月
15
2008

对待外国人要客观

1
作者:AirForce

看到youtube上国外的人对这次地震幸灾乐祸我就无形感到自己国家强大了…>_< 毕竟几乎是个西方列强就有侵略我国的历史,所以我们要搽干净眼镜,不论法国,英国,美国,X国都一样的 没有永远的朋友,有的只是看到的利益. 我们不能有仇必报,但是至少君子报仇十年不晚. 国家强大了,自我YY的空间就大了,那时ZB也不晚. 末了,天佑四川灾区的人们,祝好…12亿的黄皮肤黑眼球的人站在你们旁边…

标签
五月
11
2008

http://sakushan.fc2web.com/sys4/index.html

主要以代码段演示为主,大家可以好好学习。。。

五月
11
2008

成功的范例魔女的赎罪

介绍

Current AGTH version: 2008.5.4

Links

AGTH home site: http://agthook.googlepages.com/index.html

Guide by mastress: http://blgames.proboards25.com/index…ead=1141106731

Screenshot guide by fhc: http://www.hongfire.com/forum/showthread.php?t=59189

Advanced AGTH Video Tutorials by Freaka: http://www.hongfire.com/forum/showthread.php?t=80401

Itadaki (external toolset for adding furigana (reading) to kanji): http://www.hongfire.com/forum/showthread.php?t=75958

AGTH general information

AGTH – program for capturing text from running programs. Main purpose – extracting text from japanese games for translation.

AGTH works on Windows 2000/XP/2003/Vista. It does not and will not work on Win9x. Recomended operation system – Windows 2003 SP2.

Running program under AGTH

AGTH consists of hook module agth.dll and loader agth.exe.

To load application, pass its name to agth.exe as command line argument.

Example for running from shortcut:

1) Create shortcut for game.

2) Open properties of created shortcut. In “Target” field will be something like

Code:
"C:\Games\Maou no Musume-tachi\twins.exe"

3) Append to the start of “Target” field full path to where you extracted AGTH, so it will be like

Code:
"C:\AGTH\agth.exe" "C:\Games\Maou no Musume-tachi\twins.exe"

4) Make sure that “Start in” filed
hasn’t changed after you changed the “Target” and there is space
between AGTH and game exe paths.

5) Run game from this shortcut.

Before name of game exe you can specify some options for AGTH. Each option must be separated by spaces from both sides.

Example: run game from previous example and automaticaly copy captured text to clipboard

Code:
"C:\AGTH\agth.exe" /C "C:\Games\Maou no Musume-tachi\twins.exe"

Working with loaded AGTH

After load AGTH will create its window, where it will show captured text.

AGTH separetes text into several ‘text threads’ based on ‘context’ (to avoid mess from mixing text of game, menu, title…).

Displayed text thread could be chosen by drop-down list in the upper
part of AGTH window. As game runs, new text threads could be found and
added to list.

If you close AGTH window it will not detach it’s hook from the running
applications, so if AGTH is started again it will continue to hook the
text, hook options will be unchaged too.

Additional features

AGTH could try to correct locale of programs – for running japanese games with system locale set to non-japanese.

/R option will try to correct locale AGTH’s way

/L option will work exactly as running program under AppLocale (also this option requires installed AppLocale)

AGTH is able to fix locales not only for games – for example, it can
run QuickATLAS (useful in case when you see only ‘?????’ in it instead
of characters):

Code:
C:\AGTH\agth.exe /L /NH "C:\Program Files\Atlas\QuickATLAS.exe"

If you can’t find useful text – try options /X3 and/or /V

五月
11
2008

System 4.0 tips

注:ここに存在するDLLの一部はVC2005でコンパイルされています。

そのため、動作にMSVCP80.DLLなどが必要になる恐れがあります。

動作しない場合は、VC2005ランタイム.net
framework2.0
をインストールしてみてください。

————————分野内の下に行くほど難しいです————————

解説記事

System4.0とは?

System4.0について &

関連サイトへのリンク

エフェクト

SACT_EFFECT について &

SrcAMap 参照エフェクト

調査記事

寿命とスコープ

インスタンスの寿命を調べてみました

テクニック

シナリオ変数(?)

文字列->文字列のmapみたいなものを作ってみました

関数型

関数型の使い方

補助クラス?関数

アニメーション

ぱらぱらアニメーション

高機能タイマ

いろんな機能がついたタイマー。

FPS固定処理

FPSの上限を決めて処理したいとき。スキップなし。

某戦国風ダメージ表示アニメ

某戦国風のダメージアニメです。

「まばたき」 と 「口パク」

立ち絵にアニメーションをいれてみました

自動改行

メッセージを自動で改行させてみました

HLL / DrawPlugin ライブラリ

midiの再生

System4.0でMIDIを鳴らそう(DLL)

ボリュームバランサ

ボリュームバランサを使いたい(DLL)

桜の花びらを降らせる

桜を見たい(DrawPlugin)

ファイルのDrag&Drop

ファイルのDrag&Dropを受け付けたい。(DLL)

———————————————————————-

これ以降の話題は、上級者向けです。

———————————————————————-

S WindowSystem

S WindowSystem

System4.0上で動作するWindowSystem。

DLL作成補助

開発用C++テンプレート

System4.0のDLLの配列?構造体を簡単に操作できるテンプレートです。(C++テンプレート)

実験記事

DebugPlugin 変数表示

デバッグプラグインで変数表示 (DebugPlugin)

GDIと共存させてみる

無理矢理GDIと共存させてみた。マネしたら駄目(DLL)

DirectXと共存させてみる

DirectXを使ってみよう(DrawPlugin)

3Dダンジョンの描画

DirectXで3Dダンジョン(DrawPlugin)

要:SACT改造

MENU_SELECT改造

MENU_SELECTのバグ対策 ( SACT改造 )

ウィンドウメニュー拡張

ウィンドウメニューを拡張してみた。(DLL+SACT改造)

www.geocities.jp/akt_trade/sys40

标签
五月
11
2008

ZweiII 今年夏天发布,惊讶 根据Falcom透露这次开发的是由现任取缔役社长担当,质量可以保证.

标签