# colour(Bacon/Potato)GunX
# Custom bacon gun colour indexes (Google "hex color codes" if you don't understand)
# Format: #<colour index> or 0x<colour index>
# Eg: #ffffff or 0xffffff for white
S:colourBaconGun1=#ffffff
S:colourBaconGun2=#ffffff
S:colourPotatoGun1=#ffffff
S:colourPotatoGun2=#ffffff
# Boolean:
# Does the bacon gun's portals have a custom colour?
I:customBaconGunColour=0
# Boolean:
# Does the potato gun's portals have a custom colour?
I:customPotatoGunColour=0
# Boolean:
# Does the bacon gun's portals have a custom colour?
I:customBaconGunColour=1
# Boolean:
# Does the potato gun's portals have a custom colour?
I:customPotatoGunColour=1
You need to go into the configs for the Portal Gun mod. It should be in your configs folder, and it should be called portalgun.cfg or something. Once there, you want to find these lines:
Change the bits with #ffffff to any HTML colour code you like (a good place to find those is here), and change the bits beside "customBaconGunColour" and "customPotatoGunColour" to 1, like so:Code:# colour(Bacon/Potato)GunX # Custom bacon gun colour indexes (Google "hex color codes" if you don't understand) # Format: #<colour index> or 0x<colour index> # Eg: #ffffff or 0xffffff for white S:colourBaconGun1=#ffffff S:colourBaconGun2=#ffffff S:colourPotatoGun1=#ffffff S:colourPotatoGun2=#ffffff # Boolean: # Does the bacon gun's portals have a custom colour? I:customBaconGunColour=0 # Boolean: # Does the potato gun's portals have a custom colour? I:customPotatoGunColour=0
If I've been unclear, I'm very sorry but I'm a terrible explainer.Code:# Boolean: # Does the bacon gun's portals have a custom colour? I:customBaconGunColour=1 # Boolean: # Does the potato gun's portals have a custom colour? I:customPotatoGunColour=1
Oh. lol. Ok I will try thatThat is how you choose those colours. Everybody sets their own colour codes in their configs, and it should just work.
What are the color codes that the Portal Gun mod uses by default? The reason I ask is because I'd like to have the potato gun's colors be identical to the default colors, while my bacon gun would be the colors of my choice.-snip-
What are the color codes that the Portal Gun mod uses by default? The reason I ask is because I'd like to have the potato gun's colors be identical to the default colors, while my bacon gun would be the colors of my choice.
No, I mean what color codes would I have to enter in the custom code area for my portal gun to have the same colors as the default portal gun.The config says black and white, respectively, but it's randomly generated.
No, I mean what color codes would I have to enter in the custom code area for my portal gun to have the same colors as the default portal gun.
Thanks for the amazingly quick response though!
Slightly too dark, but I'll live with it! I'll just pretend the potato smudges the portal colorsIf I'm right, the blue portal's colour code is 0754A1 and orange's is C28606.
If you screenshot the default portals (in single player if you are on a server and dont have one) then just use any image editing software to give you the hex codes of those pixels. Even paint has the eye dropper tool thing that will do this.
Thaaaat's... what I did.