pantacle Posted May 23, 2024 Share Posted May 23, 2024 help me, it my first character I'm not sure why But sometimes when I press Inspect Self the game caches. (suddenly turned off) After that, the mod disappears from the mod select menu. Maybe it's because I wanted to try out too many different types of code and now I can't test anything. Q_Q Here are all the files I used recently. https://drive.google.com/file/d/17-g8xpYJlnQtv1zEALJMETuolF2IRKDg/view?usp=sharing Sorry for the strange language. I use translate Link to comment https://forums.kleientertainment.com/forums/topic/156307-%E0%B9%87%E0%B9%87helpme-my-custom-character-crashes/ Share on other sites More sharing options...
Haruhi Kawaii Posted May 25, 2024 Share Posted May 25, 2024 On 5/23/2024 at 9:54 PM, pantacle said: help me, it my first character I'm not sure why But sometimes when I press Inspect Self the game caches. (suddenly turned off) After that, the mod disappears from the mod select menu. Maybe it's because I wanted to try out too many different types of code and now I can't test anything. Q_Q Here are all the files I used recently. https://drive.google.com/file/d/17-g8xpYJlnQtv1zEALJMETuolF2IRKDg/view?usp=sharing Sorry for the strange language. I use translate Try disabling all other client, server mods, I don't seem to see the problem with your mod 1 Link to comment https://forums.kleientertainment.com/forums/topic/156307-%E0%B9%87%E0%B9%87helpme-my-custom-character-crashes/#findComment-1716800 Share on other sites More sharing options...
pantacle Posted May 26, 2024 Author Share Posted May 26, 2024 (edited) On 5/25/2024 at 12:36 PM, Haruhi Kawaii said: Try disabling all other client, server mods, I don't seem to see the problem with your mod Thank you for your reply. It worked!! Just like you said. But client_log has Warning every addrecipe Even if everything works normally. ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: carrot_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: corn_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: dragonfruit_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: durian_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: eggplant_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: pomegranate_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: pumpkin_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: watermelon_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: asparagus_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: tomato_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: potato_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: onion_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: pepper_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: garlic_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: chum [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: butterfly ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Should I fix it or do nothing if it still works? Edited May 26, 2024 by pantacle Link to comment https://forums.kleientertainment.com/forums/topic/156307-%E0%B9%87%E0%B9%87helpme-my-custom-character-crashes/#findComment-1717050 Share on other sites More sharing options...
Haruhi Kawaii Posted May 27, 2024 Share Posted May 27, 2024 19 hours ago, pantacle said: Thank you for your reply. It worked!! Just like you said. But client_log has Warning every addrecipe Even if everything works normally. ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: carrot_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: corn_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: dragonfruit_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: durian_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: eggplant_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: pomegranate_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: pumpkin_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: watermelon_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: asparagus_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: tomato_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: potato_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: onion_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: pepper_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: garlic_seeds [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: chum [00:00:58]: Warning: function AddRecipe in modmain is deprecated, please use AddRecipe2. Recipe name: butterfly ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Should I fix it or do nothing if it still works? It's fine, here's the documentation if you want to change to AddRecipe2 Link to comment https://forums.kleientertainment.com/forums/topic/156307-%E0%B9%87%E0%B9%87helpme-my-custom-character-crashes/#findComment-1717256 Share on other sites More sharing options...
pantacle Posted May 29, 2024 Author Share Posted May 29, 2024 On 5/27/2024 at 1:42 PM, Haruhi Kawaii said: It's fine, here's the documentation if you want to change to AddRecipe2 Thank you Link to comment https://forums.kleientertainment.com/forums/topic/156307-%E0%B9%87%E0%B9%87helpme-my-custom-character-crashes/#findComment-1717788 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