Page 2 of 6

Re: The Ascent

Posted: Sat Jul 31, 2021 1:21 am
by Acleacius
As Neil Young would say, "thanks for rocking the free world"!! 8-)

Re: The Ascent

Posted: Sat Jul 31, 2021 7:24 am
by xspeed
aSwedishMagyar wrote:
Fri Jul 30, 2021 8:43 pm
Added some stuff, most notably -> Weapon Upgrade parts
Thanks both of you :D

Re: The Ascent

Posted: Sat Jul 31, 2021 4:13 pm
by MagikMurlok
Is the movement speed option not working for anyone else? The one in CharacterMovement, to clarify.

Re: The Ascent

Posted: Sat Jul 31, 2021 4:43 pm
by veggeta
Are there multiplayer for this table as well just wondering thanks for the upload btw :)

Re: The Ascent

Posted: Sat Jul 31, 2021 4:56 pm
by Darkedone02
anyone noticed that the movement speed multiplier on both base and current don't do anything? I've changed the number so many times and don't see an effect.

Re: The Ascent

Posted: Sat Jul 31, 2021 5:36 pm
by MagikMurlok
Darkedone02 wrote:
Sat Jul 31, 2021 4:56 pm
anyone noticed that the movement speed multiplier on both base and current don't do anything? I've changed the number so many times and don't see an effect.
Yup, just said that above you. Can't get either set to do anything annoyingly. It's making doing side missions so difficult, since the map makes no sense, and I can't tell if side missions are nearby when doing other mission, having to do each one induvidually and follow the waypoint, but there's SOO much running.

Re: The Ascent

Posted: Sat Jul 31, 2021 7:21 pm
by aSwedishMagyar
MagikMurlok wrote:
Sat Jul 31, 2021 5:36 pm
Yup, just said that above you. Can't get either set to do anything annoyingly. It's making doing side missions so difficult, since the map makes no sense, and I can't tell if side missions are nearby when doing other mission, having to do each one induvidually and follow the waypoint, but there's SOO much running.
Added the correct pointer under: InputComponent->mDefaultSpeed

Re: The Ascent

Posted: Sat Jul 31, 2021 7:31 pm
by TroyDevin
This is coming together very nicely. Thank you, @aSwedishMagyar, you always do great work. The only thing that I can see that is missing is setting the augmentation cooldowns to zero, if possible.

Re: The Ascent

Posted: Sat Jul 31, 2021 10:40 pm
by acecel
Thank you for the table :)

Re: The Ascent

Posted: Sun Aug 01, 2021 12:35 pm
by kekmeister
Does anyone know how to get Playerindex , im trying to give my self some item using the console command.

Re: The Ascent

Posted: Sun Aug 01, 2021 10:37 pm
by chrisreddot3
pls add high drop rate if is possible

Re: The Ascent

Posted: Mon Aug 02, 2021 1:32 am
by NChabb
Hey.

Thanks for the table and good work. That was fast.

I was just wondering if it would be possible to add a key toggle to change the default movement speed for walk? Basically a walk button in disguise.

Cheers :)

Re: The Ascent

Posted: Mon Aug 02, 2021 3:39 am
by ShadowOfTheVale
Would it be possible to edit the cyberdeck level?

Re: The Ascent

Posted: Mon Aug 02, 2021 7:16 am
by KR0NlK
NChabb wrote:
Mon Aug 02, 2021 1:32 am
Hey.

Thanks for the table and good work. That was fast.

I was just wondering if it would be possible to add a key toggle to change the default movement speed for walk? Basically a walk button in disguise.

Cheers :)
Just add hotkeys in the table yourself via right click on the feature, set hotkey or CTRL+H.

Re: The Ascent

Posted: Mon Aug 02, 2021 5:53 pm
by Akira
Game Name: The Ascent
Game Version:
Game Engine: Unreal Engine
Engine Version: 26.10
Steam Website:

1FRTheAscent-Win64-Shipping_v1.2-Steam.CT
(3.54 MiB) Downloaded 903 times
1FRTheAscent-Win64-Shipping_v1.2-UWP.CT
(3.5 MiB) Downloaded 277 times
Old Table Versions
1FRTheAscent-Win64-Shipping_v1.1.Steam.CT
(3.49 MiB) Downloaded 76 times
1FRTheAscent-Win64-Shipping_v1.1-UWP.CT
(3.49 MiB) Downloaded 60 times
1FRTheAscent-Win64-Shipping_v1.0.CT
(3.15 MiB) Downloaded 66 times
Scripts:
-God Mode [Added]
-Inf. Health
-Inf. Energy (also removes cooldowns and does some more stuff)
-Inf. Ammo
-OP Gun (OP stands for Over Powerd)
-No Minigun Spin Up Time [Added]
-Fast Movement
-Get 99999 Credits
-Get 99999 Proficiency Points
-Instant Level Up

Pointer:
-LocalPlayer (with A LOT stuff) [Added more Pointer]
Everything with this Color is pretty useful or leads you to something that is.
Script Info

Some of my scripts like Inf. Energy & OP Gun are affecting multiple values.
When you open a script you can easily change values to what you want or disable specific parts.
For example in the OP Gun script this is what you're looking for:
writeFloat(adRange, 9900)
writeFloat(adPellets, 10)
writeFloat(adburstcount, 10)
writeFloat(adTimeBetweenBursts, 0)
writeFloat(adVerticalSpreed, 0)
writeFloat(adHorizontalSpreed, 0)
writeFloat(adClipSize, 999)
writeFloat(adRemainingShotsInClip, 999)
writeFloat(adReloadTime, 0)
writeFloat(adFiringMoveSpeedModifier, 10)
writeFloat(adCurrentFireRateMultiplier, 20)
On the right side you can see the values, you can change 'em to what ever you want or at least to what the value type allows.
You can disable parts by adding -- infront of the code, lets disable the burst count for example:
writeFloat(adRange, 9900)
writeFloat(adPellets, 10)
--writeFloat(adburstcount, 10)
writeFloat(adTimeBetweenBursts, 0)
writeFloat(adVerticalSpreed, 0)
writeFloat(adHorizontalSpreed, 0)
writeFloat(adClipSize, 999)
writeFloat(adRemainingShotsInClip, 999)
writeFloat(adReloadTime, 0)
writeFloat(adFiringMoveSpeedModifier, 10)
writeFloat(adCurrentFireRateMultiplier, 20)


The Table can also be downloaded from our Discord:
[Link]
(There are also some Cheat Tables for other games)
You can ask there if you have any questions or need help.


In-game Console can be unlocked with UUU:
[Link]
Command List
EnableCheats 1
FOV
BugIt
BugItGo
BugItStringCreator
ChangeSize
CheatScript
DamageTarget
DebugCapsuleSweep
DebugCapsuleSweepCapture
DebugCapsuleSweepChannel
DebugCapsuleSweepClear
DebugCapsuleSweepComplex
DebugCapsuleSweepPawn
DebugCapsuleSweepSize
DestroyAll
DestroyAllPawnsExceptTarget
DestroyPawns
DestroyServerStatReplicator
DestroyTarget
DisableDebugCamera
DumpChatState
DumpOnlineSessionState
DumpPartyState
DumpVoiceMutingState
EnableDebugCamera
FlushLog
Fly
FreezeFrame
Ghost
God
InvertMouse
LogLoc
OnlyLoadLevel
PlayersOnly
ReceiveEndPlay
ReceiveInitCheatManager
ServerToggleAILogging
SetMouseSensitivityToDefault
SetWorldOrigin
Slomo
SpawnServerStatReplicator
StreamLevelIn
StreamLevelOut
Summon
Teleport
TestCollisionDistance
ToggleAILogging
ToggleDebugCamera
ToggleServerStatReplicatorClientOverwrite
ToggleServerStatReplicatorUpdateStatNet
UpdateSafeArea
ViewActor
ViewClass
ViewPlayer
ViewSelf
Walk

NG_AchievementSetProgress
NG_AchievementUnlock
NG_CheatStatesShow
NG_CheckNavigationForMissions
NG_ClearDialogueHistory
NG_CodexPrint
NG_CodexUnlockAll
NG_CodexUnlockCategory
NG_CodexUnlockEntry
NG_CycleDamagingMode
NG_DebugLevelSwitch
NG_DeductCredits
NG_DeleteSaveSlot
NG_DemoMode
NG_DiscoverAllLocations
NG_DropCarriedItem
NG_EnableOutOfNavMeshDebug
NG_EncounterSystemPoolEnemyDistance
NG_EncounterSystemPoolStats
NG_EncoutnerSystemLocationStats
NG_Enemies_AIDebug
NG_Enemies_DestroyAll
NG_Enemies_DumpDistances
NG_Enemies_KillAll
NG_Enemies_WeaponDebug
NG_FadeFromBlackInstantly
NG_FadeToBlackInstantly
NG_FindSessions
NG_GiveAllItems 0
NG_GiveBounty
NG_GiveCredits <Amount> <PlayerIndex>
NG_GiveHealth
NG_GiveProficiencyPoint
NG_GiveUpgradeCurrency
NG_GiveXP <Amount> <PlayerIndex>
NG_GodMode 1
NG_JoinSession
NG_KillInstantly
NG_LoadCutscene
NG_MenShenReset
NG_MenShenSetStage
NG_MenShenToggleAttacks
NG_MusicDumpEventsToLog
NG_NoClip
NG_NPC_DestroyAll
NG_PlayCutscene
NG_PrintCutsceneManagerEvents
NG_PrintMaxEnemiesUsedPerClass
NG_PrintStats
NG_PrintStorage
NG_PrintStorageAll
NG_RemoveAllDiscoveries
NG_RemoveAllUnlocks
NG_ResetLoadout
NG_ResetProficiencies
NG_RestartLevel
NG_Revive
NG_SaveGameForParty
NG_SetAimAssist
NG_SetPlayerLevel
NG_SetUIVisibility
NG_SetUsesPlayerRequirements
NG_SetVideoMode
NG_ShowNavigation
NG_ShowPlayerCircle
NG_ShowUI
NG_SkipCutscene
NG_SpawnEnemy
NG_SpawnEnemyAtClosestAnimSpawnPoint
NG_SpawnEnemyBounty
NG_Stagger
NG_StatClear
NG_StatIncrease
NG_StatSet
NG_SubmitGameReport
NG_Suicide
NG_ToggleEncounterSystem
NG_TogglePlayersTethering
NG_ToggleShowMoods
NG_ToggleUnlockCheat
NG_ToggleVideoMode
NG_UnlockAllFastTravel
NG_UnlockAllMapSegments
NG_UnlockSomeMapSegments
NG_UpgradeCyberdeck <PlayerIndex> <Level>
NG_UpgradeHeldWeapon
NG_UpgradeHeldWeaponTry
NG_VisLog
NG_VOAdvanceSpeech
NG_VOCancelSpeech
NG_VOFinishSpeech
NG_WelcomeScreen
1FRCommands.zip
(1.26 KiB) Downloaded 161 times
For "PlayerIndex" you'll enter the value 0.
Savegame Editor:
[Link]
Can only read a few values.
Savegame Location:
C:\Users\UserName\appdata\Local\TheAscent


My other Cheat Tables
___________________________________________________________________________________________________________________________
Table updates will be available only for Patreon patrons pledging to the Updates tier: [Link]