Custom Portal Colors v2.0

Mods, guides how to use and install mods go right in here.
Post Reply
User avatar
Turtle95
Posts: 1246
Joined: 21 Mar 2012, 21:48
Contact:

Post » 30 Mar 2012, 00:37

Simple little mod for us people who want this. This is for 1.6, the most recent. I shall update it accordingly. They will show up, but only if you change the color's value.

Mari0 v1.6:

http://www.mediafire.com/?6u4sjt8zo0ed324

Those with non-windows, here's the raw .love to extract from the .zip.

http://www.mediafire.com/?2u5ma6f6s56n6j7

Please download the latest LOVE (v0.8.0) if you are non-windows to run the raw .love with custom portal colors.
Last edited by Turtle95 on 27 Jun 2012, 04:22, edited 3 times in total.

User avatar
fakeuser
Posts: 135
Joined: 04 Mar 2012, 01:20

Post » 30 Mar 2012, 19:10

Am I missing something or... how exactly is this different to changing portal colors from options menu?

Camewel
Posts: 2996
Joined: 02 Feb 2012, 21:32

Post » 30 Mar 2012, 19:16

It's to make your portal colours show up in single player.

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

Post » 30 Mar 2012, 22:26

Camewel wrote:It's to make your portal colours show up in single player.
Exactly. I love my portal colors. :D

On another note, why isn't my sig showing? It's supposed to right? It has a clickable image of my Mari0 mod that goes to this thread.

Camewel
Posts: 2996
Joined: 02 Feb 2012, 21:32

Post » 30 Mar 2012, 22:27

Signatures don't show up because they're utterly useless.

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

Post » 30 Mar 2012, 22:30

Camewel wrote:Signatures don't show up because they're utterly useless.
Aw man, so how am I supposed to promote this godly mod?

Camewel
Posts: 2996
Joined: 02 Feb 2012, 21:32

Post » 30 Mar 2012, 22:34

Why would you want to promote it to people who are already on the forum.
If they want it they'll come find it.

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

Post » 30 Mar 2012, 22:34

Camewel wrote:Why would you want to promote it to people who are already on the forum.
If they want it they'll come find it.
True. But the pic is awesome to be honest.. or modest. Something like that. Ah well. Come 'n get it people.

User avatar
Enderborn
Posts: 81
Joined: 07 Feb 2012, 01:10

Post » 30 Mar 2012, 23:50

Could you upload only the modified files, please?

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

Post » 31 Mar 2012, 00:50

Enderborn wrote:Could you upload only the modified files, please?
They are in the first post. The .LOVE is required with the other files, otherwise the .exe would not work.

Camewel
Posts: 2996
Joined: 02 Feb 2012, 21:32

Post » 31 Mar 2012, 00:58

There's a .love file? Where?

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

Post » 31 Mar 2012, 01:08

Camewel wrote:There's a .love file? Where?
Woops, got confused. I had used the .love to make the .exe. Then some command console stuff in a .bat file.. .. yep. This is the result. an exe. Just keep this stuff together guys. All will be happy with portal colors.

Camewel
Posts: 2996
Joined: 02 Feb 2012, 21:32

Post » 31 Mar 2012, 01:12

Apart from people who aren't on windows.

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

Post » 31 Mar 2012, 01:16

Camewel wrote:Apart from people who aren't on windows.
..Right. I'll get the .Love..

User avatar
Enderborn
Posts: 81
Joined: 07 Feb 2012, 01:10

Post » 31 Mar 2012, 01:20

Camewel wrote:Apart from people who aren't on windows.
http://www.mediafire.com/?rr7zm0imdrgrrao
:D

Camewel
Posts: 2996
Joined: 02 Feb 2012, 21:32

Post » 31 Mar 2012, 01:26

Enderborn wrote:
Camewel wrote:Apart from people who aren't on windows.
http://www.mediafire.com/?rr7zm0imdrgrrao
:D
Look at you, with your awesome name and your awesome avatar running around being awesome.
I like you.

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

Post » 31 Mar 2012, 01:29

Camewel wrote:
Enderborn wrote:
Camewel wrote:Apart from people who aren't on windows.
http://www.mediafire.com/?rr7zm0imdrgrrao
:D
Look at you, with your awesome name and your awesome avatar running around being awesome.
I like you.
I don't know if that works. However, the first post contains the .love now.

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 07 Apr 2012, 21:29

Hey, could you upload the modified .lua files? I'm making a mod and it be awesome if that was in it too but I'm not sure what you changed to allow this.

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

Post » 07 Apr 2012, 22:34

Zlmpery wrote:Hey, could you upload the modified .lua files? I'm making a mod and it be awesome if that was in it too but I'm not sure what you changed to allow this.
Mario.lua

Main.lua

Mario:

self.portalcolor = {#,#,#}
self.portalcolor = {#.#,#}

Replace those with the lines below it (the customportalcolor[1]/[2])

Main:

in the keypress:

if gamestate == "options" and key == "r" then
portalcolor[1] = {{#,#,#} , {#, #, #}}
end

Those are the default colors used from Mario.lua.

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

Post » 31 May 2012, 20:53

can someone re-upload this because the files are deleted

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

Post » 31 May 2012, 20:57

supermarioportal2 wrote:can someone re-upload this because the files are deleted
I have these inside my new mod, Mari0 1.6: Chell Edition. But if you just want these, I'll find 'em.

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

Post » 31 May 2012, 21:44

Turtle95 wrote:
supermarioportal2 wrote:can someone re-upload this because the files are deleted
I have these inside my new mod, Mari0 1.6: Chell Edition. But if you just want these, I'll find 'em.
cool thanks and chell edition that's getting strange first Mario: Se , them mari0 : Me now mari0 che so ors so what it will be about ?

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

Post » 01 Jun 2012, 19:09

supermarioportal2 wrote:
Turtle95 wrote:
supermarioportal2 wrote:can someone re-upload this because the files are deleted
I have these inside my new mod, Mari0 1.6: Chell Edition. But if you just want these, I'll find 'em.
cool thanks and chell edition that's getting strange first Mario: Se , them mari0 : Me now mari0 che so ors so what it will be about ?
Nothing. Just you get Chell sprites and portal 2 sounds. That's all. I could make Chell a mode in Mari0: CE like Minecraft and gelcannon are. It's a matter of coding.

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

Post » 27 Jun 2012, 04:22

So clearly something's wrong for whatever reason with the original link in the first post. However, I managed to update the mod. Here it is:

http://www.mediafire.com/?frjt4rtkwzpeo9x

Now the particles are the color of your custom portals!

Post Reply