Jump to content

kmart494

Members
  • Posts

    556
  • Joined

  • Last visited

  • Days Won

    37

kmart494 last won the day on July 16 2024

kmart494 had the most liked content!

3 Followers

About kmart494

  • Birthday 05/30/1967

Profile Information

  • Gender
    Male
  • Location
    Medina, NY

Recent Profile Visitors

9,225 profile views

kmart494's Achievements

Contributor

Contributor (5/14)

  • Conversation Starter Rare
  • Dedicated Rare
  • First Post Rare
  • Collaborator Rare
  • Posting Machine Rare

Recent Badges

52

Reputation

  1. Thank you, Geof. I like the idea of eliminating the data movement. The original idea of the future/past waypoints was to facillitate the drawing of paths ahead of and behind a given unit. The replay feature had not yet been invented, so I was working with what I had when it did come along. FYI, internally SimPlot tracks units by a unique identifier called UnitID. It uses a letter followed by a three digit number. For example, the first surface ship created would be S001, then S002, etc. The idea of the Track Number came in version 2 when I wanted to create a realistic way of displaying unknown units. In the real world, all detected units are assigned a TN. That and the "domain" (air, surface, subsurface, space) are the minimum information that a commander can see. The UnitID is still a part of SP2, and probably should remain as the TNs for each side may have to be unique. More thought needs to go into it.
  2. Geof, Internally, SimPlot runs on objects. All ships, planes, etc are child class objects of the Unit class. Even the waypoints are objects of a Waypoint class, with two object arrays for each unit: FutureWaypoints (set by players in the Waypoints window) and PastWaypoints. When a unit moves and reaches a FutureWaypoint, the waypoint is then moved to the PastWaypoint array, then movement continues until the end of the turn. At the beginning of every movement phase, if no waypoint exists at that location, a new waypoint is added to the PastWaypoint array so players may iterate through the turn-based replay later. This way, the app need not calculate where every unit was at a given time. Each waypoint has a "time stamp" on it. Maybe for database purposes, that would be good enough to have only one table of waypoints per unit? Kevin
  3. I am curious about this approach. I haven't messed with databases in a long time, but my language of choice XOJO does support SQLite. Do you think the game would be run from database inquiries, or should the entire database be loaded at app start? One very significant problem with multiplayer games is data security. In SimPlot1, I used home-spun text files to store and transmit unit data to players. Turns out, players were looking into those files to get information they would otherwise not see. The current .spscn files are actually JSON files with a bit of encryption (so gentle I bet you can figure it out). Is was necessary to include ALL unit history to make the replay work correctly, even units that had only been "recently discovered". I would appreciate your insight into this matter. Kevin
  4. Answered over at the Discord forum.
  5. I take it you are using the latest version. If so, then I must apologize since I have had problems with the MacOS version, and there will be no further updates for SimPlot2. If you have access to a Windows computer, then I recommend trying that version. It is much more stable. Development of SimPlot3 will begin soon, so there is some silver lining to the cloud.
  6. The background images were designed to be centered at (0,0) game coordinates.
  7. I'm sorry to say that MacOS development for SimPlot has lagged behind the Win10 version due to Apple Gatekeeper issues. Therefore, you likely do not have the most recent version, which addresses the issues you are having. Do you have a Win10/11 computer to use? If not, I will try to update the MacOS version (no promises, though).
  8. View File South China Sea This is a map of the South China Sea between Hianan, Vietnam, and the Philippines. There are no water depth levels on this map. Submitter kmart494 Submitted 04/26/2023 Category Maps  
  9. Version 1.0.0

    107 downloads

    This is a map of the South China Sea between Hianan, Vietnam, and the Philippines. There are no water depth levels on this map.
  10. kmart494

    Sea of Japan

    Version 1.0.0

    91 downloads

    This is a map of the Sea of Japan. There are no depth levels available on this map.
  11. View File Sea of Japan This is a map of the Sea of Japan. There are no depth levels available on this map. Submitter kmart494 Submitted 04/26/2023 Category Maps  
  12. View File GIUK Gap with Depth Levels This is a map of the Greenland-Iceland-United Kingdom gap with 5 different depth levels. Submitter kmart494 Submitted 04/26/2023 Category Maps  
  13. Version 1.0.0

    156 downloads

    This is a map of the Greenland-Iceland-United Kingdom gap with 5 different depth levels.
  14. SimPlot version 2.3.3 is ready for download. Fixed: Problems loading MapMaker maps after saving and reloading a scenario. Units deleted but "Show as Sunk" would temporarily disappear.
  15. kmart494san.I have just sent you a message. I would appreciate it if you could read it.

×
×
  • Create New...