Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-03-2002, 10:22 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Programing Help Stefan

Since your not replin' to my pms Stefan but your repling here help me script a player screen with 10 by 10 pixel tiles with chat bar (online and offline with start screen)
Reply With Quote
  #2  
Old 02-03-2002, 10:25 AM
BocoC BocoC is offline
Registered User
BocoC's Avatar
Join Date: Jun 2001
Location: Washington State, USA
Posts: 980
BocoC is on a distinguished road
Send a message via AIM to BocoC Send a message via Yahoo to BocoC
Re: Programing Help Stefan

Quote:
Originally posted by Poogle
Since your not replin' to my pms Stefan but your repling here help me script a player screen with 10 by 10 pixel tiles with chat bar (online and offline with start screen)
I assume this is with Delphi, right? Well, the first think I would do is download the DirectX7 SDK and learn all about DirectDraw. Then, you could ask Stefan on how Delphi creates and initializes DirectX. Then, just go from there. ^_^
__________________
-Boco

FLKJH$TRFG*$(&%>FMG >REN<>F ;.kjsd
Reply With Quote
  #3  
Old 02-03-2002, 10:45 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Re: Re: Programing Help Stefan

Quote:
Originally posted by BocoC

I assume this is with Delphi, right? Well, the first think I would do is download the DirectX7 SDK and learn all about DirectDraw. Then, you could ask Stefan on how Delphi creates and initializes DirectX. Then, just go from there. ^_^
okay!
Reply With Quote
  #4  
Old 02-03-2002, 10:54 AM
TDK_RC6 TDK_RC6 is offline
Registered User
TDK_RC6's Avatar
Join Date: Jan 2002
Location: Earth
Posts: 0
TDK_RC6 is on a distinguished road
where can i get a delphi compiler??
__________________
Staff on Renegade


email: [email protected]
aim: papivicente
Reply With Quote
  #5  
Old 02-03-2002, 12:20 PM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Quote:
Originally posted by TDK_RC6
where can i get a delphi compiler??
www.borland.com
Reply With Quote
  #6  
Old 02-03-2002, 01:24 PM
Frolic_RC2 Frolic_RC2 is offline
Banned
Join Date: Jan 2002
Posts: 960
Frolic_RC2 is on a distinguished road
Wow...very annoying...

If you truly wanted to learn something as complicated as a programming language you would at least have the devotion to know where to start. Meaning, you wouldn't need to ask anyone for help until you truly needed it.
Reply With Quote
  #7  
Old 02-04-2002, 03:44 AM
BocoC BocoC is offline
Registered User
BocoC's Avatar
Join Date: Jun 2001
Location: Washington State, USA
Posts: 980
BocoC is on a distinguished road
Send a message via AIM to BocoC Send a message via Yahoo to BocoC
Well, what you should do is learn all about the language and be able to utilize it almost completely. Then, download the DirectX7 SDK and learn all about DirectDraw7 and maybe Direct3D7. Then, you should maybe go to http://www.programmersheaven.com/ and look in their Delphi section to see if they have any articles about DirectX programming in Delphi.
__________________
-Boco

FLKJH$TRFG*$(&%>FMG >REN<>F ;.kjsd
Reply With Quote
  #8  
Old 02-04-2002, 03:51 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
delphix is nice addon for direct 3d stuff
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote
  #9  
Old 02-04-2002, 03:58 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 will become famous soon enough
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
arg, all he is doing is asking for help...
__________________
Reply With Quote
  #10  
Old 02-04-2002, 06:08 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Quote:
Originally posted by BocoC
Well, what you should do is learn all about the language and be able to utilize it almost completely. Then, download the DirectX7 SDK and learn all about DirectDraw7 and maybe Direct3D7. Then, you should maybe go to http://www.programmersheaven.com/ and look in their Delphi section to see if they have any articles about DirectX programming in Delphi.
What does the SDK do?
Reply With Quote
  #11  
Old 02-04-2002, 06:27 AM
BocoC BocoC is offline
Registered User
BocoC's Avatar
Join Date: Jun 2001
Location: Washington State, USA
Posts: 980
BocoC is on a distinguished road
Send a message via AIM to BocoC Send a message via Yahoo to BocoC
Quote:
Originally posted by Poogle
What does the SDK do?
Well, they DirectX7 SDK contains a C and a Visual Basic library. It includes .h file for C, and a dx7vb.dll file for VB. It also has many examples and Word documents that explain all about DirectX. But, it is a hefty download. So, you either need lots of patience or a cable modem/DLS.
__________________
-Boco

FLKJH$TRFG*$(&%>FMG >REN<>F ;.kjsd
Reply With Quote
  #12  
Old 02-04-2002, 06:36 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Quote:
Originally posted by BocoC

Well, they DirectX7 SDK contains a C and a Visual Basic library. It includes .h file for C, and a dx7vb.dll file for VB. It also has many examples and Word documents that explain all about DirectX. But, it is a hefty download. So, you either need lots of patience or a cable modem/DLS.
can i have some delphi example files to see?
Reply With Quote
  #13  
Old 02-04-2002, 06:38 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
Quote:
Originally posted by Poogle
can i have some delphi example files to see?
download DelphiX , its an addon for Delphi. Its real nice and has some documentation.
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote
  #14  
Old 02-04-2002, 07:45 AM
Androk2k1 Androk2k1 is offline
Banned
Androk2k1's Avatar
Join Date: Dec 2001
Posts: 1,336
Androk2k1 is on a distinguished road
Hree is an example of gme made in Delphi... super simple... can't get any simpler then this...
Attached Files
File Type: zip arena v. 1.5.zip (191.1 KB, 118 views)
Reply With Quote
  #15  
Old 02-04-2002, 12:13 PM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
I have to get a job so I can buy Delphi...:-/
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
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 05:41 PM.


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