最近の記事

2022年05月08日

ReShadeの代わりにLinux版Steamで使えるポストプロセッシングインジェクター「vkBasalt」

Linux版SteamでReShadeを使うには、ReShadeのd3d9.dllなどをアプリケーション毎のwinecfgで割り当てる必要があります。しかし、この方法では、DKVXを使っていないDLLを読み込む事になるので、描画速度がDKVXを使っている時よりもかなり遅くなってしまいます。
そこで、ReShadeを使わずに、ポストプロセッシングによって画質を向上させるツールがLinuxディストリビューションにはあります。それが、vkBasaltです。vkBasaltのグラフィックスAPIは、Vulkanが使われています。

Ubuntuの場合は、公式リポジトリで公開されているので、apt installコマンドでインストール出来ます。


$ sudo apt install vkbasalt


◇vkBasaltの公式リポジトリ
https://github.com/DadSchoorse/vkBasalt

vkBasaltを有効にするには、オプションを付けてアプリケーションを動かすようにコマンドを追加します。vkBasaltの公式リポジトリで、その方法は記載されています。Steamの場合は、vkBasaltを使いたいアプリケーションにオプションを追加します。

ENABLE_VKBASALT=1 %command%


スクリーンショット_2022-05-07_08-40-13.png

vkBasaltは、ReShadeのようにゲーム内に専用のGUIツールは用意されていません。vkBasalt.confという設定ファイルをテキストエディタで新規に作ります。場所はゲームフォルダでも構いませんが、汎用的に使うつもりであるなら、homeディレクトリの.configディレクトリ直下に作ると便利です。このツールは、ReShade FX Shadersを使う事が出来ます。ReShade FX Shadersのフォルダも.configディレクトリに置いておくと分かり易いです。

◇ReShade FX Shadersの公式リポジトリ
https://github.com/crosire/reshade-shaders

vkBasalt.confのファイルは以下の物をベースにすると良いでしょう。
https://github.com/DadSchoorse/vkBasalt/blob/master/config/vkBasalt.conf

ReShader FX Shadersを使う場合は、明示的にシェーダのパスを示し、エイリアスを設定しておきます。vkBasaltにはHDRが無いので、ReShader FX ShadersのFakeHDR.fxを使うと良いでしょう。


reshadeTexturePath = "/home/valkyrie/.config/vkBasalt/reshade-shaders-master/Textures"
reshadeIncludePath = "/home/valkyrie/.config/vkBasalt/reshade-shaders-master/Shaders"
hdr = /home/valkyrie/.config/vkBasalt/reshade-shaders-master/Shaders/FakeHDR.fx
effects = fxaa:cas:hdr



以下は、vkBasaltのContrast Adaptive Sharpening(CAS)とFXAA、ReShade FX ShadersのFakeHDRだけを使ったものです。結構クッキリとした画質になりました。CASのcasSharpnessは0.9に設定しています。

スクリーンショット_2022-05-07_12-07-38.png
スクリーンショット_2022-05-07_12-05-39.png
スクリーンショット_2022-05-07_12-04-57.png



スクリーンショット_2022-05-07_09-38-42.png
スクリーンショット_2022-05-07_09-51-37.png
スクリーンショット_2022-05-07_09-49-03.png

◇List of Reshade shaders working with vkBasalt
https://github.com/gripped/vkBasalt-working-reshade-shaders

◇vkBasalt.confの設定例

#effects is a colon seperated list of effect to use
#e.g.: effects = fxaa:cas
#effects will be run in order from left to right
#one effect can be run multiple times e.g. smaa:smaa:cas
#cas - Contrast Adaptive Sharpening
#dls - Denoised Luma Sharpening
#fxaa - Fast Approximate Anti-Aliasing
#smaa - Enhanced Subpixel Morphological Antialiasing
#lut - Color LookUp Table

reshadeTexturePath = "./reshade-shaders-master/Textures"
reshadeIncludePath = "./reshade-shaders-master/Shaders"

ambient = ./reshade-shaders-master/Shaders/AmbientLight.fx
colorfulness = ./reshade-shaders-master/Shaders/Colourfulness.fx
denoise = ./reshade-shaders-master/Shaders/Denoise.fx
hdr = ./reshade-shaders-master/Shaders/FakeHDR.fx
finesharp = ./reshade-shaders-master/Shaders/FineSharp.fx
curves = ./reshade-shaders-master/Shaders/Curves.fx
clarity = ./reshade-shaders-master/Shaders/Clarity.fx
dpx = ./reshade-shaders-master/Shaders/DPX.fx
mxao = ./reshade-shaders-master/Shaders/MXAO.fx
filmicpass = ./reshade-shaders-master/Shaders/FilmicPass.fx
broom = ./reshade-shaders-master/Shaders/Bloom.fx
eyeadaption = ./reshade-shaders-master/Shaders/EyeAdaption.fx
rbm = ./reshade-shaders-master/Shaders/ReflectiveBumpMapping.fx
magicbroom = ./reshade-shaders-master/Shaders/MagicBloom.fx

effects = fxaa:cas:hdr:mxao:curves:clarity:colorfulness:dpx:magicbroom:rbm
depthCapture = off

#toggleKey toggles the effects on/off
toggleKey = Home

#enableOnLaunch sets if the effects are emabled when started
enableOnLaunch = True

#casSharpness specifies the amount of sharpning in the CAS shader.
#0.0 less sharp, less artefacts, but not off
#1.0 maximum sharp more artefacts
#Everything in between is possible
#negative values sharpen even less, up to -1.0 make a visible difference
casSharpness = 0.9

#dlsSharpness specifies the amount of sharpening in the Denoised Luma Sharpening shader.
#Increase to sharpen details within the image.
#0.0 less sharp, less artefacts, but not off
#1.0 maximum sharp more artefacts
dlsSharpness = 0.5

#dlsDenoise specifies the amount of denoising in the Denoised Luma Sharpening shader.
#Increase to limit how intensely film grain within the image gets sharpened.
#0.0 min
#1.0 max
dlsDenoise = 0.17

#fxaaQualitySubpix can effect sharpness.
#1.00 - upper limit (softer)
#0.75 - default amount of filtering
#0.50 - lower limit (sharper, less sub-pixel aliasing removal)
#0.25 - almost off
#0.00 - completely off
fxaaQualitySubpix = 0.75

#fxaaQualityEdgeThreshold is the minimum amount of local contrast required to apply algorithm.
#0.333 - too little (faster)
#0.250 - low quality
#0.166 - default
#0.125 - high quality
#0.063 - overkill (slower)
fxaaQualityEdgeThreshold = 0.125

#fxaaQualityEdgeThresholdMin trims the algorithm from processing darks.
#0.0833 - upper limit (default, the start of visible unfiltered edges)
#0.0625 - high quality (faster)
#0.0312 - visible limit (slower)
#Special notes: due to the current implementation you
#Likely want to set this to zero.
#As colors that are mostly not-green
#will appear very dark in the green channel!
#Tune by looking at mostly non-green content,
#then start at zero and increase until aliasing is a problem.
fxaaQualityEdgeThresholdMin = 0.0312

#smaaEdgeDetection changes the edge detection shader
#luma - default
#color - might catch more edges, but is more expensive
smaaEdgeDetection = luma

#smaaThreshold specifies the threshold or sensitivity to edges
#Lowering this value you will be able to detect more edges at the expense of performance.
#Range: [0, 0.5]
#0.1 is a reasonable value, and allows to catch most visible edges.
#0.05 is a rather overkill value, that allows to catch 'em all.
smaaThreshold = 0.05

#smaaMaxSearchSteps specifies the maximum steps performed in the horizontal/vertical pattern searches
#Range: [0, 112]
#4 - low
#8 - medium
#16 - high
#32 - ultra
smaaMaxSearchSteps = 32

#smaaMaxSearchStepsDiag specifies the maximum steps performed in the diagonal pattern searches
#Range: [0, 20]
#0 - low, medium
#8 - high
#16 - ultra
smaaMaxSearchStepsDiag = 16

#smaaCornerRounding specifies how much sharp corners will be rounded
#Range: [0, 100]
#25 is a reasonable value
smaaCornerRounding = 25

#lutFile is the path to the LUT file that will be used
#supported are .CUBE files and .png with width == height * height
lutFile = "/path/to/lut"


posted by takatan at 18:27| 大阪 ☀| Game Hacks | このブログの読者になる | 更新情報をチェックする

2022年05月03日

Linux版Steamで、DEAD OR ALIVE 5 Last RoundのMODツール「Auto Link」と画質向上ツールのReShadeを使えるようにする方法

※2022年5月3日にReShadeの導入方法を追記しました。

◎AutoLinkを導入する方法
Steam版DEAD OR ALIVE 5 Last Roundのキャラクターに、オリジナルの衣装を着せたり、ヌードにしたりするには、MODツール「Auto Link」を導入する必要があります。

◇Beach Paradiseの中に「Auto Link」が入っている
https://mega.nz/folder/NFhG2bpJ#yZyIiHvuiHcgn1knT9p6lw

◇NEXUSMODS(無料会員登録が必要)で入手
https://www.nexusmods.com/deadoralive5/mods/135?tab=files

1.Autolinkのフォルダを「~/.steam/steamapps/common/Dead or Alive 5 Last Round」の直下に配置します。更に、DInput8.dll・DInput8.iniも配置させます。ReShadeが必要な場合はd3d9.dllも配置してください。
DInput8.dllはAutolink・lnk_reshaffle本体、d3d9.dllはReShade本体となっています。

スクリーンショット_2020-11-24_02-23-17.png

2.端末でwinecfgで、d3d9.dllとDInput8.dllを読み込めるようにします。winecfgのLibrariesで「d3d9」「dinput8」を追加する。dinput8は、「native,built」に設定しないとゲームが落ちるので注意。

$ winecfg WINEPREFIX=~/.steam/steam/steamapps/compatdata/311730/pfx


UbuntuのリポジトリにあるSteamをインストールすると、Steam関連のファイル群は./steam直下に置かれます。Valve公式サイトで公開されている物を使うと、./local/share/Steam以下に置かれてしまうので、個人的にはUbuntuリポジトリにあるSteamをインストールする事をオススメします。

スクリーンショット_2020-11-24_02-05-11.png

[2021/7/14追記]
winecfgが起動しないケースがあるので、「~/.steam/steam/steamapps/compatdata/311730/pfx」の直下にある「user.reg」の「[Software\\Wine\\DllOverrides]」という項目に以下を追記しても大丈夫です。

"dinput8"="native,builtin"

スクリーンショット_2021-07-14_08-43-34.png

3.Steamで起動オプション「PROTON_NO_ESYNC=1 PROTON_NO_FSYNC=1 %command%」を設定しておきます。これで、ESyncとFSyncをオフに出来ます。
スクリーンショット_2020-11-24_02-30-52.png

4.ゲームを起動すると、タイトル画面の右下にAuto Linkの文字が出ていれば、Auto Linkが使えます。

5.Beach Paradiseには、ヌードデータやセクシーな衣装が同梱されているので、このデータをAutolinkのフォルダの中に、キャラクター別のフォルダを作って入れていく。「01」フォルダは、1番目の衣装のインナーの項目で選択が可能になります。好きな衣装の番号に合わせて適宜フォルダを作っていきます。
スクリーンショット_2020-11-24_02-33-49.png

6.ゲームを起動して、キャラクター選択画面でキャラクターを選択すると、髪型やインナーなどを変更出来る項目が出てくるので、インナーの項目を選んで、導入した好きなスキンを選べば、変更出来ます。

kasumi_nude.png

◎ReShadeを導入する方法
ReShadeは、画質向上をしたり、色味を変更したり、アンチエイリアスをかけたりする事が出来るツールです。Linux版Steamでも、このReShadeを使う事は可能ですが、相応に負荷(特にGPU)がかかるので、動作が重くなるなら使わなくても良いでしょう。

◯ReShade公式サイト
https://reshade.me/

DOA5の場合、この公式サイトのReShadeでは動かなかったので、NEXUSMODS(無料会員登録必要)にある物を使いました。

◯DOA5 Arcade ReShade
https://www.nexusmods.com/deadoralive5/mods/20

◯d3dcompiler_47.dll
https://lutris.net/files/tools/dll/d3dcompiler_47.dll

ダウンロードして、解凍したファイルで必要になるのは、d3d9.dll・ReShade.ini・DOA5 Arcade ReShade.iniです。これらをゲームフォルダ直下に置きます。また、d3dcompiler_47.dllも同じようにゲームフォルダに置いてください。

◯ReShade FX shaders
https://github.com/crosire/reshade-shaders

シェーダは、ReShade FX shadersを使います。これもダウンロードして解凍をしたら、reshade-shaders-masterをゲームフォルダに設置します。

端末でwinecfgで、d3d9.dllを読み込めるようにします。winecfgのLibrariesで「d3d9」を追加し、「native,built」に設定します。d3dcompiler_47.dllは、winecfgのライブラリタブで「d3dcompiler_47」を追加し、「native」に設定します。これで、ReShadeを使えるようになっています。

$ WINEPREFIX=~/.steam/steam/steamapps/compatdata/311730/pfx winecfg



自分のオリジナルのプリセットを使いたい場合は、ReShade.iniのCurrentPresetPathでパスを変更してください。例えば、customReShade_settings.iniをゲームフォルダに作ったとすると、以下のように設定すると良いでしょう。

CurrentPresetPath=.\customReShade_settings.ini


スクリーンショット_2022-05-03_11-08-09.png
スクリーンショット_2022-05-03_11-09-01.png

vkBasaltというツールを使えば、ReShadeの代わりに使えます。
https://www.vsrx.work/article/487782355.html
posted by takatan at 11:43| 大阪 ☁| Game Hacks | このブログの読者になる | 更新情報をチェックする

2022年03月28日

2コア2スレッドのPentium G3240(Haswell)・Radeon RX 460・Linux版Steamの環境で、ソウルキャリバー6を快適にプレイする設定

2コア2スレッドのPentium G3240(Haswell)・Radeon RX 460・Linux版Steamの環境で、ソウルキャリバー6を720pで快適に遊ぶ事が出来ます。1080pでは試していません。
最近、AMDなどが発売するGPUが低解像度のゲームを超解像技術で快適に遊べる機能を提供し始めてきたので、今後は対応GPUさえあれば、今後はCPUの性能が低くても、快適にフルHD以上の解像度でゲームが遊べるようになるかもしれません。
そもそも、ゲームが綺麗な映像で遊べるのであれば、フルHDや4Kに拘る必要性はありません。720pでも、高解像度テクスチャ・最高設定のポストプロセスやアンチエイリアスをフル活用する事で、綺麗に映し出す事は十分に可能です。また、高フレームレートを出したいのであれば、超解像技術の考え方は現実的でしょう。
超ロースペックでの環境である為、この環境以上であれば、余裕で環境構築は出来ると思います。

スクリーンショット_2022-03-28_21-59-20.png


【環境】
Ubuntu 20.04.4 LTS
Linux版Steam(Proton 7.0-1を使用)
Pentium G3240(3.1GHz・2コア2スレッド・Haswell)
メモリーはDDR3-1600 4GBx2
ストレージはインテルのSSD 240GB
Radeon RX 460(2GB)
Radeon Profile(グラボのファンの回転数をコントロールするのに必要)

【ソウルキャリバー6のグラフィック設定】
スクリーンショット_2022-03-28_21-59-42.png

【Radeon ProfileによるGPUファンの設定】
スクリーンショット_2022-03-28_21-50-39.png

【PsensorでのCPU・グラボの温度及びグラボのファンの回転数】
スクリーンショット_2022-03-28_21-50-08.png

Unreal Engine系のゲームで遊ぶ時は、マザーボードのボタン電池切れに注意してください。遊んでいる最中に突然PCが落ちたりするのは、このボタン電池が切れて、UEFIの設定が保存出来ずにPCの不具合を誘発しているからです。
posted by takatan at 22:18| 大阪 ☁| Game Hacks | このブログの読者になる | 更新情報をチェックする

2021年09月27日

Steamで購入出来るレトロゲーム

◇SEGA
SEGA MEGA DRIVE AND GENESIS CLASSICS
https://store.steampowered.com/bundle/10143/SEGA_Mega_Drive_and_Genesis_Classics/

ペルソナ4 ザ・ゴールデン
https://store.steampowered.com/app/1113000/4/?curator_clanid=32528477

Super Monkey Ball: Banana Blitz HD
https://store.steampowered.com/app/1061730/Super_Monkey_Ball_Banana_Blitz_HD/?curator_clanid=32528477

Team Sonic Racing
https://store.steampowered.com/app/785260/Team_Sonic_Racing/?curator_clanid=32528477

Yakuza Kiwami
https://store.steampowered.com/app/834530/Yakuza_Kiwami/?curator_clanid=32528477

Yakuza 0
https://store.steampowered.com/app/638970/Yakuza_0/

Sonic Forces
https://store.steampowered.com/app/637100/Sonic_Forces/?curator_clanid=32528477

Sonic Mania
https://store.steampowered.com/app/584400/Sonic_Mania/?curator_clanid=32528477

◇SNK
THE KING OF FIGHTERS 2002 UNLIMITED MATCH
https://store.steampowered.com/app/222440/THE_KING_OF_FIGHTERS_2002_UNLIMITED_MATCH/

THE KING OF FIGHTERS '97 GLOBAL MATCH
https://store.steampowered.com/app/702120/THE_KING_OF_FIGHTERS_97_GLOBAL_MATCH/

THE KING OF FIGHTERS '98 ULTIMATE MATCH FINAL EDITION
https://store.steampowered.com/app/222420/THE_KING_OF_FIGHTERS_98_ULTIMATE_MATCH_FINAL_EDITION/

THE KING OF FIGHTERS XIII STEAM EDITION
https://store.steampowered.com/app/222940/THE_KING_OF_FIGHTERS_XIII_STEAM_EDITION/

METAL SLUG
https://store.steampowered.com/app/366250/METAL_SLUG/

METAL SLUG 2
https://store.steampowered.com/app/366260/METAL_SLUG_2/

METAL SLUG 3
https://store.steampowered.com/app/250180/METAL_SLUG_3/

METAL SLUG X
https://store.steampowered.com/app/312610/METAL_SLUG_X/

サムライスピリッツ ネオジオコレクション
https://store.steampowered.com/app/999660/_/

SAMURAI SHODOWN V SPECIAL / サムライスピリッツ零スペシャル
https://store.steampowered.com/app/1076550/SAMURAI_SHODOWN_V_SPECIAL/

GAROU: MARK OF THE WOLVES
https://store.steampowered.com/app/366240/GAROU_MARK_OF_THE_WOLVES/

THE LAST BLADE
https://store.steampowered.com/app/465840/THE_LAST_BLADE/

THE LAST BLADE 2
https://store.steampowered.com/app/702110/THE_LAST_BLADE_2/

SHOCK TROOPERS
https://store.steampowered.com/app/366270/SHOCK_TROOPERS/

SHOCK TROOPERS 2nd Squad
https://store.steampowered.com/app/465870/SHOCK_TROOPERS_2nd_Squad/

TWINKLE STAR SPRITES
https://store.steampowered.com/app/366280/TWINKLE_STAR_SPRITES/

BASEBALL STARS 2
https://store.steampowered.com/app/366230/BASEBALL_STARS_2/

SNK 40th ANNIVERSARY COLLECTION
https://store.steampowered.com/app/865940/SNK_40th_ANNIVERSARY_COLLECTION/?l=japanese

◇コナミ
Contra Anniversary Collection
https://store.steampowered.com/app/1018020/Contra_Anniversary_Collection/

Castlevania Anniversary Collection
https://store.steampowered.com/app/1018010/Castlevania_Anniversary_Collection/

Anniversary Collection Arcade Classics
https://store.steampowered.com/app/1018000/Anniversary_Collection_Arcade_Classics/

◇バンダイナムコ
NAMCO MUSEUM ARCHIVES Vol 1
https://store.steampowered.com/app/1250250/NAMCO_MUSEUM_ARCHIVES_Vol_1/

NAMCO MUSEUM ARCHIVES Vol 2
https://store.steampowered.com/app/1254620/NAMCO_MUSEUM_ARCHIVES_Vol_2/

ミスタードリラー アンコール
https://store.steampowered.com/app/1126750/_/

PAC-MAN™ CHAMPIONSHIP EDITION 2
https://store.steampowered.com/app/441380/PACMAN_CHAMPIONSHIP_EDITION_2/

ARCADE GAME SERIES 3-IN-1 PACK
https://store.steampowered.com/sub/90320/

.hack//G.U. Last Recode
https://store.steampowered.com/app/525480/hackGU_Last_Recode/

Katamari Damacy REROLL
https://store.steampowered.com/app/848350/Katamari_Damacy_REROLL/

◇ケイブ
DoDonPachi Resurrection
https://store.steampowered.com/app/464450/DoDonPachi_Resurrection/

Mushihimesama
https://store.steampowered.com/app/377860/Mushihimesama/?l=japanese

◇ジャレコ
Game Tengoku CruisinMix Special
https://store.steampowered.com/app/663130/Game_Tengoku_CruisinMix_Special/

◇アルファシステム
式神の城
https://store.steampowered.com/app/582980/_/

◇トレジャー
Ikaruga
https://store.steampowered.com/app/253750/Ikaruga/?l=japanese

◇彩京
戦国エース
https://store.steampowered.com/app/1261980/_/?l=japanese

◇スクウェア
FINAL FANTASY
https://store.steampowered.com/app/1173770/FINAL_FANTASY/

FINAL FANTASY II
https://store.steampowered.com/app/1173780/FINAL_FANTASY_II/

FINAL FANTASY III
https://store.steampowered.com/app/1173790/FINAL_FANTASY_III/

FINAL FANTASY IV
https://store.steampowered.com/app/1173800/FINAL_FANTASY_IV/

FINAL FANTASY VIII - REMASTERED
https://store.steampowered.com/app/1026680/FINAL_FANTASY_VIII__REMASTERED/

FINAL FANTASY IX
https://store.steampowered.com/app/377840/FINAL_FANTASY_IX/

FINAL FANTASY X/X-2 HD Remaster
https://store.steampowered.com/app/359870/FINAL_FANTASY_XX2_HD_Remaster/

FINAL FANTASY XII THE ZODIAC AGE
https://store.steampowered.com/app/595520/FINAL_FANTASY_XII_THE_ZODIAC_AGE/

ファイナルファンタジーXIII
https://store.steampowered.com/app/292120/XIII/

ファイナルファンタジーXIII-2
https://store.steampowered.com/app/292140/XIII2/

ライトニング リターンズ ファイナルファンタジーXIII
https://store.steampowered.com/app/345350/__XIII/

ファイナルファンタジー 零式
https://store.steampowered.com/app/340170/_/

ロマンシング サガ2
https://store.steampowered.com/app/606370/_2/

聖剣伝説2 SECRET of MANA
https://store.steampowered.com/app/637670/2_SECRET_of_MANA/

◇カプコン
成歩堂レジェンズコレクション
https://store.steampowered.com/sub/586636/

カプコン ベルトアクション コレクション
https://store.steampowered.com/app/885150/_/?l=japanese

Street Fighter 30th Anniversary Collection
https://store.steampowered.com/app/586200/Street_Fighter_30th_Anniversary_Collection/?l=japanese&cc=it

Capcom Arcade Stadium
https://store.steampowered.com/app/1515950/Capcom_Arcade_Stadium/

ロックマン クラシックス コレクション
https://store.steampowered.com/app/363440/_/

ロックマン クラシックス コレクション 2
https://store.steampowered.com/app/495050/___2/

ロックマンX アニバーサリー コレクション
https://store.steampowered.com/app/743890/X/

ロックマンX アニバーサリー コレクション 2
https://store.steampowered.com/app/743900/X___2/

ロックマン11 運命の歯車!!
https://store.steampowered.com/app/742300/11/

◇エニックス
クロノ・トリガー
https://store.steampowered.com/app/613830/_/

◇日本一ソフトウェア
魔界戦記ディスガイア PC
https://store.steampowered.com/app/405900/_PC/

◇日本ファルコム
Ys I & II Chronicles+
https://store.steampowered.com/app/223810/Ys_I__II_Chronicles/

Ys: The Oath in Felghana
https://store.steampowered.com/app/207320/Ys_The_Oath_in_Felghana/

Ys VI: The Ark of Napishtim
https://store.steampowered.com/app/312540/Ys_VI_The_Ark_of_Napishtim/

Ys Origin
https://store.steampowered.com/app/207350/Ys_Origin/

Ys SEVEN
https://store.steampowered.com/app/587100/Ys_SEVEN/

Ys: Memories of Celceta
https://store.steampowered.com/app/587110/Ys_Memories_of_Celceta/

Zwei: The Arges Adventure
https://store.steampowered.com/app/427680/Zwei_The_Arges_Adventure/

◇ゲームアーツ
グランディア HDリマスター
https://store.steampowered.com/app/1034860/_HD/?l=japanese

グランディアU HDリマスター
https://store.steampowered.com/app/330390/_HD/?l=japanese

◇スパイク
428
https://store.steampowered.com/app/648590/428/

◇フランスパン
Melty Blood Actress Again Current Code
https://store.steampowered.com/app/411370/Melty_Blood_Actress_Again_Current_Code/?l=japanese

UNDER NIGHT IN-BIRTH Exe:Late[cl-r]
https://store.steampowered.com/app/801630/UNDER_NIGHT_INBIRTH_ExeLateclr/

◇Tamsoft
SENRAN KAGURA Burst Re:Newal
https://store.steampowered.com/app/889510/SENRAN_KAGURA_Burst_ReNewal/?l=japanese

SENRAN KAGURA SHINOVI VERSUS
https://store.steampowered.com/app/411830/SENRAN_KAGURA_SHINOVI_VERSUS/?l=japanese

SENRAN KAGURA ESTIVAL VERSUS
https://store.steampowered.com/app/502800/SENRAN_KAGURA_ESTIVAL_VERSUS/

◇シェード
神田川JET GIRLS
https://store.steampowered.com/app/1233800/JET_GIRLS/?l=japanese

◇ジャレコ
Game Tengoku CruisinMix Special
https://store.steampowered.com/app/663130/Game_Tengoku_CruisinMix_Special/?l=japanese
posted by takatan at 11:06| 大阪 ☁| Game Hacks | このブログの読者になる | 更新情報をチェックする

2021年01月26日

【SOULCALIBER VI】キャラクリで作成したキャラたち

◎オリジナルキャラクター「アリサ」
◇新フル装備仕様アリサ
スクリーンショット_2021-01-23_22-42-35.png
スクリーンショット_2021-01-23_22-42-57.png
スクリーンショット_2021-01-23_22-42-46.png
スクリーンショット_2021-01-23_22-43-09.png

◇メイド仕様アリサ
スクリーンショット_2021-01-23_16-16-34.png
スクリーンショット_2021-01-23_16-16-43.png

◇裸エプロン仕様アリサ
スクリーンショット_2021-01-23_16-17-37.png
スクリーンショット_2021-01-23_16-17-52.png

◇スパイダーアーマー仕様アリサ
スクリーンショット_2021-01-23_16-11-07.png
スクリーンショット_2021-01-23_16-11-17.png

◇スチームパンク仕様アリサ
スクリーンショット_2021-01-23_14-08-35.png
スクリーンショット_2021-01-23_14-09-04.png
スクリーンショット_2021-01-23_14-08-56.png

◇戦国武将仕様アリサ
スクリーンショット_2021-01-23_16-28-08.png
スクリーンショット_2021-01-23_16-28-19.png

◇コマンダー仕様アリサ
スクリーンショット_2021-01-23_16-49-50.png
スクリーンショット_2021-01-23_16-50-02.png
スクリーンショット_2021-01-23_16-50-11.png

◎デフォルトキャラクターカスタマイズ
◇騎士仕様ソフィーティア
スクリーンショット_2021-01-23_17-47-04.png
スクリーンショット_2021-01-23_17-47-23.png
スクリーンショット_2021-01-23_17-47-15.png

◇騎士仕様カサンドラ
スクリーンショット_2021-01-23_17-18-38.png
スクリーンショット_2021-01-23_17-18-46.png
スクリーンショット_2021-01-23_17-18-54.png

◇戦国武将仕様カサンドラ
alisa002_sc6.jpg

◇アサシン仕様カサンドラ
cap_【SOULCALIBUR VI】アサシン仕様カサンドラ_00:00:27_01.jpg
cap_【SOULCALIBUR VI】アサシン仕様カサンドラ_00:05:09_03.jpg
cap_【SOULCALIBUR VI】アサシン仕様カサンドラ_00:02:45_01.jpg
cap_【SOULCALIBUR VI】アサシン仕様カサンドラ_00:04:54_02.jpg
cap_【SOULCALIBUR VI】アサシン仕様カサンドラR18_00:02:51_05.jpg

◇大海賊仕様アイヴィー
スクリーンショット_2021-01-23_22-47-22.png
スクリーンショット_2021-01-23_22-47-42.png
スクリーンショット_2021-01-23_22-47-51.png
スクリーンショット_2021-01-23_22-47-30.png

◇大悪魔
スクリーンショット_2021-01-26_02-18-55.png
スクリーンショット_2021-01-26_02-36-54.png
スクリーンショット_2021-01-26_02-19-06.png
スクリーンショット_2021-01-26_02-18-33.png
posted by takatan at 02:48| 大阪 ☔| Game Hacks | このブログの読者になる | 更新情報をチェックする