Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Graal Main Forum (English) (https://forums.graalonline.com/forums/forumdisplay.php?f=4)
-   -   New RC (https://forums.graalonline.com/forums/showthread.php?t=49325)

Alexander 11-29-2003 10:00 AM

Quote:

Originally posted by thelostviking
Alexander iam sry how did you make it?
um for your information I made it not DarkVillin, he just posted the image o.O

Also I believe it's legal to modify the looks of a program.

Thought 11-29-2003 11:47 AM

Quote:

Originally posted by -Ramirez-

That would seem logical, wouldn't it? :P Except... it's called a palette. ;)

Color table and palette are the same thing, both are correct terms.

Quote:

Originally posted by Alexander
Also I believe it's legal to modify the looks of a program.
Depends on the programs EULA/License.

Crono 11-29-2003 02:59 PM

Quote:

Originally posted by Lance


Hehe @ ignorance of how copyrights work.

Im not sure how the copyrights work either and im not sure if this is the copyright for the game or for the site:

copy pasted from graalonline.com

Copyright © 1998-2002 Linux Cyberjoueurs. All Rights Reserved.

It's almost 2004 o_O!

and the copyright on the forums

Copyright ©2000, Jelsoft Enterprises Limited.
Copyright (C) 1998-2002 Linux cyberjoueurs All Rights Reserved.

then again the RC says 2003..but its in the image so it looks like a double meaning XD!

Loriel 11-29-2003 03:05 PM

Cyberjoueurs created Graal. Thus they have the copyright on it.

osrs 11-29-2003 04:19 PM

Quote:

Originally posted by Thought

Delphi imported the image Stefan specified into its form resources, either directly from it, or converted it to BMP format, and therefore stored it in the format you see before you.

I do believe that AmonRa worked on this rc, not sure though.

konidias 11-29-2003 04:48 PM

Quote:

Originally posted by Darenzo
I don't even think Graal is copywritten, they just probably put a fake copyright to scare us like everyone else.
You can legally copyright something just by putting "Copyright Yourname" on it. Like say I make an original artwork, and I put a copyright on it. Then that artwork is legally mine. You don't have to buy a copyright for something like that.

marcoR 11-29-2003 06:39 PM

*waits for Alexander to explain how he did it*

Duwul 11-29-2003 10:08 PM

Is there any place you can find a program that converts a jpeg to hexadecimal code?

Admins 11-30-2003 06:17 AM

Quote:

Originally posted by konidias


You can legally copyright something just by putting "Copyright Yourname" on it. Like say I make an original artwork, and I put a copyright on it. Then that artwork is legally mine. You don't have to buy a copyright for something like that.

When someone creates something then he automatically gets the copy right on it. It's also possible to go to special places to get the stuff archived there, then it's easier later to use it on courts. We do that with Graal stuff.

haunter 11-30-2003 06:51 AM

Quote:

Originally posted by Stefan


When someone creates something then he automatically gets the copy right on it. It's also possible to go to special places to get the stuff archived there, then it's easier later to use it on courts. We do that with Graal stuff.

So what happens to stuff we upload to GraalOnline owned servers. Does it become copyright to GO aswell?

Hevaricubed 11-30-2003 08:09 AM

To edit the RC Resources
 
Use a program like PE Editor

Or any other resource program that can handle DFM's (Delphi Forms).

The main background image is a JPEG.
The buttons are BMPs.

Alexander used PE Editor or something like it which opens DFMs to edit the images of his RC.

The rich edit which holds the chat of the other RC's is not in the resource, so its probally created dynamically
(with CreateWindowEx or an OCX)

You can change the font because it uses the ParentFont, which is the TREMOTEFRAME Font.

I dont know why people have a sudden urge to change how the RC looks, in the new graal version RCs will be scripted, so they can look like anything you want x.x

**shadowless im pretty sure that anything make then upload onto a GO server is still copyrighted to the original artist, if you upload something to my ftp, it isnt automatically copyrighted by me, but if i upload it, and use it without permission, action could be taken about me**

Loriel 11-30-2003 08:46 AM

If you upload something onto Graal servers, you transfer the copyright to Graal.
I suppose that if you hold the copyright on something, others may not upload it without your permission.

Thought 11-30-2003 09:12 AM

Re: To edit the RC Resources
 
Quote:

Originally posted by Hevaricubed
I dont know why people have a sudden urge to change how the RC looks, in the new graal version RCs will be scripted, so they can look like anything you want x.x
This is a new RC. It is fugly. Simple.

Quote:

Originally posted by Hevaricubed
**shadowless im pretty sure that anything make then upload onto a GO server is still copyrighted to the original artist, if you upload something to my ftp, it isnt automatically copyrighted by me, but if i upload it, and use it without permission, action could be taken about me**
Read the agreement when you registered your account -- it states that all content uploaded to Graal Online's servers becomes their property. Which is why uploading copyrighted material is forbidden.

haunter 11-30-2003 09:17 AM

Re: Re: To edit the RC Resources
 
Quote:

Originally posted by Thought



Read the agreement when you registered your account -- it states that all content uploaded to Graal Online's servers becomes their property. Which is why uploading copyrighted material is forbidden.

So it's illegal to upload work that's not yours, or work that you dont have permission to upload because it's basicly like you're giving away something to Graal that's not yours. @_@; hmm

Alexander 11-30-2003 01:19 PM

Re: To edit the RC Resources
 
Quote:

Originally posted by Hevaricubed
Alexander used PE Editor or something like it which opens DFMs to edit the images of his RC.

Don't assume what program I used. I used Hex Workshop for your information -.-

Hevaricubed 11-30-2003 03:03 PM

Heh really? So you know the exact compression level of the jpeg used for the background? And the colour palletes for the BMP files used? Because you would have to get everything right otherwise it stops working lol.

Alexander 11-30-2003 10:00 PM

Yes I do
<3 Photoshop

marcoR 11-30-2003 10:05 PM

Alexander, AIM me, or lose your er.. place.

-Ramirez- 11-30-2003 10:43 PM

I wish I had known these programs existed... haha

I actually downloaded the Borland Delphi compiler just to put the images in hex format. :(

Duwul 12-02-2003 06:10 AM

Re: To edit the RC Resources
 
Quote:

Originally posted by Hevaricubed
Use a program like PE Editor

Or any other resource program that can handle DFM's (Delphi Forms).

The main background image is a JPEG.
The buttons are BMPs.

Alexander used PE Editor or something like it which opens DFMs to edit the images of his RC.

The rich edit which holds the chat of the other RC's is not in the resource, so its probally created dynamically
(with CreateWindowEx or an OCX)

You can change the font because it uses the ParentFont, which is the TREMOTEFRAME Font.

I dont know why people have a sudden urge to change how the RC looks, in the new graal version RCs will be scripted, so they can look like anything you want x.x

**shadowless im pretty sure that anything make then upload onto a GO server is still copyrighted to the original artist, if you upload something to my ftp, it isnt automatically copyrighted by me, but if i upload it, and use it without permission, action could be taken about me**

Hey thanks a lot

KuJiGX 12-07-2003 04:28 PM

Isn't this illegal to be editing Stefan's program. Go ban them all :-D

KuJiGX 12-07-2003 04:30 PM

Sorry for double posting but i was trying the resource editor and heres what i got:
VALUE "LegalCopyright", "Graal is copyrighted by Linux Cyberjoueurs"

so Graal is copyrighted :)

marcoR 12-07-2003 06:03 PM

Powered by: vBulletin Version 2.0.0
Copyright ©2000, Jelsoft Enterprises Limited.
Copyright (C) 1998-2002 Linux cyberjoueurs All Rights Reserved.

superb 12-07-2003 07:18 PM

Quote:

Originally posted by KuJiGX
Sorry for double posting but i was trying the resource editor and heres what i got:
VALUE "LegalCopyright", "Graal is copyrighted by Linux Cyberjoueurs"

so Graal is copyrighted :)

EDIT BUTTON

Toxin 12-09-2003 01:33 AM

Isn't it ok for personal use, but not to be distributed without permission? =o (As if people wont distribute it..., but w/e)

BTW, if it's for personal use, nobody needs to know you did it anyway ;) .


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

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