Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   Download/GetFile (https://forums.graalonline.com/forums/showthread.php?t=5800)

Tyhm 06-26-2001 03:04 AM

Download/GetFile
 
Either
1) At logon, compare the files in \Graal2001\maps with the files in the /levels/maps, download the newest ones as necessary.
or
2) Add command getfile imgname; (which would download the file) and condition gotfile(imgname) (which would check to see if you've downloaded the file and it's more current than the one on the server)
Then programmers could freeze players until the graphics for the boss NPC loads.

Falcor 06-26-2001 03:06 AM

Yo
 
that would be cool.. And midi - download support would be nice also

BocoC 06-26-2001 06:11 AM

Well, you can simulate the map thingy kinda. In like, the main level for your world (ie. unstick me level), add this code:

if (playerenters) {
setimg myworldmap.gif,0,0,2,2;
setmap myworldmap.gif,myworldmap.txt,64,64;
}

The player would automatically download the latest map addition from the server, then set their map as it. =P

grim_squeaker_x 06-26-2001 04:36 PM

Quote:

Originally posted by BocoC
Well, you can simulate the map thingy kinda. In like, the main level for your world (ie. unstick me level), add this code:

if (playerenters) {
setimg myworldmap.gif,0,0,2,2;
setmap myworldmap.gif,myworldmap.txt,64,64;
}

The player would automatically download the latest map addition from the server, then set their map as it. =P

The problem is that they might not have the update to your .txt file.


All times are GMT +2. The time now is 07:42 PM.

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