Page 6 of 10

Re: System Shock Remake

Posted: Mon Jun 05, 2023 1:39 am
by gir489
TeddyRiggs wrote:
Mon Jun 05, 2023 1:25 am
ok soooooo I need an Item called Plastique something and I need multiple of those to destroy some antenas I only got one and its kind of a pain in the ass to go back can you give me the console command of that item?
You can either use the table's pointer for the 0,0th item and set its value to 4, or you can refer to the quest items listed here: viewtopic.php?p=299841#p299841

I don't know how you only managed to grab one, there's like 3 sets of 4 stacks of plastique, and then one set of one.

Re: System Shock Remake

Posted: Mon Jun 05, 2023 5:57 am
by acecel
Thanks for the table.

Re: System Shock Remake

Posted: Mon Jun 05, 2023 9:29 pm
by excuritas
Thanks for making this table! I sadly ran into a problem where I am trying to spawn Abe Ghiran's Head because I somehow lost it and the console is giving me the following error after using the command:
GrantItem (ItemClass=/Game/Blueprints/Inventory/Items/Story/ITEM_AbeGhiranHead.ITEM_AbeGhiranHead_C, Count=1) 0

Error message:
'GrantItem': Bad or missing property 'ItemParams' when trying to call GrantItem

I did the following:
- Started the game
- Loaded into my save
- Opened the table
- Picked the game
- Started the scripts
- Opened the console
- Entered the line above
- Enter

Any help would be much appreciated, this is driving me nuts x)

Re: System Shock Remake

Posted: Mon Jun 05, 2023 11:21 pm
by gir489
excuritas wrote:
Mon Jun 05, 2023 9:29 pm
Thanks for making this table! I sadly ran into a problem where I am trying to spawn Abe Ghiran's Head because I somehow lost it and the console is giving me the following error after using the command:
GrantItem (ItemClass=/Game/Blueprints/Inventory/Items/Story/ITEM_AbeGhiranHead.ITEM_AbeGhiranHead_C, Count=1) 0

Error message:
'GrantItem': Bad or missing property 'ItemParams' when trying to call GrantItem

I did the following:
- Started the game
- Loaded into my save
- Opened the table
- Picked the game
- Started the scripts
- Opened the console
- Entered the line above
- Enter

Any help would be much appreciated, this is driving me nuts x)
Did you enable the GrantItems script?

Re: System Shock Remake

Posted: Tue Jun 06, 2023 12:33 am
by Cheech
TeddyRiggs wrote:
Mon Jun 05, 2023 1:25 am

ok soooooo I need an Item called Plastique something and I need multiple of those to destroy some antenas I only got one and its kind of a pain in the ass to go back can you give me the console command of that item?
those explosives are quest items, u find the commands for them also in here^^
Spoiler
GrantItem (ItemClass=/Game/Blueprints/Inventory/Items/Story/ITEM_Plastique.ITEM_Plastique_C

Re: System Shock Remake

Posted: Tue Jun 06, 2023 12:35 am
by Cheech
gir489 wrote:
Sun Jun 04, 2023 7:28 pm
Cheech wrote:
Sun Jun 04, 2023 6:13 pm
gir489 wrote:
Wed May 31, 2023 12:51 pm
"SystemReShock-Win64-Shipping.exe"+05146410 +0 +20 +4D8 +180 +38 +20 +D8

Pointer for Connection Integrity ship minigame thing. It's a 4 byte integer. Freeze at 1000 for infinite health.
how to do this?

i want to learn ^^

thanks :-)
I just kept pointer searching until I found one that was reliable. The SystemShockCharacter pointer changes when you enter/leave cyberspace. I had to find a pointer base that pointed me to the shield when I was in cyberspace. I found that when I'm outside of cyberspace it points to something completely random. I think the shield is an item added to the inventory when you enter cyberspace, and that item has values. When you're outside of cyberspace, it's probably pointing to some random item in the player's inventory.
Thanks for the detailed description!

but i simply dont know on how to put ur values in the c-engine.. is there any tutorial video?

thx :-)

Re: System Shock Remake

Posted: Tue Jun 06, 2023 12:58 am
by gir489
Cheech wrote:
Tue Jun 06, 2023 12:35 am
Thanks for the detailed description!

but i simply dont know on how to put ur values in the c-engine.. is there any tutorial video?

thx :-)
Hah, cfemen figured that's what you were asking. Anyway, here's my pointer merged with cfemen's table with the pointer already in it. It's under the Pointers group.

Re: System Shock Remake

Posted: Tue Jun 06, 2023 6:54 am
by excuritas
gir489 wrote:
Mon Jun 05, 2023 11:21 pm

Did you enable the GrantItems script?
Yes! Scripts, Console, F1 fix and then GrantItems script all activated :/
I'm using CE 7.5 btw, does that make a difference?

Re: System Shock Remake

Posted: Tue Jun 06, 2023 8:47 am
by RazorinFaust
excuritas wrote:
Tue Jun 06, 2023 6:54 am
gir489 wrote:
Mon Jun 05, 2023 11:21 pm

Did you enable the GrantItems script?
Yes! Scripts, Console, F1 fix and then GrantItems script all activated :/
I'm using CE 7.5 btw, does that make a difference?
Hello,

I am unfortunately in this situation aswell.
Granting other items work fine but Abe head seem to be causing problem.

Could it be related to the fact that I previously picked it up ?

Re: System Shock Remake

Posted: Tue Jun 06, 2023 9:36 am
by excuritas
RazorinFaust wrote:
Tue Jun 06, 2023 8:47 am

Hello,

I am unfortunately in this situation aswell.
Granting other items work fine but Abe head seem to be causing problem.

Could it be related to the fact that I previously picked it up ?
Me too! I picked it up, stored it in my cargo lift and then it was just gone at some point :/

Re: System Shock Remake

Posted: Tue Jun 06, 2023 12:55 pm
by gir489
excuritas wrote:
Tue Jun 06, 2023 6:54 am
Yes! Scripts, Console, F1 fix and then GrantItems script all activated :/
I'm using CE 7.5 btw, does that make a difference?
It's because it had a space between the ItemClass and Count.


Re: System Shock Remake

Posted: Tue Jun 06, 2023 2:07 pm
by excuritas
gir489 wrote:
Tue Jun 06, 2023 12:55 pm
excuritas wrote:
Tue Jun 06, 2023 6:54 am
Yes! Scripts, Console, F1 fix and then GrantItems script all activated :/
I'm using CE 7.5 btw, does that make a difference?
It's because it had a space between the ItemClass and Count.

It worked! Thank you very much :3 I just copied it from here and I thought I checked, but I guess not.

Re: System Shock Remake

Posted: Tue Jun 06, 2023 8:59 pm
by RazorinFaust
gir489 wrote:
Tue Jun 06, 2023 12:55 pm
excuritas wrote:
Tue Jun 06, 2023 6:54 am
Yes! Scripts, Console, F1 fix and then GrantItems script all activated :/
I'm using CE 7.5 btw, does that make a difference?
It's because it had a space between the ItemClass and Count.
My god I cannot believe I did not spot that. Thank you very much for pointing that out !
And thanks to all the people that made the table !

Re: System Shock Remake

Posted: Wed Jun 07, 2023 5:36 pm
by gir489
I rendered out 3 hours and some change of the Executive level’s music.


Re: System Shock Remake

Posted: Thu Jun 08, 2023 12:05 am
by tigrou
gir489 wrote:
Wed May 31, 2023 12:51 pm
"SystemReShock-Win64-Shipping.exe"+05146410 +0 +20 +4D8 +180 +38 +20 +D8

Pointer for Connection Integrity ship minigame thing. It's a 4 byte integer. Freeze at 1000 for infinite health.
I don't know what you mean by "ship mini-game" (I still haven't finished the game, so maybe it's something that comes later), but it also works for Cyberspace. It should be frozen at 100. The game replaces that value by 1 once you leave Cyberspace, so be careful to unfreeze before returning to the normal game.