Jump to content

Need help(make image with character only)


Recommended Posts

Hi. I am right now working on adding several characters on an image I have but I don't know how to make it so that I can make a large screenshot with the characters(with 1 backgroundcolor) so that I can copy it and remove the background and make it so that they have different clothes and skins and maybe have it so that they use one of the emotes.

The characters are going to be seperated so it's not like one is behind another.

Stick with me here

 

You are going to create a gigantic blue farmplot for a blue screen

Have SME installed http://steamcommunity.com/sharedfiles/filedetails/?id=828994749&searchtext=simple+map+editor

1. Set season to spring in world settings

2.Enter this into console

 a=DebugSpawn('slow_farmplot') a.Transform:SetScale(200,200,200) a.AnimState:SetMultColour(0,0,0,0.998) a.AnimState:SetAddColour(0,0,1,1)

(makes the giant blue farmplot)

3. Enter this into console:

c_find('slow_farmplot'):AddTag('NOCLICK')

(ensures the farmplot will appear blue by not having your mouse hover over it)

4. Enter this into console:

ThePlayer.HUD.vig.inst:Remove()

(removes HUD)

5. Enter this into console:

ThePlayer.components.playervision:SetCustomCCTable({})

(removes color filters)

6. Type into chat:

!cb minerhatlight

(this command, when entered into chat, puts the miner's hat light onto your clipboard)

7. Hold down Ctrl+Shift+V and spread your mouse around until you get a pure, bright blue

(the lights brighten the color, don't spam too much or you will lag yourself)

8. Record, take a screenshot, or do whatever, and then you got yourself a recording/picture with a bluescreen

 

11 hours ago, Bluckles said:

Stick with me here

 

You are going to create a gigantic blue farmplot for a blue screen

Have SME installed http://steamcommunity.com/sharedfiles/filedetails/?id=828994749&searchtext=simple+map+editor

1. Set season to spring in world settings

2.Enter this into console

 a=DebugSpawn('slow_farmplot') a.Transform:SetScale(200,200,200) a.AnimState:SetMultColour(0,0,0,0.998) a.AnimState:SetAddColour(0,0,1,1)

(makes the giant blue farmplot)

3. Enter this into console:

c_find('slow_farmplot'):AddTag('NOCLICK')

(ensures the farmplot will appear blue by not having your mouse hover over it)

4. Enter this into console:

ThePlayer.HUD.vig.inst:Remove()

(removes HUD)

5. Enter this into console:

ThePlayer.components.playervision:SetCustomCCTable({})

(removes color filters)

6. Type into chat:

!cb minerhatlight

(this command, when entered into chat, puts the miner's hat light onto your clipboard)

7. Hold down Ctrl+Shift+V and spread your mouse around until you get a pure, bright blue

(the lights brighten the color, don't spam too much or you will lag yourself)

8. Record, take a screenshot, or do whatever, and then you got yourself a recording/picture with a bluescreen

 

this is actually a really cool idea, I just wish it would save so that way it could be like a bluescreen room.

Archived

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

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...