Space Engineers

Space Engineers

Paint Gun - realistic painting for survival + special creative features
Visualizzazione di 91-100 elementi su 113
< 1 ... 8  9  10  11  12 >
Aggiornamento: 11 nov 2016, 20:59

- Workaround for v01.161.
- Fixed some inputs still working in some menus (they still work in some other menus because those are undetectable by mod API).

Aggiornamento: 4 set 2016, 23:13

- Some internal changes to how the paint gun is detected, logger and input handler.
- Also uploaded from stable branch to remove the 'development' tag.

Aggiornamento: 15 ago 2016, 7:58

- Fixed script not working due to a removed debugging class.

Aggiornamento: 10 ago 2016, 18:59

- Fixed v01.147 compatibility which affected the following things:
-- New issue: input is detected when in menus (except chat);
-- New issue: MP clients will have some problems with colors picked by
the paint gun, to avoid that use the vanilla color picker to replace
colors in your palette.
-- Crosshair no longer changes color depending in what you're aiming at
with the paint gun;

- New way of selecting colors, the paint gun now selects colors
individually from the game's palette (due to the whitelist changes) but
this also means you swap colors way faster.
To swap colors equip the paint gun and use the scroll on the mouse or
next/prev camera keys (default [ and ] ).
- Added a paint palette in the HUD that indicates the selected color and
the other colors as well.
- Added replace-color mode for creative only, shift+R by default. It
replaces the color you click on with the color you selected on the
entire grid or grid system.
- Painting in creative mode now no longer cares about block's damage levels.
- When in color-pick mode, aiming at a player now shows a box around
them to show that you've slected the player and not a block.
- Added various new configurable settings in the config.
- Added a label on the paint gun's ammo bottle model which gets colored
along with the cap when being held.
- Optimized network packets sent by this mod.
- Removed DX9 textures as they wasted space.

Aggiornamento: 1 lug 2016, 9:20

- Now the paint gun directly uses the game's color palette, color picker will set the color to the palette as well as color commands.
- Removed 'lastpaintcolor' from config as it doesn't quite work with the other changes.

Aggiornamento: 13 giu 2016, 3:24

- Paint gun now uses the game's color picker menu, and removed '/pg
default' command.
NOTE: Using /pg pick, /pg hsv/rgb or Shift+[LG] with the paint gun will
only hold that color TEMPORARILY, it won't be set in the game's color
picker menu because there's no way for me to do that.
If you want to get colors directly in the color picker menu and the
paint gun, switch over to any cube and use Shift+[LG] with that.
Once the API permits me to set the color to the game's color picker,
then it will make more sense.
- Re-enabled previously disabled features that used input.
- Improved mod's network packets by making them smaller so they use less
bandwidth.
- Added red selection box for invalid block selection.
- Added selection box for symmetry to indicate what blocks are painted.
- Tweaked paint gun animations for first person, 3rd person and
shooting.
- Tweaked spray particles to be more colorful right out the nozzle.
- Added HEX support for '/pg rgb' command, for example: /pg rgb #FF00FF
- Changed the command list when typing '/pg' to a popup window instead
of bundling it in the chat.
- Updated the back-end input handler with the one I use in control
module and ladder to keep things clean and consistent, if you had custom
binds in the config please go and re-make them as they're reset (and
differently syntaxed).
- Fixed green selection box not showing when color picking or when the
color is the same.
- Fixed symmetry painting not working properly in MP because symmetry
planes aren't synchronized by the game.
- Fixed symmetry painting not allowing you to paint if the selected
block is the same color but not the symmetry ones.

Aggiornamento: 3 giu 2016, 13:44

- Temporarily disabled input-dependant features to allow the mod to work with the current broken input API, features being: shift+b (use /pg pick instead) and symmetry toggle.

Aggiornamento: 12 apr 2016, 22:38

- Fixed visual symmetry being sometimes off for paint gun on all axis.

Aggiornamento: 11 apr 2016, 16:13

- Fixed visual symmetry Z plane going the wrong direction from the center.

Aggiornamento: 5 apr 2016, 23:43

- Added paint mirroring for creative, along with visualizing the mirror
planes when the tool is held.
- Added symmetry indicator in the HUD lines as well as hooking the
symmetry toggle button to toggle it while holding the tool (to avoid
having to use cube builder to toggle it).
- Added selected block wireframe overlay, makes paint target much easier
to identify.
- Fixed the paint sound loop end by adding my own sound definition
without a loop end, still using the vanilla air vent exhale sound
though.