The Stanley Parable mod creation: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:How create mod for The Sanley Parable}}
==Base Information==
==Base Information==
If you want to start creating mods for The Stanley Parable, there are a few things you need to know:
If you want to start creating mods for The Stanley Parable, there are a few things you need to know:
* Not all portal 2 entities are available in The Stanley Parable.
* Not all portal 2 entities are available in The Stanley Parable.
* Not all restrictions from Portal 2 apply to The Stanley Parable.
* Not all restrictions from Portal 2 apply to The Stanley Parable.
* All weapon system is removed. If you want add weapon, you need use [[The Beginners Guide]] branch because [[The Beginners Guide]] source version is most similar to [[The Stanley Parable]] source version.


==Hammer setup==
==Hammer setup==
Line 15: Line 17:
{{ExpandBox|[[File:tsp_hammer_build_programs_setup.jpg|300px]]}}
{{ExpandBox|[[File:tsp_hammer_build_programs_setup.jpg|300px]]}}
5. Press Ok or Apply Button and restart Hammer World Editor.
5. Press Ok or Apply Button and restart Hammer World Editor.
{{branch|[[Portal 2]]}}
 
{{todo|[[User:Celisej|Celisej]], add more info}}
{{todo|[[User:Celisej|Celisej]], add more info}}
[[Category:Third Party Source Engine Games]]
[[Category:Third Party Source Engine Games]]
[[Category:The Stanley Parable]]
[[Category:The Stanley Parable]]
[[Category:Portal 2 engine branch games]]
[[Category:Portal 2 engine branch games]]

Revision as of 12:54, 22 August 2021

Base Information

If you want to start creating mods for The Stanley Parable, there are a few things you need to know:

  • Not all portal 2 entities are available in The Stanley Parable.
  • Not all restrictions from Portal 2 apply to The Stanley Parable.
  • All weapon system is removed. If you want add weapon, you need use The Beginners Guide branch because The Beginners Guide source version is most similar to The Stanley Parable source version.

Hammer setup

1. Download Portal 2 Authoring Tools.

2. Launch Hammer World Editor, open Options menu.

3. Create a profile.


Tsp hammer setup.jpg
Warning.pngWarning:You should definitely delete or change the original profile, because if the Hammer World Editor from Portal 2 finds a profile with original Portal 2 folder, it will always select it.

4. Go to Build Programs menu and setup him.


Tsp hammer build programs setup.jpg

5. Press Ok or Apply Button and restart Hammer World Editor.

Todo: Celisej, add more info