Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   PlayerWorlds Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=15)
-   -   Shaded Legends (https://forums.graalonline.com/forums/showthread.php?t=134265766)

Crono 02-18-2012 11:35 PM

does it really matter what makes it to hosted or not?

SL has been desperately trying to "make it" and it never does. everytime it gets released it dies off again in playercount then disappears from the serverlist. good luck anyway to the current staff though.

Devil_Lord2 02-18-2012 11:43 PM

Quote:

Originally Posted by DustyPorViva (Post 1684957)
Honestly if it's that buggy then just remove it for now until it's fixed.

Haha, that is a great idea, I will suggest that. :]

Loakey_P2P 02-19-2012 06:45 PM

Quote:

Originally Posted by Emera (Post 1684887)
This. It's rigged with bugs and things that just don't work as they should.

you mean riddled with bugs .


p.s i went through the intro with no problems of freezing or anything . maybe its not the server .

Emera 02-19-2012 06:48 PM

Quote:

Originally Posted by Loakey_P2P (Post 1685054)
you mean riddled with bugs .

I mean what I say. I said rigged.

Devil_Lord2 02-20-2012 12:31 AM

I don't know about them rigging it to be buggy lol.. but I can say ZeroG and I are going to be in charge of the intro. I personally don't have that much time, but I'd say it should be completed in a few weeks.

Devil_Lord2 03-02-2012 08:47 AM

I estimate ZeroG and I should have the intro done in a month or so..
I'm adding new levels, tutorial, and some quests for the intro, and he is doing his own thing.

We both have other things besides just Graal, but I'm trying to work on it when I can.
I can promise it will be amazing, and if not by you all, at least I will be amazed. :]

On a further note, the events are being worked on as well, and old quests, by samich and Loakey, respectively. I'm not quite sure who else is doing what though..

Bell 03-02-2012 06:56 PM

None of the PWA members, to my knowledge, experienced any freezeups in the intro during our inspections. We are aware of others having them though. History has shown us that no server reacts the same to every individual. These reactions are actually a good reason in themselves for hosted status. Personally I feel they should give the intro priority or disable it until its fixed. Its now a known issue and if it gives a poor initial opinion of a server it will most likely ruin that servers reputation for eternity to players victimized by it.

Keep in mind that those making these servers are not full time employees of [insert popular video game company here] who spend hours debugging their games offline to ensure smooth gameplay when they go public. These are hobbyists who do this because they enjoy the challenge. Graal is unique in that it offers players the opportunity to build a server that is then critiqued by their peers. Those staff members with enough maturity to handle those critisicms will take the input given to them by the players and improve the quality of their server. Just as Crow did with Atlantis, players should be able to report their bugs here then the staff can address them.

Under PWA guidelines for hosted, these servers will be subject to periodic reviews to ensure that they are not only progressing but that bug issues are being taken care of. There is no set schedule for these reviews but we are watching progress. Other developers are their worst critics of course which is not a bad thing. The predators though should just remember that one day it will be their turn to be the prey and I expect them to handle those critisicms with maturity as well.

MattKan 03-02-2012 11:57 PM

Quote:

Originally Posted by Devil_Lord2 (Post 1684961)
Haha, that is a great idea, I will suggest that. :]

Cuz doing so wouldn't get you fired...

Devil_Lord2 03-03-2012 05:33 AM

I'm not sure what they are doing with it, and I so badly want to show what I've done so far... but it isn't finished, nor is it my decision if it is released or not...

So really all I can do is say, while keeping it slightly secret, it will be good, if not great.
You can take this with salt, but I also feel it may show up the server, and I hope they improve everything else like, if not better than the intro...

I'm going to have to also state Classic is the only thing that it can be compared to, yet classic's intro is probably much better lol.. cut-scene wise. It was amazing if I remember correctly..

MattKan 03-03-2012 05:47 AM

Quote:

Originally Posted by Devil_Lord2 (Post 1686702)
I'm not sure what they are doing with it, and I so badly want to show what I've done so far... but it isn't finished, nor is it my decision if it is released or not...

So really all I can do is say, while keeping it slightly secret, it will be good, if not great.
You can take this with salt, but I also feel it may show up the server, and I hope they improve everything else like, if not better than the intro...

I'm going to have to also state Classic is the only thing that it can be compared to, yet classic's intro is probably much better lol.. cut-scene wise. It was amazing if I remember correctly..

Classic, without a doubt, uses a specially scripted scene system allowing for stuff like this to be executed easily. For some reason I doubt Shaded Legend does the same.

Devil_Lord2 03-03-2012 08:03 AM

Eh... true, I don't use any systems nor do I use the scene gani, I create my own scenes via programming the NPCs...

I feel I have a lot more control over everything, and can do it all online.
It may take longer but oh well.. :D

ffcmike 03-03-2012 05:24 PM

Quote:

Originally Posted by Devil_Lord2 (Post 1686707)
Eh... true, I don't use any systems nor do I use the scene gani, I create my own scenes via programming the NPCs...

I feel I have a lot more control over everything, and can do it all online.
It may take longer but oh well.. :D

Classic's cutscenes were scripted with the idea of both being able to create new scenes and be able to go back and fix problems or add improvements to old ones with relative ease. Every single aspect of cutscenes are a system, from the character NPC actions, screen fading, skip buttons, hiding the player and interface and then re-initializing the player in such a way that doesn't cause any bugs.

It doesn't make sense to script every single cutscene level independently from eachother or the rest of the server. Not only is it time inefficient to keep re-inventing the wheel with each level, if some type of problem were to emerge later on you'd find yourself having to go back and edit each cutscene level one by one.
As an example, due to the way Classic's cutscenes are made, it was fairly easy for me to make it so that if the "Join Event" button were to appear while you were within a scene, and you were to click it, it would warp you into the relevant event level, and then communicate with the scene system to safely remove any affects the scene has placed on you.

As far as what takes longer goes, I'd say the systematic way takes longer at first, but then saves you a lot more time in future.

Fulg0reSama 03-03-2012 05:27 PM

Quote:

Originally Posted by ffcmike (Post 1686729)
-Smart, but long speech-like statement.-

This is why I do not like the idea of Movie Ganis, they can be done more efficiently through merely scripting versus using the movie gani system.
More power to ya for making your cutscenes smart to the other systems too mike.

ffcmike 03-03-2012 05:41 PM

Quote:

Originally Posted by Fulg0reSama (Post 1686730)
This is why I do not like the idea of Movie Ganis, they can be done more efficiently through merely scripting versus using the movie gani system.
More power to ya for making your cutscenes smart to the other systems too mike.

There's a lot more ways you can manipulate a scripted NPC compared to a movie gani character, such as being able to set focus on a character. If I wanted I could even have it so that the player isn't actually hidden within a scene and can walk around to interact with NPCs, even delaying their actions until a player has done a certain thing, such as slashing one of the characters.

Fulg0reSama 03-03-2012 05:44 PM

Quote:

Originally Posted by ffcmike (Post 1686731)
There's a lot more ways you can manipulate a scripted NPC compared to a movie gani character, such as being able to set focus on a character. If I wanted I could even have it so that the player isn't actually hidden within a scene and can walk around to interact with NPCs, even delaying their actions until a player has done a certain thing, such as slashing one of the characters.

Yep. You have much more power and control through scripting it out.


All times are GMT +2. The time now is 11:14 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.