Jump to content
3DXChat Community

Gizmo

Administrators
  • Posts

    1,437
  • Joined

  • Days Won

    171

Gizmo last won the day on March 15

Gizmo had the most liked content!

About Gizmo

Contact Methods

  • Discord
    https://discord.gg/3dxchat
  • Website URL
    https://3dxchat.com

Profile Information

  • Gender
    Male
  • Location
    3DXChat
  • Interests
    3DX Community

Recent Profile Visitors

122,363 profile views

Gizmo's Achievements

Advanced Member

Advanced Member (3/3)

9.9k

Reputation

Single Status Update

See all updates by Gizmo

  1. I recently had an issue with the patcher doing an update. It corrupted a .dll or something. Then I tried to delete and reinstall, but ultimately had to clear the registry, so that the game would install again.

    The game works now, but clearing the registry removed my entire color palette that I use for building. I had almost 100 specific colors I use but now they're gone. The only way to find the colors will be to open the world files manually and try to figure out which object I want and copy its color.

    Instead, could you please fix the BUG that doesn't update the color picker in the World Editor? When I select an object in world, the color picker should show that object's color, the same way the Character Editor does. But it doesn't update the displayed color at all. This should be a very simple thing to program. Please fix it for the next game version so I can easily repair my saved colors by just selecting objects.

    1. Xaufin

      Xaufin

      Whenever an object becomes selected:

      if (SelectedObjects.Count == 1 && ColorPicker.isOpen) {
          ColorPicker.DisplayColor(SelectedObjects[0].color)
      }

      And when a color palette preset is applied to an object(s), also refresh the colorPicker to show the color that was applied.

       

×
×
  • Create New...