Neu7ral Posted October 15, 2015 Share Posted October 15, 2015 Just the tittle, I want start the game like maxwell, waking up without the maxwell intro. Link to comment https://forums.kleientertainment.com/forums/topic/58509-help-how-to-start-the-game-without-maxwell-intro/ Share on other sites More sharing options...
mrpoke20xx Posted October 15, 2015 Share Posted October 15, 2015 you should look into the maxwell prefab, or waxwell, as you can start the game as maxwell whitout the intro. Link to comment https://forums.kleientertainment.com/forums/topic/58509-help-how-to-start-the-game-without-maxwell-intro/#findComment-680397 Share on other sites More sharing options...
Neu7ral Posted October 22, 2015 Author Share Posted October 22, 2015 Bumpyou should look into the maxwell prefab, or waxwell, as you can start the game as maxwell whitout the intro.I didn't find nothing in the prefabs. Link to comment https://forums.kleientertainment.com/forums/topic/58509-help-how-to-start-the-game-without-maxwell-intro/#findComment-681919 Share on other sites More sharing options...
chromiumboy Posted October 23, 2015 Share Posted October 23, 2015 You will need to create a new .lua file called 'modworldgenmain.lua'. Place this file in the same folder as 'modmain.lua'. Add the following code to your 'modworldgenmain.lua' file: -- Stop Maxwell from appearing at the start of a new gamelocal function StopMaxwell(level) if level then level.nomaxwell = true endendAddLevelPreInitAny(StopMaxwell) Link to comment https://forums.kleientertainment.com/forums/topic/58509-help-how-to-start-the-game-without-maxwell-intro/#findComment-682026 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now