Softimage Mod Tool: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
[[Image:Xsimodtool-workspace.jpg|right|thumb|Antlion Guard model open in Mod Tool 6.]]
[[Image:Xsimodtool-workspace.jpg|right|thumb|Antlion Guard model open in Mod Tool 6.]]


* [[Your first model/XSI]]
* [[XSI Beginner Tutorial]]
* [[XSI Beginner Tutorial]]
* [[XSI Texturing]]
* [[XSI Texturing]]
Line 22: Line 21:


== Quickstart guide for Max/Maya/LightWave users ==
== Quickstart guide for Max/Maya/LightWave users ==
* [http://www.xsibase.com/users/max2xsi/MAX2XSI.htm MAX to XSI Jumpstart]
* [http://www.xsibase.com/users/max2xsi/MAX2XSI.htm MAX to XSI Jumpstart]
* [http://www.stefandidak.com/pub/xsi1.php 3ds Max to Softimage XSI Transition Tips]
* [http://www.stefandidak.com/pub/xsi1.php 3ds Max to Softimage XSI Transition Tips]
Line 28: Line 28:


== Source tutorials ==
== Source tutorials ==
* [[Your first model/XSI]]
* [[Model Creation Overview]]
* [[Model Creation Overview]]
* [[Compiling Models]]
* [[Compiling Models]]
Line 36: Line 38:


=== External ===
=== External ===
* [http://www.store.valvesoftware.com/index.html Noesis Interactive Mod Your World™] - a tutorial series available from the Valve Store.
* [http://www.store.valvesoftware.com/index.html Noesis Interactive Mod Your World™] - a tutorial series available from the Valve Store.
* [http://www.gamedesign.net/node/1002 Creating a prop_physics entity] - a tutorial by [[User:Yesukai|Yesukai]].
* [http://www.gamedesign.net/node/1002 Creating a prop_physics entity] - a tutorial by [[User:Yesukai|Yesukai]].
Line 43: Line 46:


==== Tutorials from Veazie.org ====
==== Tutorials from Veazie.org ====
* [http://veazie.org/Tutorials/ModelSetup/hl2_modeling_setup.html A setup for Half-Life 2 modeling]
* [http://veazie.org/Tutorials/ModelSetup/hl2_modeling_setup.html A setup for Half-Life 2 modeling]
* [http://veazie.org/Tutorials/XSISimpleCube/hl2%20simple%20model.html Creating a simple HL2 model using XSI EXP]
* [http://veazie.org/Tutorials/XSISimpleCube/hl2%20simple%20model.html Creating a simple HL2 model using XSI EXP]
Line 51: Line 55:


== Video tutorials ==
== Video tutorials ==
* [http://www.3dbuzz.com 3D Buzz]
* [http://www.3dbuzz.com 3D Buzz]
* [http://www.3d-palace.com/ 3D-Palace]
* [http://www.3d-palace.com/ 3D-Palace]
Line 59: Line 64:


== Samples ==
== Samples ==
Source SDK contains various sample scenes (.scn) for XSI. See "<code>sourcesdk_content/<game name>/modelsrc/...</code>" for details. You can modify the models to make your own characters/weapons/vehicles.
Source SDK contains various sample scenes (.scn) for XSI. See "<code>sourcesdk_content/<game name>/modelsrc/...</code>" for details. You can modify the models to make your own characters/weapons/vehicles.


Line 64: Line 70:


== External links ==
== External links ==
* [http://www.softimage.com/products/modtool/ XSI Mod Tool] - the official website.
 
* [http://www.softimage.com/products/modtool/ XSI Mod Tool] - official site.


[[category:Tools]]
[[category:Tools]]
[[category:Modeling]]
[[category:Modeling]]
[[category:XSI]]
[[category:XSI]]

Revision as of 11:19, 21 April 2008

Mod Tool logo

WEBSITE  |  DOWNLOAD  |  LIMITATIONS

The XSI Mod Tool is a completely free version of the professional XSI modeling package. It has most of the features of the professional versions (certainly everything you'd need for mods) and allows you to export your work to Source without restriction.

General XSI tutorials

Antlion Guard model open in Mod Tool 6.

External

Quickstart guide for Max/Maya/LightWave users

Source tutorials

External

Note.pngNote:File Structure in this tutorial is outdated. Replace "sourcesdk/cstrike_sample_content" with "sourcesdk_content/cstrike".
See Source SDK Files and Directory Structure for details.

Tutorials from Veazie.org

Video tutorials

Samples

Source SDK contains various sample scenes (.scn) for XSI. See "sourcesdk_content/<game name>/modelsrc/..." for details. You can modify the models to make your own characters/weapons/vehicles.

Additionally, there is a Korin XSI Mod Tool Scene data released by nkinta. It shows how to make an Alyx replacement model with full facial animations.

External links