Pages

miercuri, 13 mai 2020

Fantasy-Map-Generator online tool.

This online map generator is a simple way to generate maps.
The full source code is free and can be found at this GitHub project.
Fantasy map generator online tool


duminică, 10 mai 2020

Star Trek Online from Arc Game.

When I have time I play this game named Star trek Online.
You can find it on the  store steam and is not very easy but with a good story.
One difficult mission is the The Valut, I don't finished yet because is a circular encrypted random code.
The developer come with this intro:
In Star Trek Online, the Star Trek universe appears for the first time on a truly massive scale.
Players take the captain's chair as they command their own starship and crew.
Explore strange new worlds, seek out new life and new civilizations, and boldly go where no one has gone before.
Recent Reviews:
Mostly Positive (269)
All Reviews:
Mostly Positive (12,376)
Release Date:
2 Feb, 2010
Developer:
Cryptic Studios
Publisher:
Perfect World Entertainment
Star trek Online game

miercuri, 6 mai 2020

Blender 3D : Use Text FX addon for your text effects.

The Text FX addon is a addon to animate text and numbers.
After install press the N key and you will see a TextFX tab in the right area of Object Mode.
You can start add text Simple or Advanced and then select the effects for this text.
Pretty easy to use it.
This addon can download it from blenderartists.org.
A simple video tutorial from the New Media Supply channel.

luni, 4 mai 2020

Blender 3D : Create a desert camouflage material with nodes.

Today I will show you how you can create new material like a Desert Camouflage Mosaic.
Open your Blender 3D and remove the default cube and add a plane.
You can use the default cube if you want.
Go to the main menu and select the Shading tab.
Using the keys Shift+A and Search option add these nodes to your 3D object (plane or cube).
Link with the mouse by drag and drop each node and change values like in my screenshot.
Don't forget to save the blender file with the keys Ctr+S.

duminică, 3 mai 2020

Roblox Studio : the hat tutorial.

Today I create a video tutorial about how you can add an object into your game created with Roblox Studio.
The full tutorial and all information can be found on description on my video tutorial:

sâmbătă, 2 mai 2020

Testing the ACE embeddable code editor.

Topday I try to use the ACE editor.
This is an embeddable code editor written in JavaScript with many features:
  • Syntax highlighting for over 110 languages (TextMate/Sublime Text.tmlanguage files can be imported)
  • Over 20 themes (TextMate/Sublime Text .tmtheme files can be imported)
  • Automatic indent and outdent
  • An optional command line
  • Handles huge documents (four million lines seems to be the limit!)
  • Fully customizable key bindings including vim and Emacs modes
  • Search and replace with regular expressions
  • Highlight matching parentheses
  • Toggle between soft tabs and real tabs
  • Displays hidden characters
  • Drag and drop text using the mouse
  • Line wrapping
  • Code folding
  • Multiple cursors and selections
  • Live syntax checker (currently JavaScript/CoffeeScript/CSS/XQuery)
  • Cut, copy, and paste functionality

You can read more at the official website.

See the Pen ace_editor_001 by Cătălin George Feștilă (@catafest) on CodePen.