|
-
May 31st, 2008, 12:54 PM
#1
Thread Starter
Hyperactive Member
WorldToScreen in VB6 ?
Maybe someone can help me?
I need WorldToScreen function in VB6.
I already have made search in google for WorldToScreen and VB6, but nothing useful hadn't found. So maybe someone has already confront with WorldToScreen function in VB6 and have any suggestions or even any alternative for it?
-
May 31st, 2008, 01:22 PM
#2
Re: WorldToScreen in VB6 ?
I think most of the stuff is in C++ and isnt this a cheat for Half life?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
May 31st, 2008, 01:56 PM
#3
Thread Starter
Hyperactive Member
Re: WorldToScreen in VB6 ?
 Originally Posted by RobDog888
...isnt this a cheat for Half life?
First of all who told that it is for cheating purposes, it is not for cheating purposes! I already know how to code an AimBot, TriggerBot, BunnyHop or any other simple, similar thing for Counter-Strike with VB6 so I'm not asking for any kind of help for it. WorldToScreen can be used not only for cheat development there can be and other considerations. For example I want try to make multi-player modification for single player game, and there is nothing bad in it. So RobDog888 I realy appreciate your help.
 Originally Posted by RobDog888
I think most of the stuff is in C++...
Yes it is, but I'm almost sure that it is also possible and in VB6.
-
May 31st, 2008, 03:15 PM
#4
Re: WorldToScreen in VB6 ?
That is kind of a rude/sarcastic reply when all I did was ask nicely. Surely anyone asking for help would be more "relaxed" about it if they had good intentions with it perhaps. What game is it that this is for?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
May 31st, 2008, 04:07 PM
#5
Thread Starter
Hyperactive Member
Re: WorldToScreen in VB6 ?
 Originally Posted by RobDog888
That is kind of a rude/sarcastic reply when all I did was ask nicely. Surely anyone asking for help would be more "relaxed" about it if they had good intentions with it perhaps.
Sorry if my reply looks little bit rude or sarcastic, I just expect that someone will say something like "It is for cheating grrrr..." or something like that.
 Originally Posted by RobDog888
What game is it that this is for?
"Grand Theft Auto: San Andreas"
I already know how to chang XYZ coordinates of players and other stuff. So I can make some small synchronizations between two (or more than two) single player clients and make multi-player modification.
I know it is already done with C++/ASM, but sometimes I like scrabble with such things. It is for mine interests. And I think that there is nothing wrong with it.
I need something like WorldToScreen because i want draw player names and health points in front of players. So if I want draw it then I need something like 3D to 2D (XYZ to XY) I'm not realy sure!?
-
Jun 1st, 2008, 10:57 AM
#6
Thread Starter
Hyperactive Member
Re: WorldToScreen in VB6 ?
So no one wants help me?
Or no one realize what I want?
Or maybe realize, but don't know how to do that?
So how it is?
-
Jun 1st, 2008, 11:01 AM
#7
-
Jun 1st, 2008, 11:52 AM
#8
Hyperactive Member
Re: WorldToScreen in VB6 ?
are you suggesting by "worldtoscreen" that its something to do with converting (x,y,z) coordinates of a map to a relevant (x,y) position on the screen?
if im correct in the definition; i could see someone doing this. but from what i see, there is a lot of work to do here; depending on if the user can "zoom" in and out. many other factors here as well.
anyways, good luck!
-
Jun 1st, 2008, 12:58 PM
#9
Thread Starter
Hyperactive Member
Re: WorldToScreen in VB6 ?
 Originally Posted by Billy Conner
are you suggesting by "worldtoscreen" that its something to do with converting (x,y,z) coordinates of a map to a relevant (x,y) position on the screen?
Yes!
This function requires mathematical, trigonometrical calculations.
For example there is an object in 3D (XYZ) space and you have to calculate 2D (XY) coordinates of that object.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|