[Help] Random Opening Title

Mods, guides how to use and install mods go right in here.
Post Reply
User avatar
Mari0Maker
Posts: 1348
Joined: 07 Apr 2012, 17:10
Contact:

Post » 12 Feb 2013, 20:24

Where is the line of code to edit the random opening title, like this one?
Image
Is it also possible to add another one?

User avatar
TheSeek
Posts: 486
Joined: 21 Mar 2012, 06:31

Post » 12 Feb 2013, 21:04

main.lua, lines 66 to 68.
I guess there is no problem in adding other ones.

User avatar
Flutter Skye
Posts: 1690
Joined: 08 Apr 2012, 17:54
Contact:

Post » 12 Feb 2013, 21:04

In Main.Lua ,Line 66. just add a , before every new word :)

User avatar
Mari0Maker
Posts: 1348
Joined: 07 Apr 2012, 17:10
Contact:

Post » 13 Feb 2013, 04:00

Thanks for the help! :)

User avatar
Legend_of_Kirby
Posts: 752
Joined: 14 Oct 2012, 05:37
Contact:

Post » 13 Feb 2013, 04:08

Any way to make they text last longer?

User avatar
Qcode
Posts: 1479
Joined: 05 Feb 2012, 18:00
Contact:

Post » 13 Feb 2013, 04:16

...
Last edited by Qcode on 21 Oct 2021, 09:08, edited 1 time in total.

HAPPYFACES
Posts: 524
Joined: 02 Jun 2012, 03:40

Post » 13 Feb 2013, 04:16

Considering it's drawn while the files are loaded, you can add more stuff to load to make it last longer.

Just got Ninja'd. Damn >-<

User avatar
BobTheLawyer
Posts: 2232
Joined: 01 May 2012, 21:00

Post » 13 Feb 2013, 04:17

HAPPYFACES wrote:Considering it's drawn while the files are loaded, you can add more stuff to load to make it last longer.
That would slow your loading down because you have to add more stuff for it to find, so yes it would last longer, but not necessarily in a good way.

HAPPYFACES
Posts: 524
Joined: 02 Jun 2012, 03:40

Post » 13 Feb 2013, 04:25

BobTheLawyer wrote:
HAPPYFACES wrote:Considering it's drawn while the files are loaded, you can add more stuff to load to make it last longer.
That would slow your loading down because you have to add more stuff for it to find, so yes it would last longer, but not necessarily in a good way.
And that was exactly my point. It's cool to look at and all when you're starting up the game, but I think it's showtime is long enough as-is.

User avatar
Superjustinbros
Posts: 2119
Joined: 29 Mar 2012, 20:39
Contact:

Post » 13 Feb 2013, 05:01

I think I got an idea for what to make the loading texts in my SJB mod. >:)

User avatar
Turtle95
Posts: 1246
Joined: 21 Mar 2012, 21:48
Contact:

Post » 13 Feb 2013, 05:02

BobTheLawyer wrote:
HAPPYFACES wrote:Considering it's drawn while the files are loaded, you can add more stuff to load to make it last longer.
That would slow your loading down because you have to add more stuff for it to find, so yes it would last longer, but not necessarily in a good way.
Not really. A table of strings isn't that big of a lag machine. Now if you added over 10 things in the game, maybe things would get a bit uneasy.

User avatar
TheJonyMyster
Posts: 1795
Joined: 03 Sep 2012, 05:12
Contact:

Post » 13 Feb 2013, 05:06

I can think of plenty of random opening titles. Here:
Stalling
Deleting mappacks
Sharpening knives
Typing more of these
Delaying SE
Correcting an grammar.

User avatar
Superjustinbros
Posts: 2119
Joined: 29 Mar 2012, 20:39
Contact:

Post » 13 Feb 2013, 05:09

TheJonyMyster wrote:I can think of plenty of random opening titles. Here:
Stalling
Deleting mappacks
Sharpening knives
Typing more of these
Delaying SE
Correcting an grammar.
Now do some attacking other forum members, Minecraft, and MLP </JK>

Anyways I have mine... Nothing fun but still gets the job done.

Code: Select all

loadingtexts = {"still there..", "loading..", "give it just a sec..", "hold on", "sometime today..", "don't leave",
					"time for a wakeup call..", "keep it coming", "nothing's broken", "any faster", "enjoy", "welcome",
					"booting..", "really now"}

HAPPYFACES
Posts: 524
Joined: 02 Jun 2012, 03:40

Post » 13 Feb 2013, 05:13

Oh now I HAVE to do this:

Code: Select all

loadingtexts = {"blowing stuff up..", "making a map in ten seconds flat..", "pressing buttons..",
				"running with scissors..", "launching..", "downloading virus..", "it is a joke.", "inventing combustible lemon..",
				"pineapples..", "blinking.."}
Messed around with that before, 'twas fun to see different things :3

User avatar
jokekid
Posts: 81
Joined: 05 Feb 2013, 23:28

Post » 13 Feb 2013, 23:50

would it be possible to make it load instead of one line, several, i mean, not just one line down another, but...

line1
*dissapears*
line2
*game starts*

User avatar
Legend_of_Kirby
Posts: 752
Joined: 14 Oct 2012, 05:37
Contact:

Post » 14 Feb 2013, 00:03

Code: Select all

loadingtexts = {"Making Bob a lawyer"}


User avatar
BobTheLawyer
Posts: 2232
Joined: 01 May 2012, 21:00

Post » 15 Feb 2013, 02:47

Legend_of_Kirby wrote:

Code: Select all

loadingtexts = {"Making Bob a lawyer"}
I love it!
(and thanks TO for using it. I'm getting your mod just for that)

User avatar
TurretBot
Posts: 4413
Joined: 15 Mar 2012, 23:18
Contact:

Post » 15 Feb 2013, 07:23

You'll be able to see it 1/9999999999999999999999999999999999 of all times you open the game! :D
Enjoy!
Last edited by TurretBot on 10 Mar 2015, 02:35, edited 1 time in total.

User avatar
JWinslow23
Posts: 139
Joined: 06 Feb 2013, 01:05

Post » 15 Feb 2013, 09:01

Code: Select all

"DELETING C:\WINDOWS\SYSTEM32..."
"INSTALLING TROSH: THE MOVIE: THE GAME..."
"THINKING THAT SNL WILL BE A GOOD IDEA..."
"SHARING..."
"COMPLETING MY HOMEWORK ASSIGNMENTS IN ON TIME..."
"HAVING TO HELP MY MOM GIVE BIRTH TO TWINS IN THE BACK OF AN OLD, RUSTY ICE CREAM TRUCK..."
"PIE..."
Undesirables.

User avatar
TheJonyMyster
Posts: 1795
Joined: 03 Sep 2012, 05:12
Contact:

Post » 17 Feb 2013, 04:58

We should have a full list (like post you avatars here does)

Post Reply