Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Questions I have
Rapture Offline
Posting Freak

Posts: 1,078
Threads: 79
Joined: May 2011
Reputation: 30
#10
RE: Few questions about creating CS/Mods

Are you sure it's "DebugMenu" on your end?

I finally found mine, but it's actually "DebugMode".

Spoiler below!
<Game ShowCommentary="false" />
<Debug ShowFPS="true" ShowSoundPlaying="false" ShowPlayerInfo="false" ShowEntityInfo="false" SaveCheckPointOnMapLoad="false" ShowDebugMessages="false" UseProgLog="false" ShowSoundCategories="false" ShowSoundParams="false" ShowSoundAIEvents="false" ShowModuleInfo="false" ShowMapInfo="false" ScriptDebugOn="false" InspectionMode="false" DisableFlashBacks="false" DrawPhysics="false" AutoReloadResources="false" OutputVoiceAndEventInfo="false" PauseAtWindowOpenClose="true" ShowScriptGC="false" DebugInfoWindow="false" RecordPlayTestData="false" DrawGuiUIBoxes="false" ShowMissingVoiceFileErrorMessage="false" VRAMLimit="1700" ShowTVSafeArea="false" GodModeActivated="false" ReloadScriptAtTaskSwitch="false" ReloadFromCurrentPosition="true" SpecCameraTeleportPlayer="false" ShowPlayerColliderInSpecCam="false" ShowMemoryUsage="false" ShowRenderingInfo="false" ReloadScriptConstantly="false" AllowQuickSave="false" ScriptHelperFolder="script/helpers" LogLabelFilter="-1" WarningLevel="4" LogNonPreloadedResources="false" CollapsedLog="true" />
<Input InvertMouse="false" SmoothMouse="true" InvertPad="false" Rumble="true" MouseSensitivity="1.000000" GamepadSensitivity="2.000000" />
<Map File="" Folder="" StartPos="" />
<Graphics TextureQuality="0" TextureFilter="2" TextureAnisotropy="16.000000" SSAOActive="true" SSAOQuality="0" DepthOfFieldQuality="2" BloomActive="true" WorldReflection="true" Refraction="true" ShadowsActive="true" ShadowQuality="2" ShadowResolution="2" ParallaxQuality="0" ParallaxEnabled="true" Brightness="1.000000" OcclusionTestLights="true" EdgeSmooth="false" ForceShaderModel3And4Off="false" UndergrowthQuality="0" TerrainTessellation="0" AntiAliasing="FXAA" />
<Sound Device="-1" Volume="1.000000" MaxSoftwareChannels="64" MaxVirtualChannels="1000" ForceShowSubtitleCharacterName="false" ShowSubtitles="false" SpeakerType="HomeCinema" />
<Screen Width="1920" Height="1080" FullScreen="true" Vsync="true" RefreshRate="60" />
<Main FirstGameStart="false" DebugMode="true" GenerateScriptAPI="false" StartLanguage="english.lang" ScreenShotExt="jpg" ForceCacheLoadingAndSkipSaving="true" AutogenerateLangFiles="false" SaveConfig="true" ShowMenu="true" UpdateLogActive="true" ContinueMap="main_menu.hpm" ContinuePos="" />
<MapLoad FastPhysicsLoad="false" FastStaticLoad="false" FastEntityLoad="false" />
<Engine LimitFPS="true" SleepWhenOutOfFocus="true" ShowBrokenMeshes="true" />
<Saving MaxAutoSaves="20" />
<Gameplay FOV="70.000000" />




For anyone else who is interested...

Example Path = "C:\Users\Rapture\Documents\my games\Soma\Mods\Lockdown"

The file-name has a "user_settings.cfg" at the end, the beginning is your computer/SOMA name with a gargle gook of numbers.


-----------------------
Question: The "void OnAction(int alAction, bool abPressed)" is for detecting when the player inputs a Mouse/Keyboard command, correct?


If so, where do I find the Boolean for the correct key to be pressed? I don't see anything that gives an indication to which Key is being pressed for it to work.

Example... (This is in 02_03_delta.hps > About Line 209)
        ///////////////
        //Call zepp to landing site and teleport player, press 8 to take off. (F3 is good to not forget as well..)
        else if(alAction == eAction_Test2)
        {
            Tool_PickUp("CathTool", false, true);
            //Tool_PickUp("KateChip", false, true);
            
            Player_Teleport("StartZeppLanding");
            SequenceZeppelinArrives("");
            Preload(false);
            
            Map_SetPreloadPriority(eWorldStreamPriority_VeryHigh);
        }

It mentions about using the "8" key to take-off, but I can't figure out where the condition is being set for that.
(This post was last modified: 09-25-2015, 07:11 PM by Rapture.)
09-25-2015, 06:22 PM
Find


Messages In This Thread
Questions I have - by Rapture - 09-25-2015, 01:40 PM
RE: Few questions about creating CS/Mods - by Rapture - 09-25-2015, 06:22 PM
RE: Questions I have - by Aaron - 09-25-2015, 08:41 PM
RE: Questions I have - by Rapture - 09-25-2015, 08:59 PM
RE: Questions I have - by Patrik - 09-26-2015, 10:11 AM
RE: Questions I have - by Aaron - 09-25-2015, 09:12 PM
RE: Questions I have - by Rapture - 09-26-2015, 05:19 PM



Users browsing this thread: 1 Guest(s)