About Store Forum Documentation Contact



Post Reply 
My current list
Author Message
tabaco Offline
Member

Post: #1
My current list
Hey guys here is my current list of improvements i like to see:
  • Improved world editor

    -Better WYSIWYG movement(some like professional 3D sofware and viewport options( "use only front view", move in only one viewport)
    - So MatED is now built in World editor but has some bugs(canot use defuise and normals)
    - Object placement is a little bit lakky at the moment and to fast(see at better WYSIWYG movement)
    - Sometimes i cant see the water textures
    - Maybe a new look for Interface
    - Add sun, fog, skybox and cloud options for real time edit
    - a Project Browser to see what you have added in World and ur current Models u have in
    - Particle placement in editor
  • Scripting language implementation (lua or javescript like)
    - In world editor direct scripting for props and char, or ai scripting
  • GuiED requests
    -The first ... some better interface for the editor
    -Easier control and more browsers(Project Browser, label list, button,forms list)
  • Shader editor
    - visual shader editor with forms an pipelines for direct input
  • Some render performance improvements
  • More physx like smoke, mind-blowing effects and fluids
  • SDK
    - Some Bug ... dark textures after load World in sdk(maybe multitexture ... ?)


Thats all at the moment i post some more later

Greetings from Germany ;-)
(This post was last modified: 12-01-2009 02:07 PM by tabaco.)
12-01-2009 06:58 AM
Find all posts by this user Quote this message in a reply
Barthap Offline
Member

Post: #2
RE: My current list
Sun, skybox and fog you can make in game code.
Project browser is an good idea.
scripting language: I wrote a small LUA plugin to this engine. It is on old forum on polish part, that forum is deleted but I can give you source code.
Shader editor is an good idea but it can be only for licensed devlopers.
World Editor: it's easy to use, GUI and interface is really good. I'm happy with WE, it's very good tool
Particle editor is in mesh editor. Open mesh editor -> menu Main -> particle.

Greetings from Poland pfft
12-01-2009 08:12 AM
Find all posts by this user Quote this message in a reply
sil0o Offline
Member

Post: #3
RE: My current list
(12-01-2009 08:12 AM)Barthap Wrote:  scripting language: I wrote a small LUA plugin to this engine. It is on old forum on polish part, that forum is deleted but I can give you source code.

why not share with others too? wink thankies
12-01-2009 01:16 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: My current list
Hello and welcome to the forum,

If you experience some bugs, then please post the exact steps how to reproduce them, please post screens so I can know what you're talking about. But before doing that, please try first updating your graphics drivers.

Quote:"use only front view",
you can enable this in menu\view\..
Quote:Add sun, fog, skybox and cloud options for real time edit
this is on my list and will be available in one of the next engine release versions
Quote:Scripting language implementation (lua or javescript like)
making custom game codes for the World Editor is available in the professional license
12-01-2009 04:05 PM
Find all posts by this user Quote this message in a reply
tabaco Offline
Member

Post: #5
RE: My current list
So thanks for replay ... i thinking about buy pro license ... but for now i wait for some new updates.

I post Screenshots later.
12-01-2009 04:21 PM
Find all posts by this user Quote this message in a reply
Barthap Offline
Member

Post: #6
RE: My current list
(12-01-2009 01:16 PM)sil0o Wrote:  
(12-01-2009 08:12 AM)Barthap Wrote:  scripting language: I wrote a small LUA plugin to this engine. It is on old forum on polish part, that forum is deleted but I can give you source code.

why not share with others too? wink thankies

I shared it at polish part of old engine forum
12-02-2009 02:03 PM
Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #7
RE: My current list
But now we can't read this thread smile
12-02-2009 03:14 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Barthap Offline
Member

Post: #8
RE: My current list
With it I have a small problem. I havent got source codes with LUA. yes, I got LUA in project but source codes are changed to luabind library. Luabind needs different project settings than engine and it's not working. Old source codes without luabind are on old forum packed in LUA.zip and that file is on old forum. We can get that file. Open google.com, write "esenthel.com język skryptowy LUA" and on first found page click copy. Google will open page from old forum and there are LUA.zip as attachament but it's only from logged in old forum where we cant login.
It was "My LUA history" smile
12-03-2009 11:15 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #9
RE: My current list
but I don't think that this is what tabaco needs, he wants integration of World Editor with scripting.
and this is only available in the Pro license (and not through scripting but through access to c++ and header files)
12-03-2009 04:42 PM
Find all posts by this user Quote this message in a reply
tabaco Offline
Member

Post: #10
RE: My current list
(12-03-2009 04:42 PM)Esenthel Wrote:  but I don't think that this is what tabaco needs, he wants integration of World Editor with scripting.
and this is only available in the Pro license (and not through scripting but through access to c++ and header files)

So i must implement this scripting system by my self ? This is a great thing ... so i asking my wife for money grin ... and maybe i buy Pro license next month.
(This post was last modified: 12-03-2009 10:56 PM by tabaco.)
12-03-2009 10:49 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #11
RE: My current list
wink
Quote:So i must implement this scripting system by my self ?
yes if you want to use any kind of scripting in your game, but in my most cases its just easier to do some c++ instead of playing with scripts.
12-03-2009 11:11 PM
Find all posts by this user Quote this message in a reply
Post Reply