Jump to content
  • 0

Preset Character


Yuri

Question

Hello everyone!

Is it possible to skip the character creation window using a patch or script?

This means that the player will start the game with a ready-made character, and already on the map, through events, you can organize the choice of class, race, fraction, etc.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 1

Easy way to disable is by finding these in the CharacterCreationWindow.json and setting Hidden and Disabled to true for the following If you just want select a Player name

 

"ClassCombobox"

"CharacterContainer"

"GenderPanel"

"MaleCheckbox"

"Checkbox"

"FemaleCheckbox"

 

 

"Disabled": false,
 "Hidden": false,

 

Then have an unlocked default class to beable to create your player's name and lock all the classes you want to select via events.

Edited by Justn
Link to comment
Share on other sites

  • 0
7 hours ago, Justn said:

Easy way to disable is by finding these in the CharacterCreationWindow.json and setting Hidden and Disabled to true for the following If you just want select a Player name

 

"ClassCombobox"

"CharacterContainer"

"GenderPanel"

"MaleCheckbox"

"Checkbox"

"FemaleCheckbox"

 

 

"Disabled": false,
 "Hidden": false,

 

Then have an unlocked default class to beable to create your player's name and lock all the classes you want to select via events.

Indeed, I did not think.  Need to try.

 Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...