The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
519 views

Converting Degrees to X and Y Coordinate change

I am using a float positioning system in my game. IE float x,y,z now I want to get the location of the mouse, then to fire an arrow to it. X0 = the players X location X1 = the mouse X location Y0 = ...
8
votes
4answers
219 views

Is there any way to verify the GPS location data received from client?

The answer to this question may be "NO" but it's quite important so I think I might as well ask. This should be a problem for all client-server location-aware games where player locations in the ...
0
votes
2answers
110 views

Storing Player Location/Data in an Online Game

I know this question has been asked and answered in some threads, but I'd like a more beginner dumbed down explanation. So player information, specifically direction and position, need to be updated ...
0
votes
1answer
216 views

World Location issues with camera and particle

I have a bit of a strange question, I am adapting the existing code base including the tile engine as per the book: XNA 4.0 Game Development by example by Kurt Jaegers, particularly the aspect that I ...
0
votes
2answers
547 views

Making a Point Light follow a cube (Unity)

I'm trying to have a point light positioned directly above a cube follow wherever the cube goes. However, it doesn't move at all. This is my code for the light: using UnityEngine; using ...
3
votes
4answers
396 views

Is it possible to physically locate a game console?

In theory, is it possible to locate an Internet-connected console? After all, Google Maps can find my computer's location. Can a console connected to the Internet be found in the same or a different ...