Few questions - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: SOMA (https://www.frictionalgames.com/forum/forum-55.html) +--- Forum: User created content (https://www.frictionalgames.com/forum/forum-79.html) +---- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-80.html) +---- Thread: Few questions (/thread-30992.html) |
Few questions - TiManGames - 09-27-2015 1. Where can I find the models of the monsters? 2. Can I add more number of monsters to the game? Is there a limit for the polygon count? 3. How can I play the map I create through the map editor? I don't want to get in and out everytime for every little change. RE: Few questions - Rapture - 09-27-2015 (1) Entities, I think most if not all of them are in "character" (2) You can go as high as you want as performance will allow you (3) What you want to do is enable Debug Mode for SOMA, you can alt-tab to it and click F5 to quickly reload your map. If you have already got your map to show in the Steam/NoSteam Launcher. It should make some files in this path below. Example Path = "C:\Users\Rapture\My 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. Open it up and do a Ctrl+F for "DebugMode" and change it from false to true. Code: <Game ShowCommentary="false" /> |