Jump to content

How to apply effect with console command


pashabulek

Recommended Posts

saw a crowd control mod basically streamer using on twitch that viewer can interact with effect in game, like summoning monster that easy to do, 

 

But like summoning exploding melon i dont know how to recreate using console command if that at all possible, 

 

Another thing, if we can use console command to make players get an effect from weapon effect. For example, behemoth can send player flying when attacking player. The "flying" effect is what im looking for, if that is possible to apply to player using console command.

 

Lastly, there is player.addspell which im trying to find what can be done with it but haven't found any sources that can be learned from.

Link to comment
Share on other sites

1. Applying an Effect via Spell or Magic Effect
player.addspell <FormID> for player
<refID>.addspell <FormID> on NPCS
player.addspell 001DCFCC (Example added berserk effect on player)
player.removespell <FormID>

2. Applying a Perk for an Effect
player.addperk <PerkID>

3. Applying a Temporary Effect with a Potion or Chem
player.equipitem <ItemID>
player.equipitem 00023742 (medx)

4. Using Damage or Buff Effects
player.damageav radiationrads <amount> set radiation damage for example

5. Finding Effect IDs
help "<effect name>" 4
help "stealth" 4

Exploding Melon

Spawn a melon in front of the player:
player.placeatme 000F5CBA
Making it Explode
Select the melon while in the console (click on it)
placeatme 0001f673
This simulates an explosion similar to a frag grenade

Simulating Behemoth Knockback effect
player.pushactoraway player 10


Enjoy ❤️

 
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...