[Request] Idol Manager

Ask about cheats/tables for single player games here
zeawave
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Aug 05, 2021 2:48 am
Reputation: 0

Re: [Request] Idol Manager

Post by zeawave »

sick pand wrote:
Thu Aug 05, 2021 1:19 am
hioujopi wrote:
Wed Aug 04, 2021 8:58 pm
It's in C:\Users\<yourname>\AppData\LocalLow\Glitch Pitch\Idol Manager\data
depending on the type of the save (manual, autosave, storymode) open the save.json file, edit the values, save the changes then load it in game, no need to open and close the exe everytime.
I alreaday try try this can't find AppData folder
You need to select to view hidden items in view tab in explorer.

sick pand
Cheater
Cheater
Posts: 38
Joined: Mon Oct 19, 2020 12:28 pm
Reputation: 4

Re: [Request] Idol Manager

Post by sick pand »

zeawave wrote:
Thu Aug 05, 2021 2:51 am
sick pand wrote:
Thu Aug 05, 2021 1:19 am
hioujopi wrote:
Wed Aug 04, 2021 8:58 pm
It's in C:\Users\<yourname>\AppData\LocalLow\Glitch Pitch\Idol Manager\data
depending on the type of the save (manual, autosave, storymode) open the save.json file, edit the values, save the changes then load it in game, no need to open and close the exe everytime.
I alreaday try try this can't find AppData folder
You need to select to view hidden items in view tab in explorer.
yep i just notice it couple hour ago by manual enter "C:\Users\<yourname>\AppData\" lol

sick pand
Cheater
Cheater
Posts: 38
Joined: Mon Oct 19, 2020 12:28 pm
Reputation: 4

Re: [Request] Idol Manager

Post by sick pand »

fyi I just want to share what i find in save file

1.idol trait "trait": 10,

1 : Prodigy - Training sessions are 30% faster
2 : Hypochondriac - Spends 2x stamina on handshake events
3 : Thick Skin - Immune to bullying and online harassment
4 : Clumsy - Penalty to dance, bonus to comedy
5 : Jack of All Trades - Idol learns 50% faster on their lowest stat
6 : Annoying - Other girls consume 1.2x stamina in group activities
7 : Tenacious - At below 50 Stamina, 30% chance to consume no Stamina on any activities
8 : Lazy - Lowers max physical stamina by 30
9 : Misandry - Interacts poorly with male fans (20% chance to get negative opinion after handshake event)
10 : Asexual - Doesn't get involved in relationships
11 : Indiscreet - Prone to leak information on interviews and social media
12 : Snitch - Reports possible scandal even if relationship level requirement is not met
13 : Maternal - Gets along better with younger girls
14 : Precocious - Gets along better with older girls
15 : Weak vocal chords - Spend 2x more stamina on performances
16 : Underdog - Bonus to all stats if your latest single didn't top the chart
17 : Defeatist - Penalty to all stats if your latest single didn't top the chart
18 : Worrier - Penalty to all stats if your group has scandal points
19 : Arrogant - Becomes less likeable after centering a single
20 : Complacent - Decrease to performance stat after centering a single (penalty to vocal and dance)
21 : Lone Wolf - Stat bonus when hosting a show alone
22 : Anxiety - Gets a slight reduction in all stats when you have a big event in production
23 : Live Fast - Amplifies stat loss due to aging
24 : Late Bloomer - Stats increase with age instead of declining
25 : Forgiving - Doesn't hold a grudge
26 : Paranoid - More likely to report real scandals to player, chance of false report
27 : Secretive - Won't report scandals/problems to the player
28 : Trendy - Bonus appeal with teen and young adult fans, less appeal with adult fans
29 : Perfectionist - Takes a hit to mental stamina when a event they participated on goes poorly
30 : High Maintenance - Drains stamina 1.5x faster, Spa treatment recovers 4x more stamina
31 : Photogenic - 2x bonus to photoshoot payments
32 : Meme Queen - Increase chance of viral marketing campaign and minor boost to all online content
33 : Amorous - More prone to romantic involvement
34 : Loyal - Events that would damage relationship hurts less
35 : Steadfast - Penalty for low stamina are drastically reduced
36 : Resilient - Recovers faster when stamina falls below 65%
37 : Shameless - Unafraid of scandals

2.you can chage idol age by change her birth day
3.max staff skill level = (search staff name) and looking for "exp": 500000.0,
ur char got no name looking for ""
4.max relation,inf,romance = "Rel_Friendship_Points": 512,
ps.it kinda funny when i edit all my idol trait in to 10 (Asexual - Doesn't get involved in relationships) they start to date each other lol

qweasdzxc17
Expert Cheater
Expert Cheater
Posts: 167
Joined: Wed Apr 19, 2017 10:41 am
Reputation: 79

Re: [Request] Idol Manager

Post by qweasdzxc17 »

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>0</ID>
      <Description>"Always Platinum Idol (Nationwide Audition)"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : IM.exe
  Version: 2019.4.23.19969
  Date   : 2021-08-05
  Author : qweas

  This always generates a Platinum Idol on Nationwide Audition
}

[ENABLE]
{$lua}
if syntaxcheck then return end
LaunchMonoDataCollector()
{$asm}
aobscanregion(PlatGenNation,Auditions:GenerateGirlTypes+140,Auditions:GenerateGirlTypes+150,83 F8 02 7D 1E 49 8B CD 33 D2 41 B8 02 00 00 00)
registersymbol(PlatGenNation)

PlatGenNation:
db 83 F8 03 7D 1E 49 8B CD 33 D2 41 B8 03

[DISABLE]
PlatGenNation:
db 83 F8 02 7D 1E 49 8B CD 33 D2 41 B8 02

unregistersymbol(PlatGenNation)

{
// ORIGINAL CODE - INJECTION POINT: Auditions:GenerateGirlTypes+140

Auditions:GenerateGirlTypes+119: 49 8B F5                       - mov rsi,r13
Auditions:GenerateGirlTypes+11c: 45 33 FF                       - xor r15d,r15d
Auditions:GenerateGirlTypes+11f: 41 83 7D 00 00                 - cmp dword ptr [r13+00],00
Auditions:GenerateGirlTypes+124: 48 63 46 18                    - movsxd  rax,dword ptr [rsi+18]
Auditions:GenerateGirlTypes+128: 44 3B F8                       - cmp r15d,eax
Auditions:GenerateGirlTypes+12b: 0F 83 9F 01 00 00              - jae Auditions:GenerateGirlTypes+2d0
Auditions:GenerateGirlTypes+131: 48 8B 46 10                    - mov rax,[rsi+10]
Auditions:GenerateGirlTypes+135: 49 63 CF                       - movsxd  rcx,r15d
Auditions:GenerateGirlTypes+138: 48 8D 44 88 20                 - lea rax,[rax+rcx*4+20]
Auditions:GenerateGirlTypes+13d: 48 63 00                       - movsxd  rax,dword ptr [rax]
// ---------- INJECTING HERE ----------
Auditions:GenerateGirlTypes+140: 83 F8 02                       - cmp eax,02
// ---------- DONE INJECTING  ----------
Auditions:GenerateGirlTypes+143: 7D 1E                          - jnl Auditions:GenerateGirlTypes+163
Auditions:GenerateGirlTypes+145: 49 8B CD                       - mov rcx,r13
Auditions:GenerateGirlTypes+148: 33 D2                          - xor edx,edx
Auditions:GenerateGirlTypes+14a: 41 B8 02 00 00 00              - mov r8d,00000002
Auditions:GenerateGirlTypes+150: 41 83 7D 00 00                 - cmp dword ptr [r13+00],00
Auditions:GenerateGirlTypes+155: 90                             - nop 
Auditions:GenerateGirlTypes+156: 49 BB 30 5E 7B 49 4E 01 00 00  - mov r11,System.Collections.Generic:List`1:set_Item
Auditions:GenerateGirlTypes+160: 41 FF D3                       - call r11
Auditions:GenerateGirlTypes+163: 66 66 90                       - nop 3
Auditions:GenerateGirlTypes+166: 49 BB D0 5E 7B 49 4E 01 00 00  - mov r11,ScandalPoints:GetScandalPoints
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Basically just this
Spoiler

Code: Select all

private List<Auditions.data._girl._type> GenerateGirlTypes(Auditions.type Type)
	{
		List<Auditions.data._girl._type> list = new List<Auditions.data._girl._type>();
		for (int i = 0; i < this.NumberOfGirls; i++)
		{
			list.Add(this.GenerateGirlType(Type));
		}
		if (Type != Auditions.type.local)
		{
			if (Type == Auditions.type.regional)
			{
				if (list[0] < Auditions.data._girl._type.silver)
				{
					list[0] = Auditions.data._girl._type.silver;
				}
			}
			else if (Type == Auditions.type.nationwide && list[0] < Auditions.data._girl._type.golden)
			{
				list[0] = Auditions.data._girl._type.golden;
			}
		}
to this
Spoiler

Code: Select all

	
private List<Auditions.data._girl._type> GenerateGirlTypes(Auditions.type Type)
	{
		List<Auditions.data._girl._type> list = new List<Auditions.data._girl._type>();
		for (int i = 0; i < this.NumberOfGirls; i++)
		{
			list.Add(this.GenerateGirlType(Type));
		}
		if (Type != Auditions.type.local)
		{
			if (Type == Auditions.type.regional)
			{
				if (list[0] < Auditions.data._girl._type.silver)
				{
					list[0] = Auditions.data._girl._type.silver;
				}
			}
			else if (Type == Auditions.type.nationwide && list[0] < Auditions.data._girl._type.platinum)
			{
				list[0] = Auditions.data._girl._type.platinum;
			}
		}

xspeed
Expert Cheater
Expert Cheater
Posts: 137
Joined: Thu Mar 29, 2018 7:14 am
Reputation: 18

Re: [Request] Idol Manager

Post by xspeed »

Can anyone create a table with edit options? I mean I know you can edit every Idols in save file but I want to do it by table. Same for money and research points.

AvivXi
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Feb 22, 2021 12:48 am
Reputation: 0

Re: [Request] Idol Manager

Post by AvivXi »

Spoiler
aanpsx wrote:
Wed Jul 28, 2021 1:21 pm
Here (for now)..
Image
nos4r2 wrote:
Wed Jul 28, 2021 2:33 pm
...
Max Friendship
Max Influence
Max Romance
Zero Salary

These option doesn't seem to be working i try activate all of them but when socializing gauge still fill up normally not max out zero salary also not work idol and staff still eat salary
Image
basically it's work, but...
Please update
In version 1.0.2, the game crashes

xj7894
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Oct 09, 2018 7:26 am
Reputation: 0

Re: [Request] Idol Manager

Post by xj7894 »

Single's marketing percentage always 'Great Succed%' plz

rizazil
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Aug 11, 2021 6:58 am
Reputation: 0

Re: [Request] Idol Manager

Post by rizazil »

Please update In version 1.0.2, and please Single's marketing percentage always 'Great Succed%' tks.

DummyTone
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Aug 12, 2021 2:52 pm
Reputation: 0

Re: [Request] Idol Manager

Post by DummyTone »

qweasdzxc17 wrote:
Sun Aug 08, 2021 8:24 pm

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>0</ID>
      <Description>"Always Platinum Idol (Nationwide Audition)"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : IM.exe
  Version: 2019.4.23.19969
  Date   : 2021-08-05
  Author : qweas

  This always generates a Platinum Idol on Nationwide Audition
}

[ENABLE]
{$lua}
if syntaxcheck then return end
LaunchMonoDataCollector()
{$asm}
aobscanregion(PlatGenNation,Auditions:GenerateGirlTypes+140,Auditions:GenerateGirlTypes+150,83 F8 02 7D 1E 49 8B CD 33 D2 41 B8 02 00 00 00)
registersymbol(PlatGenNation)

PlatGenNation:
db 83 F8 03 7D 1E 49 8B CD 33 D2 41 B8 03

[DISABLE]
PlatGenNation:
db 83 F8 02 7D 1E 49 8B CD 33 D2 41 B8 02

unregistersymbol(PlatGenNation)

{
// ORIGINAL CODE - INJECTION POINT: Auditions:GenerateGirlTypes+140

Auditions:GenerateGirlTypes+119: 49 8B F5                       - mov rsi,r13
Auditions:GenerateGirlTypes+11c: 45 33 FF                       - xor r15d,r15d
Auditions:GenerateGirlTypes+11f: 41 83 7D 00 00                 - cmp dword ptr [r13+00],00
Auditions:GenerateGirlTypes+124: 48 63 46 18                    - movsxd  rax,dword ptr [rsi+18]
Auditions:GenerateGirlTypes+128: 44 3B F8                       - cmp r15d,eax
Auditions:GenerateGirlTypes+12b: 0F 83 9F 01 00 00              - jae Auditions:GenerateGirlTypes+2d0
Auditions:GenerateGirlTypes+131: 48 8B 46 10                    - mov rax,[rsi+10]
Auditions:GenerateGirlTypes+135: 49 63 CF                       - movsxd  rcx,r15d
Auditions:GenerateGirlTypes+138: 48 8D 44 88 20                 - lea rax,[rax+rcx*4+20]
Auditions:GenerateGirlTypes+13d: 48 63 00                       - movsxd  rax,dword ptr [rax]
// ---------- INJECTING HERE ----------
Auditions:GenerateGirlTypes+140: 83 F8 02                       - cmp eax,02
// ---------- DONE INJECTING  ----------
Auditions:GenerateGirlTypes+143: 7D 1E                          - jnl Auditions:GenerateGirlTypes+163
Auditions:GenerateGirlTypes+145: 49 8B CD                       - mov rcx,r13
Auditions:GenerateGirlTypes+148: 33 D2                          - xor edx,edx
Auditions:GenerateGirlTypes+14a: 41 B8 02 00 00 00              - mov r8d,00000002
Auditions:GenerateGirlTypes+150: 41 83 7D 00 00                 - cmp dword ptr [r13+00],00
Auditions:GenerateGirlTypes+155: 90                             - nop 
Auditions:GenerateGirlTypes+156: 49 BB 30 5E 7B 49 4E 01 00 00  - mov r11,System.Collections.Generic:List`1:set_Item
Auditions:GenerateGirlTypes+160: 41 FF D3                       - call r11
Auditions:GenerateGirlTypes+163: 66 66 90                       - nop 3
Auditions:GenerateGirlTypes+166: 49 BB D0 5E 7B 49 4E 01 00 00  - mov r11,ScandalPoints:GetScandalPoints
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Basically just this
Spoiler

Code: Select all

private List<Auditions.data._girl._type> GenerateGirlTypes(Auditions.type Type)
	{
		List<Auditions.data._girl._type> list = new List<Auditions.data._girl._type>();
		for (int i = 0; i < this.NumberOfGirls; i++)
		{
			list.Add(this.GenerateGirlType(Type));
		}
		if (Type != Auditions.type.local)
		{
			if (Type == Auditions.type.regional)
			{
				if (list[0] < Auditions.data._girl._type.silver)
				{
					list[0] = Auditions.data._girl._type.silver;
				}
			}
			else if (Type == Auditions.type.nationwide && list[0] < Auditions.data._girl._type.golden)
			{
				list[0] = Auditions.data._girl._type.golden;
			}
		}
to this
Spoiler

Code: Select all

	
private List<Auditions.data._girl._type> GenerateGirlTypes(Auditions.type Type)
	{
		List<Auditions.data._girl._type> list = new List<Auditions.data._girl._type>();
		for (int i = 0; i < this.NumberOfGirls; i++)
		{
			list.Add(this.GenerateGirlType(Type));
		}
		if (Type != Auditions.type.local)
		{
			if (Type == Auditions.type.regional)
			{
				if (list[0] < Auditions.data._girl._type.silver)
				{
					list[0] = Auditions.data._girl._type.silver;
				}
			}
			else if (Type == Auditions.type.nationwide && list[0] < Auditions.data._girl._type.platinum)
			{
				list[0] = Auditions.data._girl._type.platinum;
			}
		}
Can you tell us how to use this table to always have platinum idols drop?

DummyTone
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Aug 12, 2021 2:52 pm
Reputation: 0

Re: [Request] Idol Manager

Post by DummyTone »

bump

bakaraider
Cheater
Cheater
Posts: 26
Joined: Fri Mar 03, 2017 6:24 pm
Reputation: 3

Re: [Request] Idol Manager

Post by bakaraider »

aanpsx wrote:
Wed Jul 28, 2021 1:21 pm
Here (for now)..
Image
nos4r2 wrote:
Wed Jul 28, 2021 2:33 pm
...
Max Friendship
Max Influence
Max Romance
Zero Salary

These option doesn't seem to be working i try activate all of them but when socializing gauge still fill up normally not max out zero salary also not work idol and staff still eat salary
Image
basically it's work, but...
Please could you update this table for ver.1.03 all of the cheats aren't functioning anymore, thank you!

User avatar
yamisakura
Cheater
Cheater
Posts: 31
Joined: Wed Oct 16, 2019 7:24 pm
Reputation: 6

Re: [Request] Idol Manager

Post by yamisakura »

plz update v.1.0.5 ...

madahabr
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Oct 26, 2021 12:12 am
Reputation: 0

Re: [Request] Idol Manager

Post by madahabr »

hey guys, any chance to update this to 1.0.5?

jeunnie
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Oct 26, 2021 1:33 pm
Reputation: 0

Re: [Request] Idol Manager

Post by jeunnie »

could you please add an option to multiply fan amount? thanks ^^

User avatar
Eychi
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Jun 30, 2022 3:35 pm
Reputation: 0

Re: [Request] Idol Manager Update

Post by Eychi »

Any New Updates for Version 1.0.6?

Post Reply

Who is online

Users browsing this forum: Hecate59, icat8x, thanator1412, Tyrant-AJ