Unity Completed Pinup Ball - Sexy Strip Pinball [v1.06] [Electrify Spa]

3.20 star(s) 5 Votes

F99xyz

Newbie
Sep 18, 2020
19
2
Save seems to be at C:\Users\(username)\AppData\LocalLow\Electrify\Pinup-Ball but it doesn't seems to have anything useful.
A hard game... much harder than in win xp...:cry::cry: ,hope some kind man post the save file.
 

Anonymous50000

Newbie
Modder
Jan 4, 2018
97
344
A hard game... much harder than in win xp...:cry::cry: ,hope some kind man post the save file.
It's not a save but it's do what you want I think

Modified Assembly Csharp (1.06):
-Coin get you 10000
-Locked at 100 stars
(edit)
forgot that all extra balls costs 1 and the 10 pack gave you 10000 balls to play

Install extract in the main game folder
 
Last edited:

Cromantin

Newbie
Sep 15, 2020
19
2
It's not a save but it's do what you want I think

Modified Assembly Csharp (1.06):
-Coin get you 10000
-Locked at 100 stars
(edit)
forgot that all extra balls costs 1 and the 10 pack gave you 10000 balls to play

Install extract in the main game folder
If you don't mind, can you tell me the changes you did?
 

Anonymous50000

Newbie
Modder
Jan 4, 2018
97
344
C:
In class CoinGenerator (changed  protected int ValuePerCoin to 10000;)
In class ExtraBallsUI (changed
private readonly int[] Prices = new int[] (Value Of the buyable balls pack)
    {
        1,
        1,
        1,
        1
    }; and
    private readonly int[] NumBalls = new int[] (Number of Balls in the buyable balls pack)
    {
        4,
        5,
        7,
        10000
    };)
In class PersistentData (changed
    public static int TotalStars
    {
        get
        {
            return 100;
        }
    })
 
  • Like
Reactions: Cromantin

Cromantin

Newbie
Sep 15, 2020
19
2
C:
In class CoinGenerator (changed  protected int ValuePerCoin to 10000;)
In class ExtraBallsUI (changed
private readonly int[] Prices = new int[] (Value Of the buyable balls pack)
    {
        1,
        1,
        1,
        1
    }; and
    private readonly int[] NumBalls = new int[] (Number of Balls in the buyable balls pack)
    {
        4,
        5,
        7,
        10000
    };)
In class PersistentData (changed
    public static int TotalStars
    {
        get
        {
            return 100;
        }
    })
Thanks
 

JustJane

Member
Jun 13, 2021
172
451
Full save attached. All the girls, all the photos, all the stars, and money for spend on flipper balls :)

You have to copy this to c:\users\(yourname)\appdata\romaing\goldberg SteamEmu Saves\
 
3.20 star(s) 5 Votes