• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Modular Title Screen

Resource Modular Title Screen 1.0

Last edited:
I tried it to see if it would work, and I just get this error when trying to start up the game

Ruby:
Expand Collapse Copy
Script '[Modular Title Screen] Scene Intro.rb' line 28: NameError ocurred

uninitialized constant ModularTitle:PLAY_MUSIC_ON_CREDITS
Good catch, thanks. That should be fixed now if you download it again.
 
Good catch, thanks. That should be fixed now if you download it again.
Ruby:
Expand Collapse Copy
Script '[Modular Title Screen] Scene Intro.rb' line 100: NoMethodError ocurred undefined method `pbBitmap' for #<Scene_intro>
 
Ruby:
Expand Collapse Copy
Script '[Modular Title Screen] Scene Intro.rb' line 100: NoMethodError ocurred undefined method `pbBitmap' for #<Scene_intro>
this is because you need an older version on Luka Scripting Utilities
 
Ruby:
Expand Collapse Copy
Exception: NoMethodError
Message: undefined method `pbBitmap' for #<Scene_Intro>

Backtrace:
[Modular Title Screen] Scene Intro.rb:100:in `block in cyclePics'
[Modular Title Screen] Scene Intro.rb:99:in `each'
[Modular Title Screen] Scene Intro.rb:99:in `cyclePics'
[Modular Title Screen] Scene Intro.rb:28:in `main'
Main:35:in `mainFunctionDebug'
Main:18:in `block in mainFunction'
Errors:80:in `pbCriticalCode'
Main:18:in `mainFunction'
Main:45:in `block in <main>'
Main:44:in `loop'

does anyone know how to fix this problem in v21.1?
 
Ruby:
Expand Collapse Copy
Exception: NoMethodError
Message: undefined method `pbBitmap' for #<Scene_Intro>

Backtrace:
[Modular Title Screen] Scene Intro.rb:100:in `block in cyclePics'
[Modular Title Screen] Scene Intro.rb:99:in `each'
[Modular Title Screen] Scene Intro.rb:99:in `cyclePics'
[Modular Title Screen] Scene Intro.rb:28:in `main'
Main:35:in `mainFunctionDebug'
Main:18:in `block in mainFunction'
Errors:80:in `pbCriticalCode'
Main:18:in `mainFunction'
Main:45:in `block in <main>'
Main:44:in `loop'

does anyone know how to fix this problem in v21.1?
you need the Luka Scripting Utilities version 3.3.2
 
Back
Top