Page 1 of 2

(REQ) Valheim (steam)

Posted: Tue Feb 02, 2021 9:21 pm
by rakubot


About this game
Your soul has been transported to the tenth Norse world, Valheim, by the warrior Valkyries, whose life was cut short in battle. Surrounded by chaotic creatures and ancient gods, you are tasked with defeating Odin's ancient nemesis and bringing order to Valheim.

The player's ordeal begins in the heart of Valheim, a place of soothing peace. But for the brave, rewards from the gods and glory await. Players explore lush forests and snow-covered mountains in search of materials to build powerful weapons, rugged armor, Viking fortresses, and outposts. Then, build the most powerful longships and set sail to the great sea in search of enchanted lands. But be careful when you go too far.

Key Features.

Vast Procedurally Generated Fantasy World - Battle and hunt legendary creatures, explore and inhabit a vast land of mysterious forests, snow-covered mountains, and mysterious meadows teeming with wildlife.
Co-op PvE (2-10 players) - Whether you're brave enough to face it alone or with a group of friends you trust, Valheim supports individual player-hosted servers and infinite world creation. 3-5 players are recommended for co-op.
Advanced evasion & block-based combat system with a wide variety of weapons.
Ship Building and Navigation - From fragile rafts to massive warships, build legendary ships to conquer the seas and discover new lands.
Summon and defeat vengeful ancient enemies, collect trophies to advance, and craft new powerful items.
Build houses, bases, and more - Create massive mansions, farms, outposts, castles, and more.
Intuitive Item Crafting - Build the best weapons and armor, craft food and mead.
Dedicated Server - For players who want to run on a durable server. If you don't want to use your own PC server, consider renting one of the G-Portal servers.

Translated with [Link] (free version)

Re: (REQ) Valheim (steam)

Posted: Tue Feb 02, 2021 10:50 pm
by Akira

Re: (REQ) Valheim (steam)

Posted: Wed Feb 03, 2021 6:11 am
by Cake-san
Here's a simple table...

Update 1
- Fixed No Damage script to ignore damage from fire
- Added Item spawner script
- Added Inventory pointer

Update 2
Image

Update 2.5
- Added Build Anywhere script
- Added a few pointers...

Update 3
- Added Gluttony script
- MinimapOnMapDoubleClick Teleport script
- DiscoverLocation script
- etc

Update 3.5
- Divide no consume script into Unlimit Arrow, Food No Consumed, Doesn't Consume Material scripts...
- Added Repair Building to Huge Health script
- Added Offset Based pointer , (Although, I prefer structure dissect ¯\_(ツ)_/¯ )
- etc

Update 3.9
- Added DiscoverClosestLocation script alternative to DiscoverLocation script which will work even if you're not a host...
- Added Spawn Object script
- etc

Update 4
- Added No Fall Damage, Wind Direction Follow Player, WaterLevel scripts
- etc

Update 4.1
- CheatsIsEnabled script also unlock Console features for non-host
- Added Force ItemDrop level script
- Added Neither Death Penalty nor Tombstone script
- etc

Update 4.2
- Added Bow Instant Draw
- Added Guardian Power
- Revamped & fixed a few scripts
- etc

Re: (REQ) Valheim (steam)

Posted: Wed Feb 03, 2021 9:13 am
by vfor5
woot woot

Re: (REQ) Valheim (steam)

Posted: Fri Feb 05, 2021 4:11 pm
by Cake-san
#Updated nah
Cake-san wrote:
Wed Feb 03, 2021 6:11 am
Update 1
- Fixed Invincible script to include damage from fire
- Added Item spawner script
- Added Inventory pointer

Re: (REQ) Valheim (steam)

Posted: Fri Feb 12, 2021 8:08 pm
by Cake-san
Cake-san wrote:
Wed Feb 03, 2021 6:11 am
Update 3
- Added Gluttony script
- MinimapOnMapDoubleClick Teleport script
- DiscoverLocation script
- etc
Enjoy ;)

Re: (REQ) Valheim (steam)

Posted: Sun Feb 14, 2021 11:26 am
by Swag
Cake-san wrote:
Wed Feb 03, 2021 6:11 am

Update 3
- Added Gluttony script
- MinimapOnMapDoubleClick Teleport script
- DiscoverLocation script
- etc
Hello,

Love your tables, but I think something is broken with update 3. Activating it changes the weight limit into 300000 or something like that. If I try to change the weight back to normal it turns back into that huge number again. Update 2 still works perfectly though.

Re: (REQ) Valheim (steam)

Posted: Sun Feb 14, 2021 12:49 pm
by Cake-san
Swag wrote:
Sun Feb 14, 2021 11:26 am
Hello,

Love your tables, but I think something is broken with update 3. Activating it changes the weight limit into 300000 or something like that. If I try to change the weight back to normal it turns back into that huge number again. Update 2 still works perfectly though.
Welp, that one is called features ,lol :lol:

You can edit the value or comment out the code on lines 305 inside the Main/Valheim script...

Re: (REQ) Valheim (steam)

Posted: Wed Feb 17, 2021 4:38 pm
by zalanic
Cake-san wrote:
Sun Feb 14, 2021 12:49 pm
Swag wrote:
Sun Feb 14, 2021 11:26 am
Hello,

Love your tables, but I think something is broken with update 3. Activating it changes the weight limit into 300000 or something like that. If I try to change the weight back to normal it turns back into that huge number again. Update 2 still works perfectly though.
Welp, that one is called features ,lol :lol:

You can edit the value or comment out the code on lines 305 inside the Main/Valheim script...
Hey cake-san, first of all, thanks a lot for your table, it is the only one that works for me and really helped me manage my server better (mostly giving people back stuff that lost through disappearing graves or other bugs).

Can you add a mob spawning function? :) There seems to be a spawn command in the console

Re: (REQ) Valheim (steam)

Posted: Wed Feb 17, 2021 8:23 pm
by Akira
Console Command List:
[Link]
(4 tabs at the bottom of the site, work in progess)

Small Trainer (Pw = Akira):
[Link]
(File size is to big to upload it here..)
Clone Items doesn't work in it.

Re: (REQ) Valheim (steam)

Posted: Wed Feb 17, 2021 8:32 pm
by Akira
zalanic wrote:
Wed Feb 17, 2021 4:38 pm
Can you add a mob spawning function? :) There seems to be a spawn command in the console
There's a mod called SkToolbox on Nexus Mods which works for everyone.
(Can't share the link here xd)

[Link]

Posted my command list in in a message above.

Re: (REQ) Valheim (steam)

Posted: Thu Feb 18, 2021 2:20 am
by Cake-san
Cake-san wrote:
Wed Feb 03, 2021 6:11 am
Update 3.5
- Divide no consume script into Unlimit Arrow, Food No Consumed, Doesn't Consume Material scripts...
- Added Repair Building to Huge Health script
- Added Offset Based pointer , (Although, I prefer structure dissect ¯\_(ツ)_/¯ )
- etc

Another Update :roll:
zalanic wrote:
Wed Feb 17, 2021 4:38 pm
...
What do mean by that ?
You can literally spawn any mob that you want using that command...
Or do want me to list out of mobs only prefab ?

Re: (REQ) Valheim (steam)

Posted: Thu Feb 18, 2021 12:25 pm
by zalanic
Cake-san wrote:
Thu Feb 18, 2021 2:20 am
Cake-san wrote:
Wed Feb 03, 2021 6:11 am
Update 3.5
- Divide no consume script into Unlimit Arrow, Food No Consumed, Doesn't Consume Material scripts...
- Added Repair Building to Huge Health script
- Added Offset Based pointer , (Although, I prefer structure dissect ¯\_(ツ)_/¯ )
- etc

Another Update :roll:
zalanic wrote:
Wed Feb 17, 2021 4:38 pm
...
What do mean by that ?
You can literally spawn any mob that you want using that command...
Or do want me to list out of mobs only prefab ?
the extra console commands aside from kick, ban etc. do not work on my dedicated server :/

Re: (REQ) Valheim (steam)

Posted: Thu Feb 18, 2021 11:53 pm
by Y.A.K.E
Cake-san wrote:
Wed Feb 03, 2021 6:11 am
Here's a simple table...

Update 1
- Fixed No Damage script to ignore damage from fire
- Added Item spawner script
- Added Inventory pointer

Update 2
Image

Update 2.5
- Added Build Anywhere script
- Added a few pointers...

Update 3
- Added Gluttony script
- MinimapOnMapDoubleClick Teleport script
- DiscoverLocation script
- etc

Update 3.5
- Divide no consume script into Unlimit Arrow, Food No Consumed, Doesn't Consume Material scripts...
- Added Repair Building to Huge Health script
- Added Offset Based pointer , (Although, I prefer structure dissect ¯\_(ツ)_/¯ )
- etc
DiscoverLocation no working(server)

Re: (REQ) Valheim (steam)

Posted: Fri Feb 19, 2021 6:39 am
by Cake-san
zalanic wrote:
Thu Feb 18, 2021 12:25 pm
the extra console commands aside from kick, ban etc. do not work on my dedicated server :/
Y.A.K.E wrote:
Thu Feb 18, 2021 11:53 pm
DiscoverLocation no working(server)
Cake-san wrote:
Wed Feb 03, 2021 6:11 am
Update 3.9
- Added DiscoverClosestLocation script alternative to DiscoverLocation script which will work even if you're not a host...
- Added Spawn Object script
- etc
:roll: