Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-11-2001, 07:17 AM
Tyhm Tyhm is offline
Psionic Youth
Tyhm's Avatar
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
Tyhm has a spectacular aura about
Unhappy 3 Bugs

1) Hidden NPCs cannot showimg
2) players[this.i].id seems to be reversed or something. In previous versions, a NPC would only work on players, now it only works on NPCs. I need to do some more research before I know for sure...but it looks like all players have an ID of < 0 and all NPCs have an ID of > 0
3) MNGs are a strange format: no other MNG editor or viewer in the world can view Graal's MNGs, and Graal can't view any MNG made in anything but Gif2Mng

(Errata, for those who keep score: PNGs must be a certain DPI, 72 I think, or they won't work, and MNGs cannot use local pallettes or they break badly)
__________________
"Whatever," said Bean, "I was just glad to get out of the toilet."

"Power does not corrupt. Fear corrupts, perhaps the fear of a loss of power."- John Steinbeck
"I'm only acting retarded, what's your excuse?" queried the Gord.
- My pet, the Levelup Gnome

http://forums.graalonline.com/forums...&postcount=233
Reply With Quote
  #2  
Old 07-15-2001, 06:28 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
1) yes i know of that problem
2) haven't got problems with it yet,
although I don't often use the client-side
stuff
3) The mngs exported by gif2mng
work in all mng-viewers that I have seen,
because it only uses a limited subset of
mng. Graal only supports a subset of
png/mng, its quite impossible to support
everything and it wouldn't be good to
allow everything (24bit takes too much
memory, also mng supports JPEG-layers
and such stuff)
Reply With Quote
  #3  
Old 07-15-2001, 09:24 AM
FxChiP FxChiP is offline
Registered User
Join Date: Mar 2001
Location: Pittsburgh, PA
Posts: 451
FxChiP is on a distinguished road
Send a message via ICQ to FxChiP Send a message via AIM to FxChiP
Re: 3 Bugs

Quote:
Originally posted by Tyhm

(Errata, for those who keep score: PNGs must be a certain DPI, 72 I think, or they won't work, and MNGs cannot use local pallettes or they break badly)
All you have to do in GIMP is index them (PNGs) and they work perfectly on Graal...
__________________


"The administrators of Graal Online will not be responsible for corrupting of young minds. " -User Agreement.. heh-heh-heh

"4. Racial intolerance is not allowed. [NEW!]" -User License Agreement (I love the "[NEW!]" part)

"No more drugs for THAT man!" -TrueHeaT

"... or does
it stand for something like
'[B]hala is the [M]an who decides so lets [X]ross the fingers'?)" -Stefan, in response to a guild dispute over the guild name "BMX"

[img src=http://www.lucitanica.f2s.com/shaun-revolutionsig.gif]
Time to piss Lycia off!
Reply With Quote
  #4  
Old 07-15-2001, 09:27 AM
FxChiP FxChiP is offline
Registered User
Join Date: Mar 2001
Location: Pittsburgh, PA
Posts: 451
FxChiP is on a distinguished road
Send a message via ICQ to FxChiP Send a message via AIM to FxChiP
Quote:
Originally posted by Stefan

3) The mngs exported by gif2mng
work in all mng-viewers that I have seen,
because it only uses a limited subset of
mng. Graal only supports a subset of
png/mng, its quite impossible to support
everything and it wouldn't be good to
allow everything (24bit takes too much
memory, also mng supports JPEG-layers
and such stuff)
How much memory is too much, and how much memory does "24bit" take up? 24 bits?

Graal actually takes up a bit much memory as it is...
__________________


"The administrators of Graal Online will not be responsible for corrupting of young minds. " -User Agreement.. heh-heh-heh

"4. Racial intolerance is not allowed. [NEW!]" -User License Agreement (I love the "[NEW!]" part)

"No more drugs for THAT man!" -TrueHeaT

"... or does
it stand for something like
'[B]hala is the [M]an who decides so lets [X]ross the fingers'?)" -Stefan, in response to a guild dispute over the guild name "BMX"

[img src=http://www.lucitanica.f2s.com/shaun-revolutionsig.gif]
Time to piss Lycia off!
Reply With Quote
  #5  
Old 07-15-2001, 09:45 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
24 bit is 3 times 8 bit...

The memory taken by graal is mainly
the video memory, which depends on
the video resolution (16bit takes less).
In true color only the tiles take 4MB,
then there are the state.png, sprites.png,
bodies, heads, swords.
If you see that programs like
Internet Explorer take 10MB minimum
it is not really much, but I am working
on making it even better optimized.
The main problem is that Graal needs
to use the windows functions for images,
but those are very buggy and eat
resources and have leaks
Reply With Quote
  #6  
Old 07-15-2001, 11:35 AM
Tyhm Tyhm is offline
Psionic Youth
Tyhm's Avatar
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
Tyhm has a spectacular aura about
1) Good, if it was intentional I'd have a lot of work to do!
2) Affected NPCW on classic: Leapfrog
3) The primary problem is that the Graphics Reviewers cannot view the MNGs generated by gif2mng with the plugin from http://www.libmng.com/plugins/index.html , which is the only one I've been able to find for them...granted that Graal only supports a limited subset, but it seems to be a very rare subset!
__________________
"Whatever," said Bean, "I was just glad to get out of the toilet."

"Power does not corrupt. Fear corrupts, perhaps the fear of a loss of power."- John Steinbeck
"I'm only acting retarded, what's your excuse?" queried the Gord.
- My pet, the Levelup Gnome

http://forums.graalonline.com/forums...&postcount=233
Reply With Quote
  #7  
Old 07-15-2001, 09:25 PM
FxChiP FxChiP is offline
Registered User
Join Date: Mar 2001
Location: Pittsburgh, PA
Posts: 451
FxChiP is on a distinguished road
Send a message via ICQ to FxChiP Send a message via AIM to FxChiP
Quote:
Originally posted by Stefan
24 bit is 3 times 8 bit...

The memory taken by graal is mainly
the video memory, which depends on
the video resolution (16bit takes less).
In true color only the tiles take 4MB,
then there are the state.png, sprites.png,
bodies, heads, swords.
If you see that programs like
Internet Explorer take 10MB minimum
it is not really much, but I am working
on making it even better optimized.
The main problem is that Graal needs
to use the windows functions for images,
but those are very buggy and eat
resources and have leaks
If video memory is what the PNGs are taking up, then there's your light problem with Voodoo3 (my card at least) when Graal's in fullscreen. It depends on how much the other files take up, and the more the other PNGs take away (my card has 16 MB of video memory maximum), the less memory there is left for the surface below the alpha blending.

I've been hearing that you're going to add OpenGL on Graal. That will probably fix all of your problems with light effects and Voodoo3, since it happily supports OpenGL. Just have OpenGL as the only thing that will work when Graal is in OpenGL mode.

But if you're not working on that, well, I think it would be a good idea to start on...
__________________


"The administrators of Graal Online will not be responsible for corrupting of young minds. " -User Agreement.. heh-heh-heh

"4. Racial intolerance is not allowed. [NEW!]" -User License Agreement (I love the "[NEW!]" part)

"No more drugs for THAT man!" -TrueHeaT

"... or does
it stand for something like
'[B]hala is the [M]an who decides so lets [X]ross the fingers'?)" -Stefan, in response to a guild dispute over the guild name "BMX"

[img src=http://www.lucitanica.f2s.com/shaun-revolutionsig.gif]
Time to piss Lycia off!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 12:03 AM.


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