NikMik Posted November 18, 2013 Share Posted November 18, 2013 (edited) I've noticed no custom character I've used can finish adventure mode - the camera just zooms in indefinitely without the character or throne even appearing.I thought adding my character to the list in the puppets.lua, but still nothing. Is there any way to make my character able to finish adventure mode and appear in the throne? Edited November 18, 2013 by Mr. Tiddles Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/ Share on other sites More sharing options...
Developer Cheerio Posted November 18, 2013 Developer Share Posted November 18, 2013 Hook me up with a Dave file with a custom character about to finish adventure mode and I'll take a look Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373100 Share on other sites More sharing options...
NikMik Posted November 18, 2013 Author Share Posted November 18, 2013 Hook me up with a Dave file with a custom character about to finish adventure mode and I'll take a look Dave file? I don't know what that is. Probably heard of it, sometime. But my memory sucks. Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373101 Share on other sites More sharing options...
Developer Cheerio Posted November 18, 2013 Developer Share Posted November 18, 2013 Save file. I typed to quick with my ipad Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373102 Share on other sites More sharing options...
NikMik Posted November 18, 2013 Author Share Posted November 18, 2013 Is there any way to send the file without uploading it to a different website? My computer hates dropbox and the websites like it. Sorry if I'm being a pain with this. Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373117 Share on other sites More sharing options...
Malacath Posted November 18, 2013 Share Posted November 18, 2013 Is there any way to send the file without uploading it to a different website? My computer hates dropbox and the websites like it. Sorry if I'm being a pain with this.You can upload it directly here if you zip it up (really zip, no other format is allowed) Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373119 Share on other sites More sharing options...
NikMik Posted November 18, 2013 Author Share Posted November 18, 2013 You can upload it directly here if you zip it up (really zip, no other format is allowed) Found it. Just hard to think and see in the 'Strayan summer heat. I'm not sure how much of these files are necessary. But I only have the one save file requested. I also included the mod character the save file uses. Adventure freeze.zip Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373124 Share on other sites More sharing options...
simplex Posted November 18, 2013 Share Posted November 18, 2013 Found it. Just hard to think and see in the 'Strayan summer heat. I'm not sure how much of these files are necessary. But I only have the one save file requested. I also included the mod character the save file uses.Did you add something like the following to modmain?GLOBAL.STRINGS.CHARACTER_NAMES.mycharacter = "My Character"table.insert(GLOBAL.CHARACTER_GENDERS.MALE, "mycharacter")(possibly with "MALE" replaced with "FEMALE") Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373210 Share on other sites More sharing options...
NikMik Posted November 18, 2013 Author Share Posted November 18, 2013 I didn't think of that. I'll give that a try. Thank you! Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373361 Share on other sites More sharing options...
NikMik Posted November 18, 2013 Author Share Posted November 18, 2013 No, it didn't work. I'd think it would have something to do with him having to be created into a puppet. I've tried adding him to the puppets.lua, with no luck. How many other scripts could there be? Or is this simply an impossibility? Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373367 Share on other sites More sharing options...
simplex Posted November 18, 2013 Share Posted November 18, 2013 No, it didn't work. I'd think it would have something to do with him having to be created into a puppet. I've tried adding him to the puppets.lua, with no luck. How many other scripts could there be? Or is this simply an impossibility?I'll try to tinker with it. As a side note, if you take my Old School Teleportato mod and change the second line in modmain.lua fromlocal DEBUG = falsetolocal DEBUG = truethen pressing N will teleport you to the closest teleportato part, and to the teleportato itself when there are no parts left to pick up. This should help with speeding through adventure mode to test things out. Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373483 Share on other sites More sharing options...
NikMik Posted November 19, 2013 Author Share Posted November 19, 2013 (edited) That sound easier than debug-spawning the teleportato/divining rod base. Thanks. Edited November 19, 2013 by Mr. Tiddles Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373501 Share on other sites More sharing options...
NikMik Posted November 19, 2013 Author Share Posted November 19, 2013 Would there be any scripts I could add to the modmain.lua that would make William able to complete adventure mode and sit on the nightmare throne? Or is it just out of the question? Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373697 Share on other sites More sharing options...
TheDanaAddams Posted November 19, 2013 Share Posted November 19, 2013 In my tests, Link was able to sit on the throne... not sure what I've done differently... but I think it's definitely possible. Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373699 Share on other sites More sharing options...
NikMik Posted November 19, 2013 Author Share Posted November 19, 2013 I'll have to take a look. If he can when I play, this will be a first. Love his motto, by the way. Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373700 Share on other sites More sharing options...
NikMik Posted November 19, 2013 Author Share Posted November 19, 2013 Got it! Just had to add local require = GLOBAL.require--require "class"--local ACTIONS = GLOBAL.ACTIONSlocal Action = GLOBAL.Actionto the top of the modmain.lua. Thank you for telling me that Link worked, Dana, probably wouldn't have figured it out without you! Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373702 Share on other sites More sharing options...
TheDanaAddams Posted November 19, 2013 Share Posted November 19, 2013 Not sure why that fixed it, but I'm glad it's working for you now. ^^ Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373704 Share on other sites More sharing options...
simplex Posted November 19, 2013 Share Posted November 19, 2013 That... that fix doesn't make sense. It's not doing anything. Either you did something else you haven't noticed, or the game's behaving erratically on this issue. Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373747 Share on other sites More sharing options...
NikMik Posted November 19, 2013 Author Share Posted November 19, 2013 It's the only thing I changed. I don't get it, either. Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373756 Share on other sites More sharing options...
NikMik Posted November 19, 2013 Author Share Posted November 19, 2013 Now I want to find out if it's possible to make him use a different build when in the throne. I was planning to make him look super evil, like this: I just reskinned his default build to look like that for the screen shot. Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-373764 Share on other sites More sharing options...
Developer Cheerio Posted November 20, 2013 Developer Share Posted November 20, 2013 Now I want to find out if it's possible to make him use a different build when in the throne. I was planning to make him look super evil, like this: throne2.png I just reskinned his default build to look like that for the screen shot.You should be able to call ':SetBuild' and switch to your other build at any time. Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-374321 Share on other sites More sharing options...
NikMik Posted November 20, 2013 Author Share Posted November 20, 2013 I know this. But there's no character-specific state or any other script for the nightmare throne. At least I couldn't find one in the stategraphs and a few other files, such as the ACTIONS file. I've probably missed something, though. Link to comment https://forums.kleientertainment.com/forums/topic/29803-custom-character-that-can-finish-adventure-mode/#findComment-374323 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