UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

How to give credits in Menu ?

broken avatar :(
Created 10 years ago
by CEKfile
0 Members and 1 Guest are viewing this topic.
3,173 views
broken avatar :(
×
broken avatar :(
Location: de
Date Registered: 4 December 2014
Last active: 9 years ago
Posts
67
Respect
Forum Rank
Rotting Walker
Primary Group
Member
My Contact & Social Links
More
Personal Quote
Meow
×
CEKfile's Groups
CEKfile's Contact & Social Linkscekfilecekfilebrofile
Hey i saw that when you dont launch anything in Main Menu there is a Credits button , is there a way when i launch and press that i can see Credits from which guys i had the Raw Assets etc. is there a way to change it ?

Double Post Merge: March 18, 2016, 01:19:18 pm
Or is there a way to change ingame when you spawn in the map the text to something else ?
Last Edit: March 18, 2016, 01:19:18 pm by CEKfile
broken avatar :(
×
broken avatar :(
Location: gb
Date Registered: 13 March 2016
Last active: 7 years ago
Posts
76
Respect
Forum Rank
Rotting Walker
Primary Group
Member
×
AdvancedDecay's Groups
AdvancedDecay's Contact & Social Links
I'm Looking in to this now, give me 20 mins and ill be back, should be able o change the .ff text and be done
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 11 March 2014
Last active: 5 years ago
Posts
264
Respect
Forum Rank
Mr. Elemental
Primary Group
Member
Signature
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."
×
buttkicker845's Groups
buttkicker845's Contact & Social Links
if you wanted to do it in the credits level all you would need to do is go into raw/maps and grab the file named credits_list.gsc  and put in into mods/maps. then open the file and edit one of the lists to contain the names and headers you would like. the calls are named simple things like
Code Snippet
Plaintext
     add_name("name");
     add_header("header_name");
     add_space();
so it should be fairly simple to make it to how youd like it
Last Edit: March 18, 2016, 02:10:11 pm by buttkicker845
broken avatar :(
×
broken avatar :(
Location: gb
Date Registered: 13 March 2016
Last active: 7 years ago
Posts
76
Respect
Forum Rank
Rotting Walker
Primary Group
Member
×
AdvancedDecay's Groups
AdvancedDecay's Contact & Social Links
@ButtKicker ive tried extensively to do this, did you get it to work?? how?? have you tried? please answer me back.
broken avatar :(
×
broken avatar :(
Location: de
Date Registered: 4 December 2014
Last active: 9 years ago
Posts
67
Respect
Forum Rank
Rotting Walker
Primary Group
Member
My Contact & Social Links
More
Personal Quote
Meow
×
CEKfile's Groups
CEKfile's Contact & Social Linkscekfilecekfilebrofile
if you wanted to do it in the credits level all you would need to do is go into raw/maps and grab the file named credits_list.gsc  and put in into mods/maps. then open the file and edit one of the lists to contain the names and headers you would like. the calls are named simple things like
Code Snippet
Plaintext
     add_name("name");
     add_header("header_name");
     add_space();
so it should be fairly simple to make it to how youd like it
gonna try laterthx for this post
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 11 March 2014
Last active: 5 years ago
Posts
264
Respect
Forum Rank
Mr. Elemental
Primary Group
Member
×
buttkicker845's Groups
buttkicker845's Contact & Social Links
gonna try laterthx for this post
sorry i named the wrong file, you need to use the file credits_list_pc.gsc. that will work and only use the methods
Code Snippet
Plaintext
add_header("name");
add_space();
that will work i just made sure since AdvancedDecay said he couldnt get it to work
broken avatar :(
×
broken avatar :(
Location: de
Date Registered: 4 December 2014
Last active: 9 years ago
Posts
67
Respect
Forum Rank
Rotting Walker
Primary Group
Member
My Contact & Social Links
More
Personal Quote
Meow
×
CEKfile's Groups
CEKfile's Contact & Social Linkscekfilecekfilebrofile
The data just only put it into /mod/map/maps ?
 :please:
broken avatar :(
×
broken avatar :(
Location: us
Date Registered: 11 March 2014
Last active: 5 years ago
Posts
264
Respect
Forum Rank
Mr. Elemental
Primary Group
Member
×
buttkicker845's Groups
buttkicker845's Contact & Social Links
The data just only put it into /mod/map/maps ?
 :please:
yes, take the file credits_list_pc.gsc and place it into mods/modname/maps and then make your changes to the file, recompile the mod and make sure the file is ticked in the IWD

 
Loading ...