News:

The forum has been updated to SMF (2.1.3)!
Please be patient as we work to polish up the place and update features as we can.

Main Menu

New Feature Preview Topic

Started by Atrius, 30, October, 2008, 02:50:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Charon


Aile~♥

[sprite=16, 6, 0]:P[/sprite]

Lloyd: Easy as pie.
Genis: Sweet!
Presea: ...Sweetie pie...
Zelos: Let's not start on this again...

[spoiler=epic mindscrew][/spoiler]

Salanewt

Yeah... Not all Mac fans are jerks about it, just all of the people who we do not know!

*Gets blowtorched by unknown Mac fans*

Have a nice day.
Oh yeah baby, £ me harder.

Charon

Well, a lot are (and I have to deal with them on a day to day basis), and its unfortunate to those who are not so rude about it.

Sorry Jamie XP I was never a fan of macs myself... but it really wasn't aimed at you...

Aile~♥

I find a lot of Windows people have a tendency to be completely clueless. Linux is better than Windows, and possibly better than Mac too, but I don't know, cause I haven't tried Linux.

So far, I only have experience with one Linux person (that would be you, Charon) and that one person seems fairly nice.

I like that the new forums don't log me out all the time. (Unlike what happens to Role.)

And the Mac's back button restores whatever you typed in! XD
[sprite=16, 6, 0]:P[/sprite]

Lloyd: Easy as pie.
Genis: Sweet!
Presea: ...Sweetie pie...
Zelos: Let's not start on this again...

[spoiler=epic mindscrew][/spoiler]

Charon

Let's get back on topic now - this is about Atrius's editor and its features, not operating systems.

Salanewt

Edit: I just saw Charon's post, and have removed mine (mainly because it was so tiny to be honest, I doubt that anyone could read it perfectly without changing the size).

Anyway, I will probably start a new topic or two in the discussions forum about Windows vs. Mac (from what I have heard, these two are no match for Linux), but we can add a 'vs. Linux' to the end of the title too.


Okay, for the Editor... OH COOL! NEW EMOTES! Take it away Sentinel...

Thank you Salanewt. Anyway, when can we expect script editing Atrius? I am sure that it will not be in version 0.3, or even 0.4, but only you can tell us for sure.

Have a nice day.

Edit: Star Magician is... ?
Oh yeah baby, £ me harder.

Drick

I'd like to add my opinion to the OS argument.

EVERYTHING SUCKS. Windows just happens to run all the programs I desire.

Good day.

Okay sala made a thread for that and i moved my statement.





Oh right, to stay on topic (moderatly), everything in the editor looks to be shaping up well, can't wait for graphics editing, no matter how long it takes.

Atrius (He/They)

Quote from: SalanewtAnyway, when can we expect script editing Atrius? I am sure that it will not be in version 0.3, or even 0.4, but only you can tell us for sure.
Not even I can.  It's gonna be a while though, I can tell you it'll be one of the most complex features of the editor to program, even after the entire thing is finished.
[sprite=220,4,0]I'm shaking my head in general disapproval of everything[/sprite]

Charon

I would assume. It requires a simplified version of ASM in order to work.

But the possibilities are limitless...

Anyhow, any idea on a release date for V.03?

Atrius (He/They)

Simplified for the user perhaps, but that simplification complexifies things for me.

No release date yet, sorry.
[sprite=220,4,0]I'm shaking my head in general disapproval of everything[/sprite]

Charon

I can imagine it would be difficult... you would have to transfer ASM routines into an understandable set of commands, but the same basic ASM commands can build very different routines, which means you'd need to discover all sorts of different "ASM routine tests" just to make sure it works... and then... it could also be that similar events that seem to have similar routines work quite differently... and all sorts of other jargon.

Atrius (He/They)

#192
The more I work on the Data Browser feature, the more I come to love it.  It is without a doubt my favorite feature of the editor so far.



What is it doing here you ask?  Quite amazingly, it's scanned through a section of the games code and automatically detected pointers to data.  This means no more tedious searching for all of the data that hasn't been located yet, we just have to go through the lists and figure out what's what!  Anyone whose performed low-level hacking should be able to appreciate exactly what this means, at this rate the editor will practically do all of my hard work for me!  If only I could get it to generate compression algorithms...  It was even nice enough to match what's already been identified with a provided list, and label it.

Not only that, but while searching for all those pointers it keeps a tally of code functions it scans through.  Down the line, this could potentially be modified to track which functions use which data so we know where to target for low-level assembly code hacks.

Using this new feature, I've easily located Djinn, Summon, and several other bits of miscellaneous data.
[sprite=220,4,0]I'm shaking my head in general disapproval of everything[/sprite]

Sajin

Amazing Atrius! It seems that only thing that will take must of the time now is figuring out the compression algorithms, right?

leaf

Excellent! I love hearing about when stuff like this works out.
[spoiler=quotes]
[9:00:50 PM] Randel Peltier: Ok...what did I do last night?
[9:01:19 PM] Kain: Something boring, repetitive, and lasted for about sixty seconds.
---
[10:45:08 AM] Salanewt: But yeah, the elemental phalluses are being... Stroked up by Saturos and co., and the energy will go towards... Mt. Muffin, where the Golden Climax will arise.
[7:28:42 PM] Salanewt: An added bonus is that Isaac and co. were trying to stop Saturos and co. because their beliefs state that Mt. Muffin should remain a virgin.
---
[9:54:21 PM] Randel Peltier: Guess the number in my head an you get to pick what I say. Number between 1-10
[9:54:28 PM] leaf: 11
[9:54:36 PM] Randel Peltier: @#$%!
---
[8:38:13 PM] Randel Peltier: Shes like this queen up on a pedastal that I have yet to court.
[8:38:29 PM] Kain: You've tried courting her.
[8:38:43 PM] leaf: and failed spectacularly
[8:38:44 PM] Randel Peltier: Ive tried...shes the best dating game ever.
---
[12:24:35 AM] Salanewt: I need to find a picture of a naked person to put on the Christmas tree next year.
---
[2:19:06 PM] Zeadra: wait... Rief's a guy???
---
[1:09:57 PM] Zeadra: well if you want to know if its a new effect or something weird, just check GS1, if side step is there maby it is the nimble dodge thing
[1:10:35 PM] Kioll: For once, you've contributed something useful.  o.O[/spoiler]

Matrim


Atrius (He/They)

And here's what it looks like when you check where those data pointers are used at :happy:

[sprite=220,4,0]I'm shaking my head in general disapproval of everything[/sprite]

Rolina

oh, here's a question, is there anything in the Data Browser having to do with classes?

Atrius (He/They)

Not really, since the class data is embedded at the end of a chunk of the game's code the only way the data browser sees it is by scanning through that code.
[sprite=220,4,0]I'm shaking my head in general disapproval of everything[/sprite]

Rolina

Blarg, I was hoping we could use it to get some insight as to how the class system actually works...