Jump to content

[Looking for modders]


Jessica69

Recommended Posts

Dear Loverslab and Loverslab modders,

 

I am sort of familiar with creation kit as in I can made a cell and add objects to that cell, create chests with locks and specific loot, create NPC's, re-texture weapons ( I don't know what programs to use to make my own models to use, so I can just re-texture the vanilla skyrim models ), create items.

 

That's about the extent of my knowledge in CK, what I'm looking for, however, is to write a mod that forces the players' race to change after a certain amount of time has passed. I would love to know how to go about creating a script and implementing it (which I have absolutely no clue on how to do, either things I said) since there really aren't any mods out there that already do this. The closest Skyrim comes is when the one mage turns you into a cow in winterhold. (But I think that's just a player.moveto command and then player.placeatme ###cow### kind of thing, not actually changing the character INTO a cow).

 

Any help on this would be greatly appreciated! You can PM me if you have exclusive interest in what I'm trying to do and can help me to figure out how to accomplish it :D

Link to comment

You can change a race by a single line of scripting:

 

PlayerRef.setRace(theRaceYouWant)

 

The race has to be playable to have this work correctly. You cannot turn the player into a horse and then use weapons.

 

Link to comment

You can change a race by a single line of scripting:

 

PlayerRef.setRace(theRaceYouWant)

 

The race has to be playable to have this work correctly. You cannot turn the player into a horse and then use weapons.

Thanks so much! I'm having troubles implementing it, however. I'm trying to get it to wait a certain amount of time and then switch races.

 

P.S. Is there any way to carry over settings? Or can you just change settings of the new class once the character's been switched?

Link to comment

You can change a race by a single line of scripting:

 

PlayerRef.setRace(theRaceYouWant)

 

The race has to be playable to have this work correctly. You cannot turn the player into a horse and then use weapons.

Sorry, I just saw your awesome papyrus link! I'll look through that and if I can't find anything you'll hear from me again :D thanks for the help so far

Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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