zeranta

Member
Apr 23, 2023
223
214
It's been a long time since I stop playing the game. Does save issue from old version to new version still a thing ?
 

Clemency

Active Member
Jan 21, 2024
949
1,208
Is the Well Hung trait the biggest dick you get in the current version?
No. The new one (titan) is not yet implemented in character creation but you can set it via debug menu cheats or cheating via console command.
It's been a long time since I stop playing the game. Does save issue from old version to new version still a thing ?
Depends on how old your save file. Is it from December of 2023? You have to patch it using any of the patch compatible versions (0.8.3 to 0.8.3.3).
 

zeranta

Member
Apr 23, 2023
223
214
Depends on how old your save file. Is it from December of 2023? You have to patch it using any of the patch compatible versions (0.8.3 to 0.8.3.3).
No, but I was playing the game around that time or even older. The game was having problem with save files from old version to new version. Now I just need to know if it's still a thing. I'm not fancy playing all over again.
 

Clemency

Active Member
Jan 21, 2024
949
1,208
No, but I was playing the game around that time or even older. The game was having problem with save files from old version to new version. Now I just need to know if it's still a thing. I'm not fancy playing all over again.
Save files saved to disk from 0.8.3 works in 0.8.3.9.

Save files saved to disk from 0.8.2.3 needs to be patched to 0.8.3 to work in 0.8.3.9. The use of the general debug option too in 0.8.3 to make sure you can pick at least some of the character creation traits the 0.8.3 rework made available to all players. You are probably not going to have as much traits but if you want to preserve some uncapped stat gains from the old save file, sure.

Save files saved to disk from 0.8.0 or something probably needs to be loaded into 0.8.2.3, saved to disk, patched to 0.8.3 to work in 0.8.3.9.
 

Advanprince

Newbie
Jan 17, 2021
83
19
Does the quest that enable to built news office complete?

because when i asked Nicole about hopes & dreams, nothing came out.
 

Zarkhy

Well-Known Member
Nov 4, 2018
1,114
730
Does the quest that enable to built news office complete?

because when i asked Nicole about hopes & dreams, nothing came out.
What's your affection level?

And did you check whether or not you have the option to build a news office now?
 

khumak

Engaged Member
Oct 2, 2017
3,883
3,946
What's your affection level?

And did you check whether or not you have the option to build a news office now?
Check her corruption as well. If she's too corrupt then all she wants is dick. That messes up a lot of quests if you don't do them before they get too corrupt.
 

Rover55

Member
Aug 12, 2017
162
106
Is there any point to prefer HULC armor over Wega one? Hulc doesn't regenerate health, its soak only few points better and it is more expensive to repair
 

Clemency

Active Member
Jan 21, 2024
949
1,208
Is there any point to prefer HULC armor over Wega one? Hulc doesn't regenerate health, its soak only few points better and it is more expensive to repair
It's harder to damage so you do not need to repair as much. But yes, its repair is more punishing when it is finally time to repair it, especially at Grimdark + A Dying World difficulty.

I am not sure if anyone actually calculated and compared lifetime repair cost between the two armors yet. I am also not sure if HULC parts market supply has a limit (especially since A Dying World has a limit on how much HULC armor you can buy directly) and if they regenerate. There is no market supply limit set in the shop and I spammed click and bought up to 160 parts right now and have not hit any limit yet. I know the amount you can get from quests and tier 7 bounties are fixed and, when the limit is reached, tier 7 bounties never drop any more. The shop is unknown to me. The prices does ramp up fast but it caps around here I think (maybe affected by Ikaanos Prosperity):

Screenshot 2025-01-09 040832.png
What is the purpose of Ironman mode ?? does it help you capture the enemies easier ?
It's a challenge mode. Your NPCs can permanently die in combat when their HP hits the double-digit negatives like when they are at 10 HP remaining and take 30+ damage. That's about it.

Capturing enemies is guaranteed by last hitting them with a Whipping Cane you buy from Abbot Roo's store or Devious Tools. This works for all difficulties.
 
Last edited:
  • Like
Reactions: Rover55 and zeranta

adanu

Member
Mar 28, 2020
236
344
Yes
You don't have permission to view the spoiler content. Log in or register now.
I will say though that the new cheat menu should probably handle most of what you need.
What cheat menu? Also, can you be more specific than 'npc in the list'. When you're dealing with coding language, specific language is best. Thank you for your help.
 

Druid

Newbie
Dec 15, 2017
89
73
What cheat menu? Also, can you be more specific than 'npc in the list'. When you're dealing with coding language, specific language is best. Thank you for your help.
Under the Npc menu in an NPC's action section there should be a cheat button. It'll let you mode multiple stats.
'NPC in the list' is exactly what it says, under the list in the sugarcube variables there should be something you can click on titled npc, going in will bring you to every NPC in the game listed under their number code (which I don't know off the top of my head). Find the one you're wanting to change, then you can change whatever you want in their variables.
 

Clemency

Active Member
Jan 21, 2024
949
1,208
Under the Npc menu in an NPC's action section there should be a cheat button. It'll let you mode multiple stats.
'NPC in the list' is exactly what it says, under the list in the sugarcube variables there should be something you can click on titled npc, going in will bring you to every NPC in the game listed under their number code (which I don't know off the top of my head). Find the one you're wanting to change, then you can change whatever you want in their variables.
The NPC Debug which allows you to cheat only shows up in Tier 4+ htmls and htmls modded for Tier 4+ access as far as I know.
Anyone having a problem with Lt. Skye not showing up on the ship?
Is this your first time trying to meet her? If yes, is she the pilot of the space shuttle you rode up to the Mastersphere?
What cheat menu? Also, can you be more specific than 'npc in the list'. When you're dealing with coding language, specific language is best. Thank you for your help.
Enter this in the console:
Code:
cheatgirlname = "mae"
for (const [key, value] of Object.entries(SugarCube.State.active.variables.npc)) {
    if (value.hasOwnProperty("girlname")) {
        if (value.girlname.toLowerCase() == cheatgirlname.toLowerCase()) {
            console.log(value.girlname+' identified as SugarCube.State.active.variables.npc.'+key);
            cheatgirl = SugarCube.State.active.variables.npc[key]
            console.log('Modify like this: cheatgirl.age = 18');
        }
    }
}
Replace mae with the name of the girl.

To cheat her strength to 100, type in afterwards

cheatgirl.str = 100

Figure out the rest of the variables.
 

Rover55

Member
Aug 12, 2017
162
106
I hope in the future it would be possible to corrupt Clea completely and enslave her without her pulling out funny pills
 
Aug 13, 2017
132
66
The NPC Debug which allows you to cheat only shows up in Tier 4+ htmls and htmls modded for Tier 4+ access as far as I know.

Is this your first time trying to meet her? If yes, is she the pilot of the space shuttle you rode up to the Mastersphere?

Enter this in the console:
Code:
cheatgirlname = "mae"
for (const [key, value] of Object.entries(SugarCube.State.active.variables.npc)) {
    if (value.hasOwnProperty("girlname")) {
        if (value.girlname.toLowerCase() == cheatgirlname.toLowerCase()) {
            console.log(value.girlname+' identified as SugarCube.State.active.variables.npc.'+key);
            cheatgirl = SugarCube.State.active.variables.npc[key]
            console.log('Modify like this: cheatgirl.age = 18');
        }
    }
}
Replace mae with the name of the girl.

To cheat her strength to 100, type in afterwards

cheatgirl.str = 100

Figure out the rest of the variables.
I"ve done the quest before and know who and where she is supposed to be but she isn't even appearing when I go to the ship.
 

megamanx06

Member
Mar 13, 2019
250
267
What's their body types? Should be easier for very petite, petite, and normal body types. Beyond that, you need to feed them on top of their rations to probably guarantee it.
Thanks for your help. The main two I'm raising now are the ex-arena champion and Akari Ito. Arena champ starts at Body 4 (well-built) so yeah guess I just need to take her to the golden dragon with a full course meal every day until she goes up. The one that confuses me now is Akari. She's got a genetic body type of Normal (size 3) which according to the wiki should go up when she hits 75kg, but she's closing in on 85 now and still at normal. The description in the inventory screen says she's overweight too. I'm confused.
1736389340494.png
I also have a very petite (size 1) and a petite (size 2) that are both at 70kg who are also not going up to the next size
 
  • Like
Reactions: MAFARKA
4.50 star(s) 153 Votes