Jump to content
3DXChat Community

Xaufin

Members
  • Posts

    111
  • Joined

  • Last visited

  • Days Won

    1

Status Replies posted by Xaufin

  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...