What is your preference for my 2025 Project ( search thread for "Poll 2025" to see details)

  • GAME 1 - Hex Academy

    Votes: 873 10.2%
  • GAME 2 - Arcane Academy: Goblin Uprising

    Votes: 1,388 16.2%
  • GAME 3 - Sexbot Rebellion

    Votes: 908 10.6%
  • GAME 4 - Dairy Dynasty

    Votes: 849 9.9%
  • GAME 5 - Space Journey X Continued

    Votes: 3,075 35.9%
  • Any above OK with me

    Votes: 1,327 15.5%
  • Something else

    Votes: 139 1.6%

  • Total voters
    8,559

Chrisdarock19

Well-Known Member
Oct 15, 2018
1,221
1,727
Holy jesus christ can somebody post the EXACT COMMAND ! I have to type into the console to give myself AI CORES
I tried -
GAME.ship.loadWare "ITMAICore" - DOES NOTHING
GAME.ship.loadWare ITMAICore - DOES NOTHING
GAME.ship.loadWare (ITMAICore) - DOES NOTHING
GAME.ship.loadWare ("ITMAICore") - DOES NOTHING
GAME.ship.cargo += [GAME.items["ITMAICore"]]*4
This give you 4, change the number at the end as desired.
You can find this in the folder "game" in "01_DEBUG.rpy" and folder "200_init" has "205_init_items.rpy" which lists all items in the game.
 

Sin-X

God of Death
Donor
Apr 30, 2017
275
411
Thanks a lot. Fixed in v1.20
You can sell/scrape Type J and the supermodel gets 1.4x multiplier from v1.20
I'm trying out 2.00 and i can't see any way to scrap or sell these shell they don't show in bot management or normal cargo, please help my inventory is full of them and it's getting annoying XD
 

Globraxor

New Member
Aug 7, 2024
2
1
GAME.ship.cargo += [GAME.items["ITMAICore"]]*4
This give you 4, change the number at the end as desired.
You can find this in the folder "game" in "01_DEBUG.rpy" and folder "200_init" has "205_init_items.rpy" which lists all items in the game.
You are a Fucking G .. Thank you so much . It should really be updated in the list of console commands. Cheers mate
 
  • Like
Reactions: Chrisdarock19

Hermenegild

Active Member
Sep 18, 2017
500
267
Holy jesus christ can somebody post the EXACT COMMAND ! I have to type into the console to give myself AI CORES
I tried -
GAME.ship.loadWare "ITMAICore" - DOES NOTHING
GAME.ship.loadWare ITMAICore - DOES NOTHING
GAME.ship.loadWare (ITMAICore) - DOES NOTHING
GAME.ship.loadWare ("ITMAICore") - DOES NOTHING
GAME.ship.loadWare ("ITMAICore") works, check again.
Although why would you need to do so is beyond me. I have plenty and no real use for them.
 

Cirdon

Well-Known Member
Nov 27, 2019
1,335
1,973
Holy jesus christ can somebody post the EXACT COMMAND ! I have to type into the console to give myself AI CORES
I tried -
GAME.ship.loadWare "ITMAICore" - DOES NOTHING
GAME.ship.loadWare ITMAICore - DOES NOTHING
GAME.ship.loadWare (ITMAICore) - DOES NOTHING
GAME.ship.loadWare ("ITMAICore") - DOES NOTHING
You forgot one vital element. $ in front of the command.

Code:
$ GAME.ship.loadWare("ITMAICore")
 

Loffy-chan

Newbie
Dec 27, 2023
29
52
Holy jesus christ can somebody post the EXACT COMMAND ! I have to type into the console to give myself AI CORES
I tried -
GAME.ship.loadWare "ITMAICore" - DOES NOTHING
GAME.ship.loadWare ITMAICore - DOES NOTHING
GAME.ship.loadWare (ITMAICore) - DOES NOTHING
GAME.ship.loadWare ("ITMAICore") - DOES NOTHING
For a single AI Core type in:
GAME.ship.loadWare("ITMAICore")

For several try this:
for x in range(10): GAME.ship.loadWare("ITMAICore")

Just copy/paste the one you want. Your issue seems to be a space between Ware and the first bracket.

Edit: I was so beaten to this, my brain is too tired and the other solution was better. Just a random thing though, we have a new command that auto sorts:
GAME.addItemSmart("ITMAICore")

This auto sorts the item into either storage or your inventory depending on what it is. The solution with the * operator might not work with the new command, but you can for sure use the one I mentioned like this:
for x in range(10): GAME.addItemSmart("ITMAICore")

Change the number 10 to any number you want.
 
Last edited:

Hermenegild

Active Member
Sep 18, 2017
500
267
Yes, in the console, or maybe it works without in the console, but it definitely works with the $ in the console.
In the console, using '$' before the command prevents RenPy from displaying the function result. So, your code would print nothing, mine prints 'True'.
 

TokijinxMac

Newbie
Aug 9, 2022
35
37
Unfortunately I am not a robot, but if something has a beginning and an end, it is completed, that does not mean that it cannot be improved or increased. so use your intelligence a little to interpret, also according to the creator "yv0751" are dlc, so even if you don't use your intelligence at least read.
Disinqenious argument.
I have given that example as I could have given any other game. But I will try to talk to Todd but he will probably just tell me "It Just Works". Jokes aside, two identical labels would be very confusing and even if they put another one "in progress" or something similar. That's why I don't think they will never change it.
Your argument is so dumb. No person is going to assume that completed does not mean....completed. Btw, Completed the definition means:
"finish making or doing."
"make (something) whole or perfect."

I do not see your definition of "Has a beginning and end" in there. It says Finished/Perfect, also meaning, nothing more to add here, it's done. I understand that you may have a learning disability so, please just stop bud. You are not winning this argument.
 

TokijinxMac

Newbie
Aug 9, 2022
35
37
Well... At least I'm non-native... Worse is you that can barely speak your own language, for instance, in the sentence "I see that we have a non-native speaking English Google translate andy over here." Your adjective should be hyphenated: non-native speaking-English-Google-translate andy. It's the prescription. Compound adjectives must be hyphenated before the noun it modifies.

We can also find other instances of you trailer-park English in your other posts:



It should be shitty and not shit. Shit is a noun; shitty is the adjective (unless in the vulgar language of trailer-park plebs like you).



There must be a comma before the "and" because you must use one when the subjects are distinct: "[Yours is a] bad faith argument, and I have no time for this." Also, you can't use a comma to separate independent clauses without a conjunction, thus, your second sentence is badly written. You must use a period, a semi-colon, or add a conjunction. For instance: "You should know what completed means; you are being obtuse for troll reasons."

I could go on and on, but I don't want to annoy others on this thread. So, Buba, go back to your trailer park and learn your language better before criticizing others who are not obligated to know your patois. If you want to be a Grammar Nazi, you must be impeccable, which clearly is not your case.
Wow, you really took the time to go through all of those posts to be the grammar police? Where did the adult touch you as a child? Point it out on the doll.
 
Last edited:
  • Disagree
Reactions: Hermenegild

Hermenegild

Active Member
Sep 18, 2017
500
267
GAME.galleryAdd(0,198) ?
Not with how galleryAdd() is implemented in the game:
Code:
        def galleryAdd(self, slot):
            GAME.gallery[slot].found = True # deprecated
            REGISTRY.setKey("gallery", slot, True)
            return()
Unfortunately, you have to call this function in a loop, with the argument taking all values from 0 to 197.
 
4.30 star(s) 94 Votes