Sword of Moonlight Forum

Sword Of Moonlight Games => Games (Dormant Projects) => SQS Ultra => Topic started by: Madison Lastrega on July 19, 2013, 02:40:27 am

Title: SQS random thoughts
Post by: Madison Lastrega on July 19, 2013, 02:40:27 am
I just wanted to make  a small section where I could place random thoughts during the creation process, and then one day when this project is complete, hopefully well get some laughs along the journey.......ML


Thought one....... It occurred to me that just one of my map tiles is larger than the entire earthworld and fireworld carts combined....... I'm already ahead of Atari.

Thought two..... That same map tile has more colors than the entire Atari 2600 color pallet.... Just a thought.

  :rainbow:


PS if anyone cares earthworld is a whopping 8kb and fireworld was 7kb and the map piece in question was 21kb and had 33 colors ... Oh how times have changed huh :-)
Title: Re: SQS random thoughts
Post by: HwitVlf on July 19, 2013, 03:09:08 pm
It is amazing how far games have come. I remember reading an interview with a playstation developer when the PS2 came out. He said the system's abilities had really raised the amount of work it took to design a game. A single character model on the PS2 had double thew polygon count of an entire map area on the PS1. But at least the  tools have improved along with the demands.  There was another interview I read with one of the creators of the original asteroids game- he was saying how hard it was to program the sounds for the game from scratch. There was no standardized format or hardware capabilities back then so everything had to be figured out and designed from the ground up. :drool:
Title: Re: SQS random thoughts
Post by: Verdite on July 19, 2013, 06:22:13 pm
Well being a dev myself  :smile: I can imagine how much simpler games were before. When I look at even really nice DOS games like Betrayal at Krondor I think... This all looks great for a DOS game, but its mostly all just image work. Photos, image editing, text.

3D looks and feels amazing but tests the artists observation ability at every turn. Its not only structuring the models efficiently so they look realistic, its using the vertices / faces minimally for game models that presents the challenge. When I look at the KF (PAL/US) models I can see how resource inefficient they are. But I do think it was a fantastic achievement to accomplish such great work on the PS1 and I still think the game looks great.
Title: Re: SQS random thoughts
Post by: Madison Lastrega on July 21, 2013, 01:23:49 am
Thought 3 : when your work starts to take shape you notice.....uhhhh dam it i gotta redo that door texture
ML

Hey Can I make this a real door now(MDL) or do I gotta leave it an Object and set events to move it?
Title: Re: SQS random thoughts
Post by: HwitVlf on July 21, 2013, 05:36:21 am
The simple answer is no one knows. X2mdl was riddled with bugs when it was released and Mick has supposedly fixed some of them over time, but last time I used it, there was a bug that would make it complicated, but probably not impossible to make a door.  The delicate part is setting up the collision. If you want to take the time to figure the method out, you should start by watching the youtube video linked in my PRF editor post. It has the basics of setting up CP triangles.
Title: Re: SQS random thoughts
Post by: Verdite on July 21, 2013, 07:46:42 am
I got CPs to work through luck, it seems like the CPs point towards the floor 9 times out of 10... Anyway x2mdl has a freeze frame option now to pose models so that they arent scrunched, so it may be easier to setup CPs.
Title: Re: SQS random thoughts
Post by: HwitVlf on July 21, 2013, 12:15:59 pm
The model's starting pose has nothing to do with the CP triangles. The CP triangles are actually an entirely separate 3D model file from the MDL mesh - much like the MHM file is to the MSM. The problem with x2mdl is that it restructures everything including the CP file into a format that Mick thought made sense rather than the format that SoM requires. It reorders the CP triangles based on their occurrence in the source model, whereas SoM requires them to be in order of their color values. Spells getting launched into the floor is SoM's "default" when the CP file is botched.

If your new door matches the size and motion of an existing SoM door, you can probably just swap in the old door's CP file. Otherwise, you just have to do things in a precise order and make zero mistakes.
Title: Re: SQS random thoughts
Post by: Madison Lastrega on July 22, 2013, 03:01:34 am
hmmmmmm I will check that video out kind sir :)


Thought Four:   making one object can be fun .......Making 12 at a time well thats fun too, but tedious  :coffee:

.............ML


PS I retextured that dang door too :)
Title: Re: SQS random thoughts
Post by: Madison Lastrega on July 27, 2013, 03:29:30 am
Got a question for you all?   I have been making my map sets for earth world and have a solid direction on all my chambers exept one..... Gemini.... Little detail first I suppose. Each chamber is a representation of one of the 12 zodiacs, luckily for me the script in the game lead all of earthworld underground ..... however gemini's chamber was in the comic in great detail, and was basicly a "hall of mirrors" with two twins, one evil, and one not so much.  The mirrors represented the constant conflict of the two.... Well we all know we can't do that in SoM for many reasons..... 1 no reflective texture output, and 2 even if you had them you(the character) would be invisable, because as we all know in SoM you have no real avatar.        So.... I need some suggestions on a good alternetive level for Gemini......... I was toying with doing 2 interconected towers, as to play on the actual twin symbol, and some of the comic story line as well, but as always I am open to suggestion.

So when yall think of Gemini, what enviroment comes to mind? Any one born in june ?  Thanks in advance.............ML
Title: Re: SQS random thoughts
Post by: HwitVlf on July 27, 2013, 04:08:43 am
The first thing that came to mind as twin-like was a dual world with "light" and  "dark" modes- which work quite well in SoM. I like the idea of two towers also, so I pictured two identical towers, one in the light world and one in the dark world, whose "existence" overlaps in their middle.

Also, the idea of seeing your "copy" in a mirror sounds intriguing. Seeing a non-mirrored copy of the player in a mirror-like dimensional window actually seems more interesting that just regular mirrors. Something like being able to talk to your own reflection which acts as an independent creature.

I wonder if you could make a convincing mirror effect for a room by making a regular window with a reversed copy of the room on the other side? If you made a short cutscene that introduced them as a mirrors that were also portals to the opposite tower it would go a long way to explaining what they were supposed to be. 

I was born June 26th so I'm crabby as opposed to bi-polar :biggrin:
Title: Re: SQS random thoughts
Post by: Verdite on July 27, 2013, 07:56:13 am
Agree with what John said, though I do think that light and dark modes would be better for libra - having balance.

Instead of a mirror that reflects, it might be better to have a cloudy mirror that reacts when the player touches it, so if the player has been good, they'l see something positive, and bad they will see something negative.
Title: Re: SQS random thoughts
Post by: Madison Lastrega on July 27, 2013, 11:11:55 am
Great ideas guys.. This gives me some ideas so thanks you both :-)   happy belated birthday as well John..... 
I like your idea of of balance Ben, for Libra.  I am a Libra , I got the theme for him.... His chamber is going to be a huge hall of justice themed chamber.... With a small prison, and huge scales used as obstacles, to reach certain spots in the level.... I hope I can incorporate a jump feature by then..... To add a little skill....


Oh Ben on an unrelated issue?   Can the jump distance be adjusted or is it a constant... And is the jump realistic or more like a Mario style jump?      Oh yeah I still want that fire fountain, can't use it right now, but in fireworld I am sure I can find many places for it:-) .........thanks again guys.... And any further suggestions are welcomed......... ML
Title: Re: SQS random thoughts
Post by: Verdite on July 27, 2013, 01:01:23 pm
"Can the jump distance be adjusted or is it a constant"

Basically everything can be adjusted to how far / high you can jump to how far down you squat, theres also a 'sneak' function which allows you to crouch and move, so you can crawl around in small tunnels if you want. Theres also a manual input of jumping, pressing the G key on the keyboard (not controller friendly) whereas the auto jump is activated after releasing the space bar key when dashing, or squatting while standing (space bar again) to the lowest point, holding forwards, then releasing.

You can adjust the players height, adjust their shoulder width, adjust how the arm extends in front of you, and even mess around with gravity (seriously)

http://en.swordofmoonlight.org/wiki/Sword_of_Moonlight_Extension_Library/list_of_extensions#Player
Title: Re: SQS random thoughts
Post by: Madison Lastrega on August 05, 2013, 02:05:56 am
Just a check in, don't want no one to think I disappeared again :-)  progress slowed a little due to my upcoming move to new house soon:-)   can't wait :-)  but won't slow me too much, been adding mhm data to some map pieces lately...It reminds me of how much i hate mhm models.... Got one that has stumped me for 3 days now...... I swear if Ihave to type  . " x2mhm.exe m1ldoor01mhm.x " one more freaking time....  :smash2:  anyway glad I got that out of my system :-)    will post as progress ensues :-)    ..............ML
Title: Re: SQS random thoughts
Post by: HwitVlf on August 05, 2013, 02:43:29 am
Hope your move goes well. I think moves can almost be therapeutic; clear the cobwebs out!
Maybe you've already tried it, but I made a front-end for the converter tools (x2mhm etc) and it's posted in the tools section here.  It might save you some conversion typing effort. If there's a problem with it that makes it not work well, please let me know. I try to make my tools user friendly, but I've never gotten much feedback so I don't really know if they work well for others.
Title: Re: SQS random thoughts
Post by: Verdite on August 06, 2013, 06:10:05 pm
I can help you with MHM Joe.
Title: Re: SQS random thoughts
Post by: Madison Lastrega on August 15, 2013, 01:13:09 am
Hello all, can't wait to get this move over with only a few weeks left.... Wife packed my computer goodies :-( 

So won't work again till September..... Writing this on my tablet..... Oh well guess it will give me time to think of ideas... .... Man I wish my tablet could run SOM.  Quad core ARM processor, can't compete with an old single core x86 I tell ya.... Think I will use this tablet time to replay kings field 2 , my tablet is great for that.... Runs ps1 games way better than they run on my ps3 and looks better too? With great vid plugins almost like playing an enhanced version and my ps3 controller works like a charm on it as well, thank goodness for Bluetooth eh?...............ML
Title: Re: SQS random thoughts
Post by: Verdite on August 20, 2013, 07:10:52 am
Its cool that you are using your PS3 controller with bluetooth. Ive got mine linked up via USB and it works great.

Sometimes its nice to look at how similar games implement stuff, like in KF you can get alot of inspiration. Take it easy  :smile:
Title: Re: SQS random thoughts
Post by: HwitVlf on September 25, 2013, 09:34:12 pm
M.L. are you still around?