Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
M1 Oversampling
by jcl. 04/26/24 11:12
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
Eigenwerbung
by jcl. 04/26/24 11:08
MT5 bridge not working on MT5 v. 5 build 4160
by EternallyCurious. 04/25/24 20:49
Trading Journey
by howardR. 04/24/24 20:04
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Scripts not found
by juergen_wue. 04/20/24 18:51
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
5 registered members (howardR, AndrewAMD, EternallyCurious, Petra, 1 invisible), 791 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mega_Rod, EternallyCurious, howardR, 11honza11, ccorrea
19048 Registered Users
Previous Gallery
Next Gallery
Print Thread
Rating: 4
Page 6 of 10 1 2 4 5 6 7 8 9 10
MapBuilder 2 #418028
02/20/13 13:31
02/20/13 13:31
8 Images
Joined: Mar 2011
Posts: 3,150
Budapest
sivan Offline OP
Expert
MapBuilder 2

MapBuilder Editor has arrived to a new stage. Beside keeping it a lightweight editor, a lot of new features are packed into it, extending the old system with support of 3D Game Studio A8 Commercial/pro edition (object shaders, decals, pssm shadows, shade-c 0.91 water shader and shadowmapping, post processing shaders). This way Free and Extra users can experience with the possibilities of Commercial edition, or can choose to limit options to the basic engine functionalities, to utilize only compatible features during level design time.

MapBuilder now offers static lightmapping for all the engine editions, and a completely new, vegetation and texture package, to achieve both quality and performance, optimized for 3D Game Studio A8. Level testing also features some weather effects now, to see at design time how performance changes in case of many snow or rain particles.

At the download page you can find the version history mentioning all the important improvements done on each update, just shortly:
- From version 2.2 MapBuilder is open source, and features improved pssm shadows, shade-c based shadowmapping and water shaders, new shadow and water editors.
- Update 2.21 provided some wmb saving/loading improvements.
- In version 2.3 the source code is completely reorganized, the terrain editor is reworked, entity modification is more flexible, it has much better entity seeding options, offers two camera modes.
- Update 2.32 includes two example projects using the editor source directly covering various ways of level loading, and a 4 level mini shooter game with our favourite wizards.
- Version 2.4 features improved shadowmapping, rewritten shader package, improved water, more flexible lightmap usage, fixed nexus and memory handling.

To download the latest version visit MapBuilder homepage.

Or:
MB 2.40 (160 MB) https://www.dropbox.com/s/rlnuxz5k7opj97j/MapBuilder240.zip?dl=0
MB 2.41 patch (1 MB) https://www.dropbox.com/s/rge9fmoddmbhngs/MapBuilder241_patch.zip?dl=0
Last edited by sivan; 01/08/15 15:55.
92 Comments
Re: MapBuilder 2 [Re: sivan] #429433
09/12/13 11:47
09/12/13 11:47
Joined: Mar 2011
Posts: 3,150
Budapest
sivan Offline OP
Expert
sivan  Offline OP
Expert

Joined: Mar 2011
Posts: 3,150
Budapest
Hi agan!

MapBuilder 2.21 update is ready, please visit the download page: http://mapbuilder.zxq.net/download.html

As you can read there in the version history, new features are:

- Rewritten exporter for wmb compilation.
- Rewritten wmb importer. A wmb info file is used now for identifyíing which shadow mode is used by the exported wmb file - it can be selected to be used when loading a wmb level for better compatibility.
- No terrain is required any more when importing a wmb level from WED.
- Some material handling and entity modification issues are fixed.
- Updated 1 skin terrain shaders to have similar look as without shader.
- New example levels, and a new map.
- Rewritten sky settings file loader, that can handle files in older format. Old sky files are replaced by new ones.
- Managed engine issue when PSSM is used without blur, together with the new terrain shaders.
- Source code included again.

And last but not least, many thanks for the feedback!

PS:
there are still some engine related limitations I could not solve, namely after loading a level with pssm or shade-c shadowmapping, a level with decal shadows may be loaded with some missing decal shadows. so basically, use wmb only for final versions to be used in your game, where probably you will not switch between shadow modes.

Last edited by sivan; 09/12/13 11:55. Reason: PS.
Re: MapBuilder 2 [Re: sivan] #429654
09/16/13 09:07
09/16/13 09:07
Joined: Jul 2013
Posts: 158
F
Feindbild Offline
Member
Feindbild  Offline
Member
F

Joined: Jul 2013
Posts: 158
A working WED alternative? Oh man, you got me hooked. Downloading and trying right now!

Edit: first feedback after testing for ~30 seconds:
- Needs a windowed mode (or am I missing something?) to feel more like a program and less like a game
- Camera controls (and some other controls too) are slow and unintuitive. Why no movement with WASD? Why can't I move the cam by holding down a mouse button?

I need to play around with this more, but it has great potential!

Last edited by Feindbild; 09/16/13 09:20.
Re: MapBuilder 2 [Re: Feindbild] #429665
09/16/13 11:49
09/16/13 11:49
Joined: Mar 2011
Posts: 3,150
Budapest
sivan Offline OP
Expert
sivan  Offline OP
Expert

Joined: Mar 2011
Posts: 3,150
Budapest
thanks! it's not a complete replacement of WED, it has a lot of missing features, while having many others.

you can switch to windowed mode from the startup menu, select window mode 2. there you also have to select a resolution smaller than your desktop resolution. in the other case it will run as fullscreen.

the camera is a rts camera I need in my game, but you are not the first requesting it, so probably I'll add another camera type soon. by the way, wasd is used in the test mode for character control.

ps.
and please don't forget to vote for it in the AUM contest laugh

Last edited by sivan; 09/16/13 11:56.
Re: MapBuilder 2 [Re: sivan] #432676
11/11/13 11:24
11/11/13 11:24
Joined: Mar 2011
Posts: 3,150
Budapest
sivan Offline OP
Expert
sivan  Offline OP
Expert

Joined: Mar 2011
Posts: 3,150
Budapest
News:

I decided to have a slight delay, instead of a minor update containing only modified shadowmappings, I started code reorganization, do more testing, and bugfixing. For example, I faced several bugs in bitmap handling of the terrain texture editor and lightmapper, that required several days to eliminate. Another problem is that the older parts of the code are a bit badly organized, so they need also significant time to rework. The UI input handling also has some instabilities currently, to be checked in the following days. As future plans, a new GUI, and an additional camera system also would be fine, I know... The documentation is another very incomplete thing.

All of these not shiny jobs are very important for further development, and also for those users who want to work with the source code to customize MapBuilder due to their own needs. So next time you can expect only a few new features (exponential shadowmapping for both shade-c shadowmapping, and pssm), but you will get a more cleaner code, and better stability. Morevover, I'm planning to make some new example levels to be handled as tutorials how to make a full scene step by step in MapBuilder, and how to compile it into wmb, to have a game ready product. Until new WED arrives laugh

Thanks for reading.

Re: MapBuilder 2 [Re: sivan] #434061
12/11/13 15:07
12/11/13 15:07
Joined: Mar 2011
Posts: 3,150
Budapest
sivan Offline OP
Expert
sivan  Offline OP
Expert

Joined: Mar 2011
Posts: 3,150
Budapest
be prepared! MapBuilder 2.3 just stepped in final test phase!

I think increasing of the above mentioned slight delay to one month long has been a very good decision. I made a full code reorganization (which should be continued even further ideally...) that helped debugging of a lot of minor issues, and made easier adding new features.

shortly, the following features have been improved/modified:
- exponential shadowmapping,
- shade-c shaders converted to SM3,
- reworked entity shadow settings,
- flexible entity selection/modification after placement,
- corrections in terrain height/texture/lightmap editor,
- better player test mode,
- 2 selectable camera modes,
- removed RTS game specific settings resulting in faster loading,
- customizable GUI panel positions,
- auto setting grass normals,
- new shortcut buttons,
- safer map loading,
- safer $$m file saving (required by wmb compilation)
- some Pro edition only features,
- made ready for near future engine update bugfixes/improvements.

it will be surely out before Chrismas. I think I covered all the areas what I wanted to do, and nearly all what you asked before.


Free world editor for 3D Gamestudio: MapBuilder Editor
Re: MapBuilder 2 [Re: sivan] #434067
12/11/13 16:02
12/11/13 16:02
Joined: Aug 2002
Posts: 3,258
Mainz
oliver2s Offline
Expert
oliver2s  Offline
Expert

Joined: Aug 2002
Posts: 3,258
Mainz
The feature list is pretty heavy laugh

This might be asked before (in another thread): the exponential shadowmapping, is it much faster than the default pssm shadows from 3DGS?

Re: MapBuilder 2 [Re: oliver2s] #434071
12/11/13 17:42
12/11/13 17:42
Joined: Mar 2011
Posts: 3,150
Budapest
sivan Offline OP
Expert
sivan  Offline OP
Expert

Joined: Mar 2011
Posts: 3,150
Budapest
it depends on the scene, but normally yes, especially in case of many entities (it's okay for my RTS game purposes). its area size is more limited than of pssm (but it also depends on resolution). moreover, it does not use the stencil map, so it is not buggy, you can get great shadows on even 32b grass textures. you will see it soon, there are only a few sliders and buttons to tweak it.


Free world editor for 3D Gamestudio: MapBuilder Editor
Re: MapBuilder 2 [Re: sivan] #434503
12/19/13 19:26
12/19/13 19:26
Joined: Mar 2011
Posts: 3,150
Budapest
sivan Offline OP
Expert
sivan  Offline OP
Expert

Joined: Mar 2011
Posts: 3,150
Budapest
as promised, MapBuilder 2.3 is out!

you can download it from: http://mapbuilder.zxq.net/download.html

beside the above mentioned new features, the nearly full code revision results in quicker and safer usage, and now the densly commented reorganized source code is really suitable for customization. for details please read the version history just under the download link.

I started to work on the in-game script package which is an extract of the editor source code includable in your games or applications. hopefully it is out in January with some simple example projects. you can help my work with free assets (character and building models, textures, game scripts).

thanks for using MapBuilder, and merry XMas!


Free world editor for 3D Gamestudio: MapBuilder Editor
Re: MapBuilder 2 [Re: sivan] #434522
12/20/13 10:08
12/20/13 10:08
Joined: Dec 2003
Posts: 1,225
germany
gri Offline
Serious User
gri  Offline
Serious User

Joined: Dec 2003
Posts: 1,225
germany
horay grin

Besides betatesing and christmaspreparations you've made
a new Mapbuilderversion.

Thank you,

Maybe my very old graphic Adapter (GeForce 6600) here at the company is to crappy. Here I get an Error. E2000 DirectXError:TXTARG

Try it later when I get home.





Last edited by gri; 12/20/13 10:32.
Re: MapBuilder 2 [Re: gri] #434525
12/20/13 13:04
12/20/13 13:04
Joined: Mar 2011
Posts: 3,150
Budapest
sivan Offline OP
Expert
sivan  Offline OP
Expert

Joined: Mar 2011
Posts: 3,150
Budapest
thanks laugh
is on start or after loading a level? if the latter, set shadow_stencil from -1 to 0 or 1 or 8 and water mode from 2 to -1 or 0 in the settings menu, they should work. my geforece 6200 did not crash but incompatible with some shader model 3 things (and basically too slow for any shadowmapping). I think the minimum system requirement is a Geforce 8800 GPU and an Intel i3 CPU.


Free world editor for 3D Gamestudio: MapBuilder Editor
Page 6 of 10 1 2 4 5 6 7 8 9 10

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