_Q_ Posted April 13, 2014 Share Posted April 13, 2014 So I want to add scenario to Islands level I created.The thing is I want season to change every time player uses a wormhole.That can be done with other ways like prefab post inits and such but then it would affect all savefile if the mod is enabled.Scenarios seems ideal for the job, I found out they are attached to objects like set pieces and such, now it would possbile to attach it to wormhole prefab, and how to do that? (can't find anything about using scenarios) Link to comment https://forums.kleientertainment.com/forums/topic/34832-scenario/ Share on other sites More sharing options...
greenglacier Posted April 13, 2014 Share Posted April 13, 2014 (edited) Woooha, man! It sounds like very complicated. If tehMugwump may be here, maybe he could help I think xD Edited April 13, 2014 by greenglacier Link to comment https://forums.kleientertainment.com/forums/topic/34832-scenario/#findComment-452868 Share on other sites More sharing options...
simplex Posted April 13, 2014 Share Posted April 13, 2014 (edited) Scenarios are just for set pieces, unfortunately. But you can doAddPrefabPostInit("wormhole", function(inst) if GetWorld() and GetWorld().meta.level_id == "ISLANDS" then -- stuff endend)(I found about this yesterday myself, when implementing a Caves Preview-like survival preset for U&A; this was also how I found out dlc support at worldgen is broken) Edited April 13, 2014 by simplex Link to comment https://forums.kleientertainment.com/forums/topic/34832-scenario/#findComment-452876 Share on other sites More sharing options...
Developer bizziboi Posted April 14, 2014 Developer Share Posted April 14, 2014 this was also how I found out dlc support at worldgen is broken Hey Simplex, Could you elaborate on this? Or are you refering to the post where you mentioned your custom loading screen? Thanks,Kaj Link to comment https://forums.kleientertainment.com/forums/topic/34832-scenario/#findComment-453462 Share on other sites More sharing options...
_Q_ Posted April 14, 2014 Author Share Posted April 14, 2014 Hey Simplex, Could you elaborate on this? Or are you refering to the post where you mentioned your custom loading screen? Thanks,KajMore on that is explained by Simplex here:http://forums.kleientertainment.com/topic/34095-variables-naming/ Link to comment https://forums.kleientertainment.com/forums/topic/34832-scenario/#findComment-453467 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