All public logs

Jump to navigation Jump to search

Combined display of all available logs of Unofficial EFPSE wiki Extended. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:25, 18 June 2024 Nole talk contribs created page Light sun direction (Created page with "Changes the <code>[x]</code> <code>[y]</code> <code>[z]</code> values of the sun's direction on the current map where <code>[x]</code>, <code>[y]</code>, <code>[z]</code> are ℝ values between <code>[-inf - +inf]</code> ==== Syntax ==== <code>light sun direction [x] [y] [z]</code> ==== Examples ==== 📜 changeSunDirectionTerminal.script<br> <pre> //light sun direction [x] [y] [z] text "Setting up sun direction to light 32 0 0 light sun direction 32 0 0 map return...") Tag: Visual edit: Switched
  • 17:59, 17 June 2024 Nole talk contribs created page Light sun colour (Created page with "Changes the <code>[r]ed</code> <code>[g]reen</code> <code>[b]lue</code> <code>[a]lpha</code> of the sun's light of the current map where <code>[r]</code>, <code>[g]</code>, <code>[b]</code> are values between <code>[0-255]</code> and <code>[a]</code> is <code>[0.0-1.0]</code>. ==== Syntax ==== <code>light sun [r] [g] [b] [a]</code> ==== Examples ==== 📜 turnLightGreenTerminal.script<br> <pre> //light sun [r] [g] [b] [a] text "Setting up sun light to green" light su...") Tag: Visual edit: Switched
  • 10:36, 17 June 2024 Nole talk contribs created page Light ambient (Added individual entry for the light ambient command) Tag: Visual edit: Switched
  • 18:51, 5 June 2024 Nole talk contribs created page Command line Flags (Created page with "<span id="using-flags-with-efpse"></span> == Using Flags with EFPSE == EFPSE can be passed a few different flags to the executable. These flags are as follows: <span id="example-flags"></span> === Example Flags === # '''Game.exe -console''' #* Command: <code>"C:/../../Desktop/Projects/Game.exe" -console</code> #* Description: Will launch the game with the console open. # '''Game.exe -data ProjectName''' #* Command: <code>"C:/../../Desktop/Projects/Game....") Tag: Visual edit: Switched