Added: 3 years ago
From: juse4pro
Views: 22,204
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (105)

Sign In or Sign Up now to post a comment!
  • Hey I noticed that u can remove the objects u placed. Does that mean that u didnt use addmesh() in the code. Im working on a editor for a indie game right now and Im pretty much done but I dont have any undo function =P Tell me ur secret ;) or at least a tip.

  • @Farenzil In this version, every section of the whole map is a single entity. Every entity is saved a a type (with origin x-y-z-position). When there is any entity at the picked x-y-z block and you press 'delete' only this entity I removed. So there is no 'undo'-function as well ;)

  • @juse4pro Doesnt that make a limit of how many models you can have or does it make it unlimited? So if you where to save all the information of each type u'll had to to it thru a

    if keyhit(2)

    For map.entity = each entity

    ;save code here

    next

    endif

  • @Farenzil That's the way I did it ;)

  • @juse4pro how did u cyckle thru the objects? Did u store the types in an array?

  • @juse4pro Oh and did u use positionmesh or positionentity? I guess u used copymesh for each type.

  • @juse4pro And one more thing Im wondering. Did u do a automatic loader for the models? And how did u hide the models without doing a manual programing for a each id of the model? Did u rotate thru an array connected to the types?

  • @Farenzil I loaded every model-file in the model-directory... Then I have copied them with CopyEntity (I was 14 years old :D, because this is not very effective). I'm not hiding any model in the world ;D

  • @juse4pro Ah ok. I use copymesh and hide every model and call the with a

    If Handle(load)= number#

    ;load.loadentity = First loadentity

    ShowEntity load\ent

    in a for load.loadentity = each load then I copy that type to another type. each file I load is a type. Checking speficic letters in the file like 3ds and b3d

  • This reminds me of the Dungeon Siege I level editor :)

  • @Affje800 You are right... I also used that cool tool... but it crashed very often.. : /

  • Downlaod Freeware?....

  • @MrAxel390 No, sorry. Files lost. :(

  • I want this.... for weapons

  • It looks like minecraft

  • @echo5017

    It does not

  • @pufixas I know is not minecraft , but look at that little squares on the ground ,

    and that editor can do curves ??

  • @echo5017

    So what? Every level editor has grid on the ground...

    Dude... You don't know shit about programming... Minecraft uses voxels... This does not...

    I hate then people compare everything with minecraft...And this was released before minecraft was that popoular.

    Curves? Wtf are you talking about? Its just a 3D shape, it can have curves, twists and what ever you want...

  • @pufixas You're right i don't know shit about programming , and excuse me , and that comment is old , now i know Minecraft can create dependency and makes people retarded

    sometimes .

  • @juse4pro if it all right with u could u let me have it and use it

  • @MrThecoolman I don't have the files anymore. It is a very old Project ;) Sorry

  • Hey what softwere is this plz respond back

  • @MrThecoolman It's unique because I made this "software". It was a two-day project and this was the result ;)

  • @Wolf6331 Wesentlich länger, jedoch gab es am Ende nur den Crash, weil ich den Mapnamen falsch eingegeben habe. Leider ist das alles jetzt schon 3 Jahre her, war ganz okay dafür, dass ich 15 Jahre alt war :P

  • juse4pro естественно

  • карта битв для танки онлайн

  • @AtokaKartoka Can't understand any word... : /

  • @juse4pro he said that this map is for game tanks online ^^

  • nice vid dude. Whats the song? music is really trippy :)

  • @Sporkinator4 Thanks... "Crimson Crusades" Remix (Creator: Musicshake)

    From AudioSwap

  • Is it complicated?

  • @xweert711 not really ;)

  • @juse4pro na dann machs mal mit OpenGL ;) 

  • @MercifulBeing Wieso? Ich verabscheue OpenGL... Frag mich nicht, warum... ;)

  • @juse4pro weils mehr arbeit ist? :D

  • @MercifulBeing nein, weil es zwar crossplatform ist, aber von bisher keiner meiner grafikkarten ordentlich unterstützt wurde ^^

  • @juse4pro aso ^^

    hm schade

    ich mache alle meine sachen mit opengl und will auch garnichts anderes mehr xD

  • wie hastes denn gemacht, dass der baustein immer im raster ist, auch wenn der mauszeiger nicht genau auf der stelle ist? existieren denn noch ein paar modelle oder ähnliches?

  • @MrChaosboy1000 Modelle oder sowas gibt es nicht mehr... Leider.

    Dass der Block stets im Raster bleibt habe ich erreicht, indem ich die exakten Koordinaten der Pick-Funktionen durch meine Rastergröße geteilt, und danach wieder multipliziert habe. Das funktioniert nur, wenn du GANZZAHLIG multiplizierst und dividierst. (Also es dürfen keine Gleitkommazahlen rauskommen

    )

  • @juse4pro achso, dass ich da nicht selber drauf gekommen bin... o.0 vielen dank!

  • thats awesome dude!!! I like how it has a preview of the terrain in the corner. I created a 2D and 3D Level editor as well. you should check them out on my channel. I still have some work to do with my 3D level maker but my 2D one is pretty dang awesome

  • What's the name of the song/melody?

  • @Niker335 Don't know. The song was includes by YouTube TrackSwitcher (Or something like that :D)

    Just search the songlist there...

  • @juse4pro There are LOADS of songs there. Searching for this one would take days...

    Don't you know the name? I mean, you had to choose it somehow, right?

  • @Niker335 "Crimson Crusades" Remix (Creator: Musicshake)

    Just the 3rd Song in the electronic-music-list ;)

  • kann ich den Quell Text für den Editor bekommen?? Hab selber schon mal versucht so was ähnliches zu schreiben hab aber nicht hinbekommen!?

  • @CoMpUtErHoMeR Tut mir Leid dir das sagen zu müssen, aber der Code (aus dem Jahre 2008) existiert nichmehr... Sorry.

  • this is like sims just in game making version

  • english please...

  • @theGuineapigman12 where? :P

  • @juse4pro Where where? XD

    Sorry... Can u give me teh download link?

  • @theGuineapigman12 which downloadlink? there is no download anymore. the files had been lost

  • That's really awesome. Wish there was something like that.

  • Yes... A simple plane with a rectangle texture (CreateTexture)

  • @juse4pro found the beta code lying around on one of my hdd. The code used arrays and types for making the grid.

    tho it's overall a huge slowdown when each tile is a mesh in the grid, so it gets restricted by size. I think 50*50 is max.

    But I've used addmesh for every time I place a new object. Is the grid you use infinite?

  • @Farenzil yes, it's infinite. and i can place much more than 50x50... no laggs ;)

  • @juse4pro Oh and I used a function that lets me save the mapmesh as a 3ds so I can just upload it without any teadius writing/reading data to/from a file. But I'll will still use it for things like stones/pots/bushes. That's the original idea. How far did you come with this Editor?

  • @Farenzil i save every part of the map in my own file-format. and not as a complete model

  • but I can't get the rest of it to line up with the grid.... Did u use createplane and textured it

  • It reminds me of the one I did=( I did one editor for use of my remake of Zelda:LInk to the past. I called it ZmEd. Sadly I lost the code wich I'm currently trying to remember. Do you remeber if you used Entitypick or camerapick? I'm sure I used camerapick and typefunction and every time I clicked on mouse(1) it would use the following commands: t\mesh=copymesh(mesh) addmesh(t\mesh,mapmesh) delete t

  • @Farenzil ohm... i used camerapick. and every part of the world is a type ( TWorldPart or something) and if the clicked place on the plane is free, the currelty selected mesh had been added to the type-list

  • If you would like to make an MMORPG game in a team then watch 'TheProGamers111' video to find out how to join.

  • @TheProGamers111 all right... Thanks :P

  • kamm man das downloaden

  • @TheTOM4511 Leider nicht... Hab's schon lang verloren, sorry ;)

  • @AlexsiMAC all right you can download id on Taringa forum website only google

    Taringa Blitz3d

  • ahh... thanks

  • dude i got Blitz3d but where i can download this world editor how i can do it

  • it's my own world editor :P

    i've programmed it, but you can't download it, because the files were lost, sorry dude :/

  • can you make a Online rpg of it?

  • the work on THIS editor is stopped, but we try to create a 3D MMO with that engine :)

  • @juse4pro

    das ist sau gut geworden

    ich versuche ein Spiel zu erstellen ich habe erst viele ideen gesammelt (genug)

    und jetzt habe ich auch das perfekte 3d Program 3dsMax es ist sehr gut und für mich zu verstehen.ich habe einen KeyGen genutzt den habe ich mit Visual Basic programiert und ich benutzte spezielle programme um an Key's zu kommen aber was solls auf jeden fall mache ich auch ein 3d MMORPG aber leicht wird das nicht.

    bye,

    dein Editor ist Nice (einfach nur sau cool)

  • Comment removed

  • Ich hätte noch zwei Fragen was meinst du mit theoretisch und muss man sich für blitz 3d noch ein zusätzliches Programmm besorgen um seine eigenen 3d Figuren zu kreieren oder geht das schon mit dem Programm?

  • mit Blitz3D kannst du lediglich den Programmiertechnischen Teil übernehmen, die Modelle musst du mit anderen Programmen erstellen...

    Meine Empfehlung: Milkshape3D

    damit wurden auch ALLE Half-Life und CS Grafiken gemacht

  • theoretisch schon

  • kann man mit Blitz3D auch spiele mit onlinefunktion programmieren wie zum Beispiel world of warcraft?

  • i won't upload it, because my HDD crashed, and so the file were lost, sorry

  • @juse4pro OMG

  • i'm sad, too xD

  • When I download blitz y is it not like dis?

  • you can create things like this for sure ;)

  • Is it free? Were can I get it?

  • Kann ich den auch haben :D gefällt mir außerordentlich gut. Vor allem auch der Gridsnap ;)

  • Hab grad wirklich viel zutun, wenn ich eine, euch zumutbare Version fertig habe, kann ich den Downloadlink posten

  • alright ^^

  • lol heck yeah

  • hey that would be great for making levels in the blitzsonic engine

    can i have the download link

    plz ^_^

  • heh lol dude that was long time ago, so i dont think the guy will ever give anyone a link! i belive the chances are some where at 37 from 100 ?

  • Echt geil man SUPI!!!!50000000* XD

    Kannste mir pleas irwann ma einbischen helfen?

    WÄRe SuPi von dir !bitte!

    Abbo naklar abbo ich dich. :)

  • would be great to feature export all the map as a single .b3d file...

    It isn't currently supported, is it?

  • maybe i can include that kind of feature

    this time is'nt supported

    i will think about that xD

  • I created the program by myself, but at this time you can't download it anywhere.

    I will upload a new video with the game and this editor

  • wow what program is this?!

  • uhhhh niicht schlääächt ?!!!!!!!!!

  • warum das fragezeichen?

    xD

  • Source?

    Please.

  • Sorry, dude...

    But i load it up, when the project is in the final version

  • No problems Juse4pro, i solved problem with my editor.

  • nicht schlecht! Gefällt mir wirklich sehr gut!

  • Really nice, makes me want to get into 3D stuff

  • WOOOOOOOOOOOOW

    VERY NIIIIICEEE!!

  • was that a serious comment?

    xD

    do you thingk so really

    but, thanks ^^

  • good job

  • ich kann mich nur bedanken!

    war auch nich so leicht ;-)

  • Sieht klasse aus ! Erinnert mich an den Editor den ich mal gebastelt hatte... aber deiner scheint wesentlich besser :D

Loading...
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more