Page 1 of 2

[STEAM] Star Traders: Frontiers (v3.3.117)

Posted: Sun Jul 24, 2022 10:05 pm
by bbfox

A simple table for gain XP and credit without any SQL knowledge. There already has another table (dunno if still working) used SQL-Lite to alter game data.
Just played for a little time.

    □Compact mode
    □Buy cargo discount
        □Multiplier
        □Credit
    □Sell cargo credit multiplier
        □Multiplier
    □When view Crew Manifest: Min. HP/Morale; extra XP
        □Min. Morale
        □Min. HP
        □Extra XP when open stat (4x; no level up)
    □Ground battle: hover over char: heal
        □Last char. HP
        □Last char. morale
        □1HK? : No, Yes
    □Ship battle: damage multiplier
        □Last ship HP
        □Last ship max HP
        □Enabled? : No, Yes
        □Damage to player option : Normal, By divisor, HP nearly full
        □Divisor
        □Damage to enemy option : Normal, By multiplier, 1 hit kill
        □Multiplier
    □Rep. grow multiplier
        □Multiplier
    □No Rep. negitave trend
    □Turn multiplier
        □Multiplier (don't set to too low value)
        □Base addr.
        □Turn (don't set below 40)
        □Caption Name
    □Ship customize: zero turn
    □Char. attr. viewer

Old releases

Spoiler
StarTradersFrontiers.CT
v3 (2024/09/02): added char. attr. viewer
(70.84 KiB) Downloaded 211 times
StarTradersFrontiers.CT
v2 (2024/08/25): updated for v3.3.117
(49.42 KiB) Downloaded 145 times
StarTradersFrontiers.CT
v1: v3.2.49 - 3.3.7
(49.19 KiB) Downloaded 664 times

Latest release:


Re: [STEAM] Star Traders: Frontiers (v3.3.7)

Posted: Fri Aug 23, 2024 9:21 pm
by Artikare

Thanks for the table.


Re: [STEAM] Star Traders: Frontiers (v3.3.7)

Posted: Sun Aug 25, 2024 7:19 am
by Hallowedsoul08

I'm getting crashes when i used ship battle damage multiplier, even with default settings.


Re: [STEAM] Star Traders: Frontiers (v3.3.7)

Posted: Sun Aug 25, 2024 9:15 am
by bbfox
Hallowedsoul08 wrote: Sun Aug 25, 2024 7:19 am

I'm getting crashes when i used ship battle damage multiplier, even with default settings.

Script fixed.


Re: [STEAM] Star Traders: Frontiers (v3.3.117)

Posted: Sun Sep 01, 2024 4:15 am
by Hallowedsoul08

any chance we get like an attribute editor?


Re: [STEAM] Star Traders: Frontiers (v3.3.117)

Posted: Mon Sep 02, 2024 4:15 am
by bbfox
Hallowedsoul08 wrote: Sun Sep 01, 2024 4:15 am

any chance we get like an attribute editor?

Base attributes editor added.
Scripts for raise upper limit may not work because I do not test it.
Not playing this game these days.


Re: [STEAM] Star Traders: Frontiers (v3.3.117)

Posted: Tue Sep 03, 2024 8:00 am
by Candidate34

Attributes editor does not work, after reload a save the attributes will go back to original stat.


Re: [STEAM] Star Traders: Frontiers (v3.3.117)

Posted: Tue Sep 03, 2024 9:03 am
by Hallowedsoul08

Seems the only thing that the base attribute raises beyond 30 is the quickness skill, everything else don't seem to go beyond 30.

Also one of the scripts causes a crash when trying to upgrade or purchase ship parts.


Re: [STEAM] Star Traders: Frontiers (v3.3.117)

Posted: Tue Sep 10, 2024 2:43 pm
by RuanitoLoks

You should keep this updated always!! This game is awesome. I'm willing to pay you to keep this table up-to-date! Hahahha. Thank you so much! One question: Does it work with both Modded and standard game modes? I opened in the modded one and the only thing that didn't work was the "Raise Level Wisdom". Oh, and it crashes when we go upgrade the ship! Thanks a lot!!!!!!


Re: [STEAM] Star Traders: Frontiers (v3.3.117)

Posted: Tue Sep 10, 2024 9:09 pm
by bbfox
Candidate34 wrote: Tue Sep 03, 2024 8:00 am

Attributes editor does not work, after reload a save the attributes will go back to original stat.

The game check attributes in several place. I think it will also check them when pperform load & save action.
No plan to fix it.

Hallowedsoul08 wrote: Tue Sep 03, 2024 9:03 am

Seems the only thing that the base attribute raises beyond 30 is the quickness skill, everything else don't seem to go beyond 30.

You have to enable scripts under "raise limit+"

Hallowedsoul08 wrote: Tue Sep 03, 2024 9:03 am

Also one of the scripts causes a crash when trying to upgrade or purchase ship parts.

hmm.. I did not hit this error. Not sure what happened now.

RuanitoLoks wrote: Tue Sep 10, 2024 2:43 pm

One question: Does it work with both Modded and standard game modes? I opened in the modded one and the only thing that didn't work was the "Raise Level Wisdom". Oh, and it crashes when we go upgrade the ship! Thanks a lot!!!!!!

Edit the script:

aobscanmodule(INJECT_PATCH_WISDOM_UPPER,StarTradersFrontiers.exe,83 BE A4 00 00 00 1E) // should be unique

to

aobscanmodule(INJECT_PATCH_WISDOM_UPPER,$process,83 BE A4 00 00 00 1E) // should be unique

Will solve the problem.