Vindictus: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Checked game files and it's Source 2006, plus i found several leftover appid from Source SDK Base 2006 (215). Also bunch of other info.)
No edit summary
Line 1: Line 1:
{{LanguageBar}}
{{LanguageBar}}
{{Software status
{{Software status
| appid = 212160
| appid = 212160
| type = games
| type = games
| free = yes
| free = yes
| status = available  
| status = available  
| os = Windows  
| os = Windows  
| deck = unsupported
| deck = unsupported
| note = This game is region-locked on countries outside of US/Europe. Futhermore, this game is incompatible with {{steamdeck|4}} due to the anti-cheat this game uses.
| note = This game is region-locked in countries outside of US/Europe. Futhermore, this game is incompatible with {{steamdeck|4}} due to the anti-cheat this game uses.
| 3rdpartylinks = [https://vindictus.nexon.net/ Official Website (Nexon Launcher)]
| 3rdpartylinks = [https://vindictus.nexon.net/ Official Website (Nexon Launcher)]
}}
}}
 
{{Vindictus|4}} (also known as ''Mabinogi Heroes'' in Asia, and according to the game files) (2009) is a massively multiplayer online role-playing game (MMORPG) developed by devCAT and created using the Source Engine. It was later released on {{Steamicon|4}} in June 23, 2012.[[File:Vindictus_Logo.jpg|thumb|220px]]
{{Vindictus|4}} (also known as ''Mabinogi Heroes'' in Asia, and according to the game files) (2009) is a massively multiplayer online role-playing game (MMORPG) developed by devCAT and created using the Source Engine. It was later released on {{Steamicon|4}} in June 23, 2012.[[File:Vindictus_Logo.jpg|thumb|220px]]


Vindictus runs on a heavily modified version of {{src06|4}} engine, despite {{src07|1}} and later branches are available for licensing when the game was released. The game also support [[DirectX Versions|Direct3D 11]] rendering with an update{{inline note | name=when?}}.
Vindictus runs on a heavily modified version of {{src06|4}} engine, despite {{src07|1}} and later branches are available for licensing when the game was released. The game also supports [[DirectX Versions|Direct3D 11]] rendering with an update{{inline note | name=when?}}.


__FORCETOC__
__FORCETOC__
Line 30: Line 30:


'''.hfs format file compression.'''
'''.hfs format file compression.'''
: The games files are compressed via the proprietary .hfs format instead of .[[vpk]]. Possibly to prevent cheating or having it's game files being leaked.
: The games files are compressed via the proprietary .hfs format instead of .[[vpk]]. Possibly to counteract cheating or leaking of any game assets.
: Files within .hfs packs contain the typical models, materials, maps, sound etc as every other {{src|4}} game. These can be extracted with a tool named [https://github.com/yretenai/HFSExtract/releases HFSExtract], this is a command prompt executable capable of mass extracting {{Vindictus|4}}'s .hfs files.
: Files within .hfs packs contain the typical models, materials, maps, sound etc as every other {{src|4}} game. These can be extracted with a tool named [https://github.com/yretenai/HFSExtract/releases HFSExtract], this is a command prompt executable capable of mass extracting {{Vindictus|4}}'s .hfs files.


Line 40: Line 40:


; Direct3D 11 support
; Direct3D 11 support
: New D3D renderer, which may improve performances on some hardware. DX11 also introduced various [[WP:Direct3D#Direct3D_11|new features]].
: New D3D renderer, which may improve performances on some hardware. DX11 also introduced various [[WP:Direct3D#Direct3D 11|new features]].


== Gallery ==
== Gallery ==
<gallery>
<gallery>
File:Vindictus main menu.jpg
Vindictus main menu.jpg
File:Vindictus character creator.jpg
Vindictus character creator.jpg
</gallery>
</gallery>


Line 52: Line 51:


== External links ==
== External links ==
* [https://vindictus.nexon.net/ Official site]
* [https://vindictus.nexon.net/ Official site]
* {{Wiki|Vindictus|Wikipedia page of the game}}
* {{Wiki|Vindictus|Wikipedia page of the game}}

Revision as of 08:46, 13 September 2024

English (en)Translate (Translate)

Vindictus Vindictus (also known as Mabinogi Heroes in Asia, and according to the game files) (2009) is a massively multiplayer online role-playing game (MMORPG) developed by devCAT and created using the Source Engine. It was later released on Steam Steam in June 23, 2012.

Vindictus Logo.jpg

Vindictus runs on a heavily modified version of Source 2006 Source 2006 engine, despite Source 2007 and later branches are available for licensing when the game was released. The game also supports Direct3D 11 rendering with an update[when?].


Features

Additional shaders added to .VMT

The new shader types added in Vindictus consist of: Heroes_pbs, Heroes_faceskin, Heroes_armour,
Todo: Find proper documentation of these shaders.

Increased engine limits

More brushes and entities can be used within a single level allowing for larger and more detailed levels.

Additional entities for hammer.

Many entities were added, such as: env_effect_executor, npc_camera, simple_rope_fast.
Todo: make a list of all new entity types.

.hfs format file compression.

The games files are compressed via the proprietary .hfs format instead of .vpk. Possibly to counteract cheating or leaking of any game assets.
Files within .hfs packs contain the typical models, materials, maps, sound etc as every other Source Source game. These can be extracted with a tool named HFSExtract, this is a command prompt executable capable of mass extracting Vindictus Vindictus's .hfs files.

Newer features

Newer features that was later introduced with an update.

Xbox 360 controller support
The game now natively support Xbox 360 controller.
Direct3D 11 support
New D3D renderer, which may improve performances on some hardware. DX11 also introduced various new features.

Gallery

Todo: Add additional images.

External links