Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (alibaba, vicknick), 1,492 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Gallery
Next Gallery
Print Thread
Rating: 5
Page 15 of 15 1 2 13 14 15
liteEditor #370818
05/16/11 00:08
05/16/11 00:08
8 Images
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
liteEditor

Hey,

This is the "offical" Thread for the first releases of liteEditor - the new Programming Tool for 3D-Gamestudio.
So for those of you who have never heard of it. What can you do with liteEditor?
  • Support for all programming-languages concering 3D-Gamestudio. No Matter if you are a Shader-Programmer, still working with WDL or "already" use C-Lite.
    Additionally languages like html, ini, batch etc. are also supported.
  • Develop new code faster with fewer errors.
  • Quickly understand existing code.
  • Refractor existing code making it easier to read and cheaper to maintain.
  • Eliminate time spent searching by allowing instant navigation to any file, symbol or reference.
  • ...
I think most questions will be answered by the following pictures.
Please always download the most resecent version from http://www.dev-software.com
The current version is a prealpha version and is therefore unstable. I'm searching for committed testers.
Note that you need to install VC++ 2010 redist which can be found here: x64 x86

The current release version is 0.003 (prealpha).

Best Wishes,
Timo Stark
149 Comments
Re: liteEditor - dead [Re: ratchet] #389235
12/11/11 21:35
12/11/11 21:35
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
TechMuc  Offline OP
User
T

Joined: Jul 2008
Posts: 894
http://www.kalomai.de/ledFull.rar

You'll need Visual Studio 2010 (probably the express version will work out) to start the program.

Re: liteEditor - dead [Re: TechMuc] #389264
12/12/11 12:30
12/12/11 12:30
Joined: Dec 2003
Posts: 1,225
germany
gri Offline
Serious User
gri  Offline
Serious User

Joined: Dec 2003
Posts: 1,225
germany

This are bad news TrippleX.

Yes I can follow and go with your points. I can full understand your behaivor and honor your work.
I for myself would never start such a huge project.

But!
This shows the problem with 3rd part software solutions.

If the developers gettn not enough support by the engine developers its better to leave the hands from this.

Its wasted time to work in such a tool because the developers may cancel its development at any time.
And even when the tool is finished and works nicely.... after the next engineupgrade its possibly not usable anymore.


XeraphineX3, IceX , LED ... all good tools at their time. But dead ends as I look back.
A bit money and to much time I've lost in this.

Sadly that the engine doesnt come with such functionality by default.


"Make a great game or kill it early" (Bruce Shelley, Ensemble Studios)
Re: liteEditor - dead [Re: gri] #389266
12/12/11 12:57
12/12/11 12:57
Joined: Oct 2004
Posts: 4,134
Netherlands
Joozey Offline
Expert
Joozey  Offline
Expert

Joined: Oct 2004
Posts: 4,134
Netherlands
It's ofcourse sad to hear this, but I have to admit I couldn't bring up a proper amount of motivation myself to develop the plugins for the editor I gave my promise for. Been a while since, but that was a poor action on my part. Though at that time I couldn't help it, a bit inexperienced with cooperative working on projects and communicating properly wink.

It's a big project, and no shame in ceasing development when you're all alone in it. The main reason to start these projects is self education, and when it gets popular and gains support the development may be continued. If there's nothing left to teach yourself and there is too few interest in keeping the project alive the project dies, but your goal is reached: gained 100 xp laugh.


Click and join the 3dgs irc community!
Room: #3dgs
Re: liteEditor - dead [Re: Joozey] #389278
12/12/11 17:32
12/12/11 17:32
Joined: May 2007
Posts: 2,043
Germany
Lukas Offline

Programmer
Lukas  Offline

Programmer

Joined: May 2007
Posts: 2,043
Germany
@TechMuc: I just want to let you know that I downloaded the source. So, should you need free webspace very badly and have to take something down, at least I won't need it to be uploaded anymore.

Thanks for uploading this.

Re: liteEditor - dead [Re: Lukas] #389287
12/12/11 18:59
12/12/11 18:59
Joined: Mar 2006
Posts: 1,993
Karlsruhe
PadMalcom Offline
Serious User
PadMalcom  Offline
Serious User

Joined: Mar 2006
Posts: 1,993
Karlsruhe
THIS is huge! How comes it is 300mb? laugh Downloading too, maybe we can compile a liteEditor lite edition!

Re: liteEditor - dead [Re: PadMalcom] #389298
12/12/11 21:51
12/12/11 21:51
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
TechMuc  Offline OP
User
T

Joined: Jul 2008
Posts: 894
hi lukas / pad,
if you need any help compiling the program just contact me via pm and i can help you out. Shouldn't be too difficult.

@pad: led allone hsa around 200 mb of code & bitmaps (and so on), but wxWidgets (
the GUI System in the background) has alone a size of around 600 mb.

regards,
Timo

Re: liteEditor 0.0041 [Re: Rackscha] #396455
03/07/12 00:26
03/07/12 00:26
Joined: Jun 2004
Posts: 2,234
Wisconsin USA
FoxHound Offline
Expert
FoxHound  Offline
Expert

Joined: Jun 2004
Posts: 2,234
Wisconsin USA
I am unable to get this to run my game. I pull up my main file and it finds all the included files. However it crashes when I try to run the game either through debug or release. I can not find any instructions to find my error. If it means anything I have 40 files (20 c and 20 h).


---------------------
There is no signature here.


QUIT LOOKING FOR ONE!
Re: liteEditor 0.0041 [Re: FoxHound] #396466
03/07/12 07:34
03/07/12 07:34
Joined: Jul 2008
Posts: 894
T
TechMuc Offline OP
User
TechMuc  Offline OP
User
T

Joined: Jul 2008
Posts: 894
Hi Fox, thanks for your post / bug report. I'm currently not willing / not able to work on led (please read the last posts for more details), as I'm not interested anymore to spend hours of free time for a product which is dieing (imo).
Probably i'll restart the development in ~1 month when study starts again (and by that a lot of free time wink ).
So if you want me to check your code, please upload a sample project, where i can redprouce the bug. Thank you, best regards

Last edited by TechMuc; 03/07/12 07:35.
Re: liteEditor 0.0041 [Re: TechMuc] #396555
03/07/12 21:21
03/07/12 21:21
Joined: Jun 2004
Posts: 2,234
Wisconsin USA
FoxHound Offline
Expert
FoxHound  Offline
Expert

Joined: Jun 2004
Posts: 2,234
Wisconsin USA
This got me to look more into see and get the project portion working so managing my 40 files much easier. So thanks for that.

Unless you intended to relapse a commercial versIon you could make this oPen source and get a few more minds in the build.


---------------------
There is no signature here.


QUIT LOOKING FOR ONE!
Re: liteEditor 0.0041 [Re: FoxHound] #396557
03/07/12 21:25
03/07/12 21:25
Joined: Apr 2007
Posts: 3,751
Canada
WretchedSid Offline
Expert
WretchedSid  Offline
Expert

Joined: Apr 2007
Posts: 3,751
Canada
FoxHound, please, read the thread! It is already open source and you can fix it already yourself!


Shitlord by trade and passion. Graphics programmer at Laminar Research.
I write blog posts at feresignum.com
Page 15 of 15 1 2 13 14 15

Moderated by  jcl, Realspawn, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1