Creating New Credits

Users who are viewing this thread

Module Credits or Game Credits? Game credits that displayed by "game_credits" presentation are at module_strings.py : str_credits_1 to str_credits_9.
If you want to put your module credit there, you can add the strings and add some lines to the presentations.

Or you can make your own presentation to display your module credits. It may be better because I think only few people that play the "game credits" presentation until it finished. For Warband, there's an easier alternative way to put Module Credits information, by adding lines to module_info_pages.py.
 
Somebody said:
module_presentations. Don't forget to include me  :razz:.

I see this but no actual material. WHere are the names and stuff?

"  ("game_credits",prsntf_read_only,mesh_load_window,[
      (ti_on_presentation_load,
      [(assign, "$g_presentation_credits_obj_1", -1),
        (assign, "$g_presentation_credits_obj_2", -1),
        (assign, "$g_presentation_credits_obj_3", -1),
        (assign, "$g_presentation_credits_obj_4", -1),
        (assign, "$g_presentation_credits_obj_5", -1),
        (assign, "$g_presentation_credits_obj_6", -1),
        (assign, "$g_presentation_credits_obj_7", -1),
        (assign, "$g_presentation_credits_obj_8", -1),
        (assign, "$g_presentation_credits_obj_9", -1),
        (assign, "$g_presentation_credits_obj_10", -1),
        (assign, "$g_presentation_credits_obj_11", -1),
        (assign, "$g_presentation_credits_obj_12", -1),
        (assign, "$g_presentation_credits_obj_1_alpha", 0),
        (assign, "$g_presentation_credits_obj_2_alpha", 0),
        (assign, "$g_presentation_credits_obj_3_alpha", 0),
        (assign, "$g_presentation_credits_obj_4_alpha", 0),
        (assign, "$g_presentation_credits_obj_5_alpha", 0),
        (assign, "$g_presentation_credits_obj_6_alpha", 0),
        (assign, "$g_presentation_credits_obj_7_alpha", 0),
        (assign, "$g_presentation_credits_obj_8_alpha", 0),
        (assign, "$g_presentation_credits_obj_9_alpha", 0),
        ]),"
 
That's just the initialization trigger. There are a bunch of timed steps further down which displays text from module_strings as dunde mentioned. So if you don't need to change the sequence/timing/display methods (fading, scrolling, etc), just modify those strings.
 
Ok, thanks. Credits are to date now.

ithilienranger said:
Shouldn't you be worrying about scene-making before you create new credits?

The thing is that I already have some big credits already (between team, contributors and helpers). And though it should be a priority I don't want to forget anybody.
 
Revan Shan said:
The thing is that I already have some big credits already (between team, contributors and helpers). And though it should be a priority I don't want to forget anybody.
Nobody cares about ingame credits. Putting them in a readme file is good enough
 
GetAssista said:
Revan Shan said:
The thing is that I already have some big credits already (between team, contributors and helpers). And though it should be a priority I don't want to forget anybody.
Nobody cares about ingame credits. Putting them in a readme file is good enough

It's a good way to have them organised already. And it's much more neat and tidy than a readme file. It's the way it's meant to be and at least some mods have done it like that.
 
Revan Shan said:
It's a good way to have them organised already. And it's much more neat and tidy than a readme file. It's the way it's meant to be and at least some mods have done it like that.
It's not about good or bad, it's about priorities. As ithilienranger said already.
 
Good luck with editing the credits, then!

Seriously, you could use "Find in Files" in Notepad++ and search for "credits" before posting or people will start losing faith in your mod.
 
MadVader said:
Good luck with editing the credits, then!

Seriously, you could use "Find in Files" in Notepad++ and search for "credits" before posting or people will start losing faith in your mod.

I don't use notepad.

And by the way, loose faith? Cummon, take a look to the preview pics!
 
I suggest you don't change topic titles.
If people search these boards for answers then they will locate your topic, with this change not anymore.

Also I feel sorry for you ithilienranger.
 
Back
Top Bottom