Page 1 of 2
z Void Crew
Posted: Sat Sep 09, 2023 1:56 am
by Zanzer
It's a Unity game. That means you have to perform the corresponding action in the game before you'll be able to activate the related script.
Ignore Oxygen
Allow Any Ship Loadout
Player Profile (must first re-select an ectype)
Resource Pointer (must first start a mission)
Set Maximum Power Used (must first start a mission)
Systems Don't Auto Degrade (must first start a mission)
Ignore Alloy Cost 1 (must first select a craft)
Ignore Alloy Cost 2 (must first click to craft)
Prevent Negative Alloys (must first use alloys)
Unlimited Bullet Magazine (must first load a gun)
Unlimited Bullets (must first shoot bullets)
Ignore Bullets (must first attempt to fire a gun)
Re: z Void Crew
Posted: Sat Sep 09, 2023 11:21 am
by kitt18
was just about to start on making a table for this
Re: z Void Crew
Posted: Sat Sep 09, 2023 1:55 pm
by Okichobi
Alright so is there a way to unlock everything/blitz XP with this or....?
Re: z Void Crew
Posted: Sat Sep 09, 2023 2:31 pm
by Zanzer
Give yourself 100,000 alloy, then abandon the mission. Alloy is awarded as bonus experience.
Re: z Void Crew
Posted: Tue Sep 12, 2023 5:44 am
by Okichobi
Don't suppose you've looked around and seen any way to give yourself extra loot boxes/unlock loot?
Re: z Void Crew
Posted: Sat Sep 30, 2023 5:25 pm
by zqpmz585
Is it possible to have a script for changing damage values?
Re: z Void Crew
Posted: Thu Nov 02, 2023 1:33 am
by Akira
Zanzer wrote: ↑Sat Sep 09, 2023 1:56 am
It's a Unity game. That means you have to perform the corresponding action in the game before you'll be able to activate the related script.
You could just use the mono features and aobScanRegion though.
Will upload a edited version of your table as example later on.
- Void Crew.CT
- Void Crew 0.23.0.1020113437 | CE 7.5 | CT 1.0
- (192.78 KiB) Downloaded 751 times
Re: z Void Crew
Posted: Thu Dec 28, 2023 5:15 am
by notapoke
can someone make an xp cheat to level up faster?
Re: z Void Crew
Posted: Thu Jan 04, 2024 12:10 pm
by TheSaviour
notapoke wrote: ↑Thu Dec 28, 2023 5:15 am
can someone make an xp cheat to level up faster?
My guy, just read like 4 posts above? Give yourself X amount of alloys -> abandon the mission -> Alloys turn into xp
Re: z Void Crew
Posted: Fri May 03, 2024 2:44 am
by Malhavoc431
So I know this thread has been quiet for awhile, but I was hoping to get some slight instruction on modifying the "Set Maximum Power Used" option on this table. At the moment, it defaults to 8, preventing anything from making the power grid go higher than that, but I was hoping to tweak that value down to a 6.
Also, the Alloy/Biomass trick where you spawn a load in and then exfiltrate no longer works. They changed it so that you HAVE to complete at least one mission or you don't get anything. They also put an XP cap on how much you can earn by having loads of Alloy/Biomass. You can now only get a maximum of 1000 XP for each.
Re: z Void Crew
Posted: Tue Jun 04, 2024 4:26 am
by MKBHD
any chance for an updated table now that they changed how gaining xp and cosmetics works?
Re: z Void Crew
Posted: Mon Nov 25, 2024 10:49 pm
by El1m1n473
game has just been released!
Re: z Void Crew
Posted: Thu Nov 28, 2024 5:15 am
by Natjur
Does any of this script still work in version 1.0?
Re: z Void Crew
Posted: Thu Nov 28, 2024 9:24 am
by El1m1n473
Natjur wrote: ↑Thu Nov 28, 2024 5:15 am
Does any of this script still work in version 1.0?
not any when i tried, but just manually finding each address by doing -1 to any value & repeat scanning is super quick so that's what i've been relying on with my limited use
Re: z Void Crew
Posted: Thu Nov 28, 2024 8:07 pm
by Natjur
El1m1n473 wrote: ↑Thu Nov 28, 2024 9:24 am
not any when i tried, but just manually finding each address by doing -1 to any value & repeat scanning is super quick so that's what i've been relying on with my limited use
That helped with extra alloy, thanks