[request] Dreamscaper
Re: [request] Dreamscaper
the new version now is 1.1
Re: [request] Dreamscaper
Does this work with the GamePass release?
Re: [request] Dreamscaper
can we get this updated for the latest patch? editing glass would be awesome.
Re: [request] Dreamscaper
This just released for gamepass today at work currenty has anyone tested it out?
Re: [request] Dreamscaper
I kinda like Roguelikes sometimes.
This game does have lots of console functions to play around
My table does enable the Console and provides some useful infinite pointer flags ( e.g you can use bombs,keys,glass etc regardless of the amount) and a script that allows to awake lucide even if you don't have any charges.
You can open the Console with ^ (Tilde)
If Tilde does not work open the Input.ini in AppData\Local\Dreamscaper\Saved\Config\WindowsNoEditor
and add this:
Overview of all useful console commands:
note : if you toggle God it also activates inf. resources.
if you just want invulnerability set the Inf.Health flag in my table to 1.
How to use GiveItem or GiveItemAtLevel:
GiveItemAtLevel P_W_M_Wind_Sword 3 = spawn a wind sword level 4 into the inventory ( 0 counts as level 1 )
(make sure at the end is no space)
The names are stored as FName, I wrote a small Dumper to get the names:
How to use ModifyCurrency :
e.g if you want to heal yourself : ModifyCurrency EMarianaCurrencyType::Health 999
here is a list of all enums that you can use:
Some more Commands explained:
LevelUpMeleeWeapon does level up the current equipped melee weapon +1.
To fully reveal the map you need to execute DiscoverMap 1 1 (RevealMap does not unlock the icons)
RerollMeleeWeapon does re-roll the stats of the current equipped melee weapon ( if it has any )
SetAllRelationshipLevels 13 = max relationship level with all characters
All other console commands should be self explaining,
table is only tested on the steam version!
Edit: added a movement speed pointer and a attack speed script.
This game does have lots of console functions to play around
My table does enable the Console and provides some useful infinite pointer flags ( e.g you can use bombs,keys,glass etc regardless of the amount) and a script that allows to awake lucide even if you don't have any charges.
You can open the Console with ^ (Tilde)
If Tilde does not work open the Input.ini in AppData\Local\Dreamscaper\Saved\Config\WindowsNoEditor
and add this:
Code: Select all
[/Script/Engine.InputSettings]
ConsoleKey=F1
Code: Select all
God
DiscoverMap 1 1
RevealMap 1 1
GiveItem <Name>
GiveItemAtLevel <Name> <Level>
ModifyCurrency <Enum> <Amount>
SetAllRelationshipLevels <NewLevel>
MasterAllItems
UnlockAllItems
KillAll
KIllBoss
NextLevel
WinRun
LevelUpMeleeWeapon
LevelUpPrimaryAbility
LevelUpRangedWeapon
LevelUpSecondaryAbility
LevelUpShield
LevelUpShoes
RerollMeleeWeapon
RerollPrimaryAbility
RerollRangedWeapon
ReRollShield
RerollShoes
RerollUpSecondaryAbility
DiscoverAllItemRecipes
DiscoverAllItems
DiscoverAllItemUnlocks
DiscoverAllMemories
AddAllMetagameCurrencies
AddAllRealityItems
UnlockAllMetagameUnlocks
UnlockHardMode
UnlockNightmareMode
CraftGifts
if you just want invulnerability set the Inf.Health flag in my table to 1.
How to use GiveItem or GiveItemAtLevel:
GiveItemAtLevel P_W_M_Wind_Sword 3 = spawn a wind sword level 4 into the inventory ( 0 counts as level 1 )
(make sure at the end is no space)
The names are stored as FName, I wrote a small Dumper to get the names:
Code: Select all
Melee:
P_W_M_Wind_Sword
P_W_M_Fishing_Pole
P_W_M_PoolCue
P_W_M_RadiantEdge
P_W_M_WarHammerSE
P_W_M_BaseballBat
P_W_M_Knife
P_W_M_BoxingGloves
P_W_M_DualSwords
P_W_M_SpleenSword
P_W_M_Katana
P_W_M_Frying_Pan
P_W_M_WarHammer
P_W_M_RadiantEdge
P_W_M_Dagger
P_W_M_Yoyo
P_W_M_Scythe
P_W_M_TwinWolfHeads
P_W_M_StrongUnarmed
P_W_M_Unarmed
P_W_M_BusterSword
P_W_M_Terra_Shift
Range:
P_W_R_Voltaic_Ray
P_W_R_Slingshot
P_W_R_Optic_Sear
P_W_R_Frisbee
P_W_R_Kunai
P_W_R_Blowgun
P_W_R_Telekinesis
P_W_R_Snowball
P_W_R_Wand
P_W_R_WaterBalloon
P_W_R_Decent_Drencher
P_W_R_Bottle_Rocket
P_W_R_Finger_Gun
P_W_R_Longbow
Shields:
P_S_Buckler
P_S_Buff
P_S_Stalwart
P_S_Surge
P_S_FlameShield
P_S_Deflector
P_S_RadiantShield
P_S_RazorbackShield
P_S_Tripoint
P_S_WindBarrier
Shoes:
P_D_Roll
P_D_Dash
P_D_Weave
P_D_Butterfly_Kick
P_D_Shadow_Step
Lucid Ability:
P_A_M_AstralBlow
P_A_M_Earthen_Wall
P_A_M_FrostFracture
P_A_M_Overdrive
P_A_M_Upheaval
P_A_M_Primal_Scream
P_A_M_OSFE
P_A_M_ForceBlast
P_A_M_Summon_Dragon
P_A_M_Detonate
P_A_M_Coldsnap
P_A_M_Shadow_Arms
P_A_M_Power_Chord
Keepsakes:
P_K_BonsaiDo
P_K_SewingNeedle
P_K_HockeySkates
P_K_Treasure
P_K_FirebirdFeather
P_K_VanityMirror
P_K_ArtSupplies
P_K_WizardRobeBoss
P_K_WindUpCar
P_K_WindChime
P_K_WhiteElephant
P_K_WaterBedBoss
P_K_TurtleShellBoss
P_K_TrickOrTreat
P_K_TreasureChestBoss
P_K_TrainingWheels
P_K_TrackShoes
P_K_ToyTankBoss
P_K_ToyPigeon
P_K_TonicWater
P_K_TobogganBoss
P_K_ThumbTack
P_K_Tetherball
P_K_SwimTube
P_K_SturdyTarget
P_K_StoneArm
P_K_SteelBall
P_K_SpringFeet
P_K_Sponge
P_K_SpikedBracelet
P_K_Snowman
P_K_SnowFortBoss
P_K_SneakyGloves
P_K_SnakeKai
P_K_SmallLucidDroplet
P_K_SilverWire
P_K_SelfHelpBookBoss
P_K_SecurityBlanket
P_K_SafetyBoots
P_K_RoyalFlush
P_K_RollerRink
P_K_RearViewMirror
P_K_RangerClass
P_K_PottedPlant
P_K_PoisonVial
P_K_PocketMirror
P_K_PocketKnife
P_K_PlasmaBall
P_K_Pinwheel
P_K_Pinball
P_K_Photocopy
P_K_Papaya
P_K_PaddleBall
P_K_OxygenTankBoss
P_K_Oobleck
P_K_OldCarEngine
P_K_NestEggBoss
P_K_MotivationalPoster
P_K_MiniFridge
P_K_MetalDetector
P_K_MedicalDegree
P_K_Malware
P_K_MageClass
P_K_Lockpick
P_K_Lighter
P_K_LargeLucidDroplet
P_K_Kindling
P_K_Keychain
P_K_KarateGiBoss
P_K_InflatableCostumeBoss
P_K_HorseshoeBoss
P_K_HockeySkates
P_K_HeartContainerBoss
P_K_HandCrankGenerator
P_K_GoldenEye
P_K_FourLeafClover
P_K_FoamRoller
P_K_FestiveGiftBoss
P_K_Electron
P_K_DirtyRag
P_K_DelicateVase
P_K_Compass
P_K_ComicCollection
P_K_ComfyPillowBoss
P_K_Coffee
P_K_ChemistryTextbook
P_K_CheatSheet
P_K_ChaosTheory
P_K_Champagne
P_K_CementPinatar
P_K_CavemanVitaminsBoss
P_K_CardTrick
P_K_Cactus
P_K_Bullseye
P_K_BulletProofGlassBoss
P_K_BrokenWatch
P_K_BoxingRing
P_K_BombDisposalRobot
P_K_BombBag
P_K_BlackBelt
P_K_BirthdayCard
P_K_BatteryBoss
P_K_BaseballGlove
P_K_BaseballCapBoss
P_K_BarbarianClass
P_K_Antidepressant
P_K_VampireFangs
P_K_TreasureMap
P_K_SpeedBag
P_K_SodaAndMints
P_K_Quiver
P_K_PiggyBank
P_K_Paycheck
P_K_MoneyTree
P_K_MedicineBall
P_K_KeyCutter
P_K_ImportedCandy
P_K_Honey
P_K_HealthInsurance
P_K_FirebirdFeather
P_K_FastFood
P_K_FaceMask
P_K_DustedBlanks
P_K_DentPuller
P_K_BungeeCord
P_K_BoosterShot
P_K_Bonsai
P_K_BikeChain
P_K_Bandage
P_K_ArtSupplies
e.g if you want to heal yourself : ModifyCurrency EMarianaCurrencyType::Health 999
here is a list of all enums that you can use:
Code: Select all
EMarianaCurrencyType::Health
EMarianaCurrencyType::Lucid
EMarianaCurrencyType::Sand
EMarianaCurrencyType::Keys
EMarianaCurrencyType::Bombs
EMarianaCurrencyType::Resolve
EMarianaCurrencyType::Glass
EMarianaCurrencyType::Inspiration
EMarianaCurrencyType::Sparks
LevelUpMeleeWeapon does level up the current equipped melee weapon +1.
To fully reveal the map you need to execute DiscoverMap 1 1 (RevealMap does not unlock the icons)
RerollMeleeWeapon does re-roll the stats of the current equipped melee weapon ( if it has any )
SetAllRelationshipLevels 13 = max relationship level with all characters
All other console commands should be self explaining,
table is only tested on the steam version!
Edit: added a movement speed pointer and a attack speed script.
- Attachments
-
- Dreamscaper-Win64-Shipping.CT
- Dreamscaper 1.1.5.0
Steam
+movement & attack speed - (17.12 KiB) Downloaded 333 times
-
- Dreamscaper-Win64-Shipping.ct
- Dreamscaper 1.1.5.0
Steam - (13.4 KiB) Downloaded 76 times