Page 41 of 42

My Time at Portia

Posted: Tue Jun 02, 2020 5:02 pm
by fantomas
[QUOTE="MasterVegito, post: 137919, member: 1107"]

Outdated, itembar doesn't update, shows ??

[/QUOTE]

It is not outdated, it still works fine. 'ItemBar' values represent in-game values in each item bar. If it shows ??, that means there's no item in that slot. Add an item in an empty slot or switch item slot and the value will appear in the table. Here an example :



[IMG]https://zupimages.net/up/20/23/ztwg.png[/IMG]



[IMG]https://zupimages.net/up/20/23/7jt9.png[/IMG]

My Time at Portia

Posted: Thu Jun 04, 2020 9:18 pm
by MasterVegito
[QUOTE="fantomas, post: 138000, member: 1587"]

It is not outdated, it still works fine. 'ItemBar' values represent in-game values in each item bar. If it shows ??, that means there's no item in that slot. Add an item in an empty slot or switch item slot and the value will appear in the table. Here an example :



[IMG]https://zupimages.net/up/20/23/ztwg.png[/IMG]



[IMG]https://zupimages.net/up/20/23/7jt9.png[/IMG]

[/QUOTE]

It doesn't work for me, on 139521, but on the nexus mods there is a mod that adds every item you choose to the inventory, so it's not a problem.



Over all, update is needed.

My Time at Portia

Posted: Thu Jun 04, 2020 9:34 pm
by fantomas
[QUOTE="MasterVegito, post: 138231, member: 1107"]

It doesn't work for me, on 139521, but on the nexus mods there is a mod that adds every item you choose to the inventory, so it's not a problem.



Over all, update is needed.

[/QUOTE]

If you use a nexus mod + cheat table, many chance they may conflict, so don't even hope to get a desired result. In other terms, table works as intended, on 139880.

My Time at Portia

Posted: Sat Jun 27, 2020 5:58 pm
by inquisitivegoblin
an update is not needed. once you activate a script function, you must manipulate the value in the game for the script to take hold of the address.



this ct works masterfully and does not cause an fps issue - very nice work to all involved.



this ct can help to balance the more infuriating aspect of this game lol

Re: My Time at Portia

Posted: Sat Oct 24, 2020 9:39 pm
by Specula
inquisitivegoblin wrote:
Sat Jun 27, 2020 5:58 pm
an update is not needed. once you activate a script function, you must manipulate the value in the game for the script to take hold of the address.



this ct works masterfully and does not cause an fps issue - very nice work to all involved.



this ct can help to balance the more infuriating aspect of this game lol
It does need an update. Several scripts like 'NoMaterialRequirement' have no in game value to manipulate. Either they work or they don't. Especially when activating NoMaterialRequirement does the exact opposite and completely prevents all crafting, even if you have the materials.

Re: My Time at Portia

Posted: Tue Nov 10, 2020 6:04 am
by Nipzn
How does the SetNpcRelationShip Work??? I tried editing it but it doesn't let me I tried checking it but that doesn't work either.. what do I have to do???

Re: My Time at Portia

Posted: Tue Nov 10, 2020 6:37 am
by Nipzn
Tahtawy wrote:
Sat Feb 02, 2019 5:25 pm
For those who want an easier dealing with the relationship there are two functions that control those one is (CCC_Cmd:ShowFavorDebugger) and (CCC_Cmd:HideFavorDebugger).

Those control opening and closing the Relationship debugger where you can add or remove relationship points, give specific gifts from afar, Marry, Breakup, Date, Divorce any NPC or simply Move the NPC to your current location instead of looking everywhere for them.

1. Choose the NPC you want.
2. Choose what you want to do with them:
A. Talk >>> Press on it to add points for chatting with the NPC
B. Gift >>> Put the item ID that you want to gift in the box to the left of it and then click on it and it will be given as a gift.
C. Add >>> Put the number of relationship points you want to add in the box to the left of it and then click on it.
D. Move >>> Pressing on it will move the selected NPC to your current location.
E. Marry, Divorce, Love, Breakup >>> Will alter the status of that NPC to be your boyfriend/girlfriend or Husband/Wife.

[Link]

Note: DO NOT leave the boxes next to Add or Gift empty when you click on them or the game will crash.
How do you do it?? im sorta of new to this stuff so how do you put the menu there

Re: My Time at Portia

Posted: Tue Nov 10, 2020 2:40 pm
by Tahtawy
Just edit the call function script to use the functions I mentioned.
Image

Re: My Time at Portia

Posted: Tue Nov 17, 2020 9:20 pm
by Wombleinc
What would be a good way to look up the research time value?

Re: My Time at Portia

Posted: Sat Dec 26, 2020 4:19 pm
by seboschan
game is free now woo hoo thanks for the table <3

Re: My Time at Portia

Posted: Tue Feb 23, 2021 5:13 pm
by saucefar
Could anyone please update the "nomaterialrequirement" option ? it does not work for me.

Edit: after a restart it works, wierd.

Re: My Time at Portia

Posted: Tue Feb 23, 2021 7:46 pm
by ReptileGG
Some things not working/crashing the game:

Inf health - cannot toggle on
Instant crafting - nothing happens
Instant crafting v2 - game crashes after a few moments or possibly after interacting with crafting benches
NoItemCraftingCostTime - instant crash

Re: My Time at Portia

Posted: Fri Apr 23, 2021 3:30 am
by fearless123456
Free Assembly - tested on v.2.0.141235 Activate Mono Features First
Spoiler

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>900</ID>
      <Description>"Free Assembly"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Portia.exe
  Version: 
  Date   : 2021-04-23
  Author : 009

  This script does blah blah blah
}

define(address,PatheaScriptExt:CreationPart:DoSet+28) //assembly stations ingredients check
define(bytes,0F 85 94 00 00 00)
define(address2,PatheaScriptExt:CreationPart:DoSet+1b4)
define(bytes2,41 FF D3 48 83 C4 20)
define(address3,PatheaScriptExt:CreationPart:DoSet+249)
define(bytes3,0F 84 3F 01 00 00)
define(address4,PatheaScriptExt:SceneItemCreation:OnSetItem+8e)  //check if all requisite items have been placed in assembly station
define(bytes4,33 D2 48 83 EC 20)

[ENABLE]
address:

db E9 95 00 00 00 90

address2:
db 90 90 90

address3:
db 90 90 90 90 90 90

address4:
db 90 90

[DISABLE]

address:
  db bytes
  // jne PatheaScriptExt:CreationPart:DoSet+c2

address2:
  db bytes2

address3:
  db bytes3

address4:
db bytes4


{
// ORIGINAL CODE - INJECTION POINT: PatheaScriptExt:CreationPart:DoSet+28

PatheaScriptExt:CreationPart:DoSet+5: 41 56                          - push r14
PatheaScriptExt:CreationPart:DoSet+7: 41 57                          - push r15
PatheaScriptExt:CreationPart:DoSet+9: 48 83 EC 78                    - sub rsp,78
PatheaScriptExt:CreationPart:DoSet+d: 48 8B F1                       - mov rsi,rcx
PatheaScriptExt:CreationPart:DoSet+10: 33 C0                          - xor eax,eax
PatheaScriptExt:CreationPart:DoSet+12: 48 89 45 A0                    - mov [rbp-60],rax
PatheaScriptExt:CreationPart:DoSet+16: 48 89 45 A8                    - mov [rbp-58],rax
PatheaScriptExt:CreationPart:DoSet+1a: 48 89 45 B0                    - mov [rbp-50],rax
PatheaScriptExt:CreationPart:DoSet+1e: 48 63 86 80 00 00 00           - movsxd  rax,dword ptr [rsi+00000080]
PatheaScriptExt:CreationPart:DoSet+25: 83 F8 04                       - cmp eax,04
// ---------- INJECTING HERE ----------
PatheaScriptExt:CreationPart:DoSet+28: 0F 85 94 00 00 00              - jne PatheaScriptExt:CreationPart:DoSet+c2
// ---------- DONE INJECTING  ----------
PatheaScriptExt:CreationPart:DoSet+2e: 48 8B CE                       - mov rcx,rsi
PatheaScriptExt:CreationPart:DoSet+31: 48 83 EC 20                    - sub rsp,20
PatheaScriptExt:CreationPart:DoSet+35: 49 BB 00 CD B7 81 02 02 00 00  - mov r11,PatheaScriptExt:CreationPart:get_CurMaterialItem
PatheaScriptExt:CreationPart:DoSet+3f: 41 FF D3                       - call r11
PatheaScriptExt:CreationPart:DoSet+42: 48 83 C4 20                    - add rsp,20
PatheaScriptExt:CreationPart:DoSet+46: 48 85 C0                       - test rax,rax
PatheaScriptExt:CreationPart:DoSet+49: 0F 85 6C 00 00 00              - jne PatheaScriptExt:CreationPart:DoSet+bb
PatheaScriptExt:CreationPart:DoSet+4f: 49 BA 28 6E F7 F6 02 02 00 00  - mov r10,00000202F6F76E28
PatheaScriptExt:CreationPart:DoSet+59: 48 83 EC 20                    - sub rsp,20
PatheaScriptExt:CreationPart:DoSet+5d: 49 BB E0 9E 40 97 02 02 00 00  - mov r11,Pathea:Singleton`1:get_Instance
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>


Complete Research - Sleep to Get Diagram Letter
Spoiler

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>926</ID>
      <Description>"Complete Research via Sleep"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Portia.exe
  Version: 
  Date   : 2021-04-23
  Author : 009

  This script does blah blah blah
}

define(address,Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+13)
define(bytes,0F 85 4F 01 00 00)

[ENABLE]

address:
nop 6

[DISABLE]

address:
  db bytes
  // jne Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+168



{
// ORIGINAL CODE - INJECTION POINT: Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+13

1C332A1637B: 00 00                          - add [rax],al
1C332A1637D: 00 00                          - add [rax],al
1C332A1637F: 00 55 48                       - add [rbp+48],dl
Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+2: 8B EC                          - mov ebp,esp
Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+4: 56                             - push rsi
Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+5: 48 83 EC 28                    - sub rsp,28
Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+9: 48 8B F1                       - mov rsi,rcx
Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+c: 48 63 46 40                    - movsxd  rax,dword ptr [rsi+40]
Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+10: 83 F8 03                       - cmp eax,03
Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+13: 0F 85 4F 01 00 00              - jne Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+168
// ---------- INJECTING HERE ----------
Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+19: 48 8B CE                       - mov rcx,rsi
// ---------- DONE INJECTING  ----------
Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+1c: 48 83 EC 20                    - sub rsp,20
Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+20: 49 BB 80 67 19 91 C3 01 00 00  - mov r11,Pathea.NotebookSystem:BlueprintResearchManager:get_EndMail
Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+2a: 41 FF D3                       - call r11
Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+2d: 48 83 C4 20                    - add rsp,20
Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+31: 83 F8 FF                       - cmp eax,-01
Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+34: 0F 84 86 00 00 00              - je Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+c0
Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+3a: 48 B9 80 AD B3 84 C3 01 00 00  - mov rcx,000001C384B3AD80
Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+44: 48 83 EC 20                    - sub rsp,20
Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+48: 49 BB A0 91 7A 4F C3 01 00 00  - mov r11,UnityEngine:Debug:Log
Pathea.NotebookSystem:BlueprintResearchManager:WakeUpRefresh+52: 41 FF D3                       - call r11
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>


Re: My Time at Portia

Posted: Mon Aug 09, 2021 5:09 pm
by runejade
as of 6 hours ago, portia has added a 2.3 gb update, this may effect ct.

Re: My Time at Portia

Posted: Sun Sep 12, 2021 6:42 am
by vikhablog5
Hi, I want to learn about CE and have many things I have to study. I wonder about the function you found. Can you help me, please? I posted a post in our forum. [link]viewtopic.php?f=16&t=17393[/link]