The Daily Click ::. Forums ::. Klik Coding Help ::. Online hiscore-list in TGF; possible?
 

Post Reply  Post Oekaki 
 

Posted By Message

Deleted User
22nd June, 2006 at 13:54:09 -


Okay, im making a new simple shooter-game in TGF(i like the interface better than MMF) and now im wondering if there is some way to make an online-highscore list in a TGF game?

All extensions and examples/tutorials ive came across is just working in MMF only, not TGF. And i cant import it in MMF now, as im using certain extensions not supported by MMF... (-_- Smart, i know...)

So, id appreciate all help. Like links to extensions/tutorials/examples, and im really a n00b when it comes to this kinda stuff so try to explain slowly and simple.

Thanks in advance.

 

Klikmaster

Master of all things Klik

Registered
  08/07/2002
Points
  2599

Has Donated, Thank You!You've Been Circy'd!VIP MemberPS3 Owner
22nd June, 2006 at 15:48:43 -

You can get mooSock for TGF can you not? So just follow a tutorial, and use the TGF version of moosock

 
n/a

Deleted User
22nd June, 2006 at 15:58:28 -

Thanks, but i cant find any TGF examples... only MMF ones. =(

 

Deleted User
22nd June, 2006 at 21:07:34 -

I know, and i cant use it as im using TGF... different extensions...

 

Bibin

At least 9001

Registered
  01/07/2005
Points
  308

Silver Cup WinnerGOTW Winner!Has Donated, Thank You!VIP Member
22nd June, 2006 at 22:12:27 -

Moosock works the same way in TGF as in MMF... find a moosock example for MMF, get a trial of MMF, and just manually "hand" copy the events into TGF.

 
n/a

Flava



Registered
  30/07/2002
Points
  684

Has Donated, Thank You!Code MonkeyVIP MemberThe Cake is a LieThe Spinster
23rd June, 2006 at 02:19:52 -

I'm fairly sure the MMF tutorials will work the same as in TGF - there isn't really any major differences as far as I am aware.

 
This is a signature. Have this one on me.

Joe.H

Evil Faker

Registered
  19/08/2002
Points
  3305
23rd June, 2006 at 06:12:05 -

http://www.klikacademy.com/viewarticle.php?id=12

It's a bit old.. but... it should work fine

 
My signature is never too big!!!

Deleted User
23rd June, 2006 at 09:01:19 -

Thanks everyone, now i must just find a Moosock extension for TGF...

 

gmatharu



Registered
  28/07/2005
Points
  12
23rd June, 2006 at 10:39:52 -

Good luck with that project ! If you still looking for it... I found the link to the download.. it does infact say its available for TGF aswell

http://www.clickteam.info/extensions/extview.php?id=269

I've only just recently been using MooSock to connect applications together, its great and fast. But a online high score board ??? You'd be connecting to a server or something... Sorry, I dont know much to do with that.

I know it be slow, but the FTP object and a encrypted Text file could also work,
Download the file,
Open with Edit object,
Decrypt it with Blowfish,
Add the score where appropiate using a List object possibly,
Re-encrypt,
Upload.

Just an idea... Good luck Skydragon.

EDIT: I wonder if the FTP object in MMF2 is improved ???

Image Edited by the Author.

 
n/a

David Newton (DavidN)

Invisible

Registered
  27/10/2002
Points
  8322

Honored Admin Alumnus
23rd June, 2006 at 11:03:16 -

I don't suppose there's anything exactly wrong with doing it via an FTP and CSV/text file, but then you've got the trouble of unencrypting the data for your page. Passing values to a PHP page and storing the scores in a MySQL database is the easiest way - it's one of the easiest languages I've ever tried to pick up.

You can add security by sending a checksum value, or one containing a code that isn't seen by the user (obviously, only if you're using POST rather than GET). Treasure Tower's security was far more simple than I'd have liked, and it hasn't been hacked yet.

 
http://www.davidn.co.nr - Games, music, living in America
   

Post Reply



 



Advertisement

Worth A Click