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
1 registered members (AndrewAMD), 1,310 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 3
Page 7 of 40 1 2 5 6 7 8 9 39 40
Re: Map-Editor first official screens [Re: TripleX] #52203
08/22/05 16:24
08/22/05 16:24
Joined: Oct 2002
Posts: 4,753
Munich, Bavaria, South of Germ...
TripleX Offline OP
Expert
TripleX  Offline OP
Expert

Joined: Oct 2002
Posts: 4,753
Munich, Bavaria, South of Germ...
kay thanks again



Re: Map-Editor first official screens [Re: TripleX] #52204
08/22/05 16:45
08/22/05 16:45
Joined: Dec 2001
Posts: 2,172
Portugal - Brazil
XNASorcerer Offline
Expert
XNASorcerer  Offline
Expert

Joined: Dec 2001
Posts: 2,172
Portugal - Brazil
Good work! May I give a suggestion? Make a base for the arrows also, for us to see if the model is really parallel to the ground, like in this pic: http://img24.imagevenue.com/img.php?loc=loc207&image=c48_Editor4.jpg

Last edited by Sorcerer; 08/22/05 16:45.
Re: Map-Editor first official screens [Re: XNASorcerer] #52205
08/22/05 16:48
08/22/05 16:48
Joined: Oct 2002
Posts: 4,753
Munich, Bavaria, South of Germ...
TripleX Offline OP
Expert
TripleX  Offline OP
Expert

Joined: Oct 2002
Posts: 4,753
Munich, Bavaria, South of Germ...
Hmm yes okay I'll implement such a base

Re: Map-Editor first official screens [Re: TripleX] #52206
08/22/05 23:01
08/22/05 23:01
Joined: Aug 2002
Posts: 2,692
California, USA
bupaje Offline
Expert
bupaje  Offline
Expert

Joined: Aug 2002
Posts: 2,692
California, USA
I have another idea. Dan suggested something like this a while back
http://www.coniserver.net/ubbthreads/sho...true#Post476174

I was thinking it can be done like Paint Shop Pro tubes? Say you create a scene with some rubble -broken bricks- you can create 9 mdl of broken bricks, each a little different and rotated etc. When you finish your level you can go in and 'spray' or 'paint' these mdl's around by a broken wall for example and it would randomly insert any one of these models in this group on the floor. You could also say make sprites or models of pieces of broken glass and spray a few beneath a borken window, or grass sprites and spray/paint a few in a sidewalk crack to have them auto placed.


Find me at: |Stormvisions| Twitter|
Re: Map-Editor first official screens [Re: bupaje] #52207
08/23/05 08:12
08/23/05 08:12
Joined: Nov 2004
Posts: 7,121
Potsdam, Brandenburg, Germany
Machinery_Frank Offline
Senior Expert
Machinery_Frank  Offline
Senior Expert

Joined: Nov 2004
Posts: 7,121
Potsdam, Brandenburg, Germany
This idea from bupaje is great but I would suggest following to make it more easy for TripleX:

It don't have to be a paint function. It could be a simple dialog where you enter the entity (or maybe a list of entities), a radius for a circular range, the number of entities and some ramdomize parameters, press enter and the function places randomly some entities.

That could be more easy to implement.


Models, Textures and Games from Dexsoft
Re: Map-Editor first official screens [Re: bupaje] #52208
08/23/05 08:15
08/23/05 08:15
Joined: Oct 2002
Posts: 361
Germany Cologne
hack-panther Offline
Senior Member
hack-panther  Offline
Senior Member

Joined: Oct 2002
Posts: 361
Germany Cologne
wie wird das ganze denn funktionieren?

muss man das tool wie ein plugin im spiel einbauen oder
muss man die map machen und sie dann abspeichern?

sicher muss man sein level erst laden,
kann es dann editieren und dann abspeichern oder?

das wird sicher voll hammer wenn man alles so bequem ingame verändern kann....

hab ich richtig verstanden das du den EP-editor mit dem Map-Editor "verschmälzen" lassen willst?

bin mal gespannt wann du damit fertig wirst (ich hoffe noch dieses jahr ^^)

Hat der Editor schon einen namen? Easy-Map? *g*

Last edited by hack-panther; 08/23/05 09:34.
Re: Map-Editor first official screens [Re: hack-panther] #52209
08/23/05 09:20
08/23/05 09:20
Joined: Oct 2002
Posts: 4,753
Munich, Bavaria, South of Germ...
TripleX Offline OP
Expert
TripleX  Offline OP
Expert

Joined: Oct 2002
Posts: 4,753
Munich, Bavaria, South of Germ...
Quote:



It don't have to be a paint function. It could be a simple dialog where you enter the entity (or maybe a list of entities), a radius for a circular range, the number of entities and some ramdomize parameters, press enter and the function places randomly some entities.






Yes this could be done. I'll think about it. Maybe as Frank said. A Dialog in which you can choose:

- The used Entities (out of a List)
- numbers (how many entities will be setted)
- radius for the circle in which the entities are created
- maybe some parameters like assigned action

After pressing OK you see a cyrcle at the ground (with the given radius) and you if you click the entities are created in this cyrcle.

But please never forget, in a big level such an instruction will take a long time (3-10 seconds).
I have to edit the WMP and the $$M file for every entity.

But you're right. this would be very useful.


@hack-panther: Following steps are neccesary to inset the map editor in your game (at the moment):

1 (without material support).
- include <map_editor.wdl>>;
- Copy the needed files into your directory

2 (with material support)
- include <map_editor.wdl>;
- Copy the needed files into your directory
- Open the created materials.wdl and copy every material into it
- write //matstart over every material definition
/
//matstart
material blubb
)

Sadly it is a bit more complex to insert the mat editor with materials (maybe i can remove the last step). But I think the effort is acceptable.

Quote:


wie wird das ganze denn funktionieren?




(how will it work)

You play, press M freely adjustable) and the Map Editor will open. Maybe I'll implement a small button (if you want to) on which you can click.

The only requirements are: Skill8 and 70 (also adjustable ) of your Entites are reserved by the Editor, you have to do the steps above, and finally you must have >= A6 Extra

Triple-X

Re: Map-Editor first official screens [Re: TripleX] #52210
08/23/05 15:23
08/23/05 15:23
Joined: Oct 2002
Posts: 4,753
Munich, Bavaria, South of Germ...
TripleX Offline OP
Expert
TripleX  Offline OP
Expert

Joined: Oct 2002
Posts: 4,753
Munich, Bavaria, South of Germ...
The first screens of the Entity Creating menue. These shots are absolutly WIP shots, the menue design will be overworked completly (for allowing multiple entity selection -> see idea of utillia and frank above).

You can say the map editor where your model files are (maybe over a windows dialog box..atm over a normal inkey box). Now the Editor show you all Files out of this directory. If you click at one you can see a preview in a view below (of course you can rotate/zoom in this view). Over a double click (you can also "pull" the entitiy in your level) the entity is created.



The search function works too



The Entity Navigator is also finished but not showable (the menue design is too bad at the moment )

have a nice day
TripleX

EDIT: Because the problem, where the entities are created. The entities are created at the camera position. After that the camera is moved away and look at the entity. I think this is a good solution.

EDIT2: Terrain Support added.

Re: Map-Editor first official screens [Re: TripleX] #52211
08/23/05 23:05
08/23/05 23:05
Joined: Jun 2004
Posts: 524
Germany/Nürnberg
Juppp Offline
Developer
Juppp  Offline
Developer

Joined: Jun 2004
Posts: 524
Germany/Nürnberg

TripleX still has too much time :P

Re: Map-Editor first official screens [Re: Juppp] #52212
08/23/05 23:10
08/23/05 23:10
Joined: Aug 2002
Posts: 2,692
California, USA
bupaje Offline
Expert
bupaje  Offline
Expert

Joined: Aug 2002
Posts: 2,692
California, USA
Quote:

But please never forget, in a big level such an instruction will take a long time (3-10 seconds). ...




Not a problem. I would just add a 'Working...' type indicator and maybe a 'Cancel' if possible in case someone picks too many and gets stuck.

Amazing work TripleX.


Find me at: |Stormvisions| Twitter|
Page 7 of 40 1 2 5 6 7 8 9 39 40

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