Talk:Foundry: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
 
Line 9: Line 9:
Ingame commands are
Ingame commands are


foundry_engine_get_mouse_control
*foundry_engine_get_mouse_control
foundry_engine_release_mouse_control
*foundry_engine_release_mouse_control
foundry_select_entity
*foundry_select_entity
foundry_sync_hammer_view
*foundry_sync_hammer_view
foundry_update_entity
*foundry_update_entity
--[[User:Kwp17pitts|Kwp17pitts]] 20:24, 1 January 2012 (PST)
--[[User:Kwp17pitts|Kwp17pitts]] 20:24, 1 January 2012 (PST)


----
----

Latest revision as of 01:42, 2 January 2012

Sinc Tool

Apperently foudry is a sinc between hammer and the engine for pulling up entities for editing. Alien Swarm SDK has much of the needed part excluding foundry.dll which is required to get into foundry mode.

Foundary cannot fucntion without a special version of hammer with the foundry options

Ingame commands are

  • foundry_engine_get_mouse_control
  • foundry_engine_release_mouse_control
  • foundry_select_entity
  • foundry_sync_hammer_view
  • foundry_update_entity

--Kwp17pitts 20:24, 1 January 2012 (PST)