WIP Beta released Domley, UK(Fictional UK map)

Discussion in 'Content Creation' started by uFiFAN, Sep 23, 2024.

  1. uFiFAN

    uFiFAN
    Expand Collapse

    Joined:
    Jul 28, 2023
    Messages:
    45
    Thank you so much, I'll try that. If you know, can you tell me how would I add points of interest? I tried it by making a file - similar to this, but when i tested it was spawning me on wrong points.
     
  2. Snaffi

    Snaffi
    Expand Collapse

    Joined:
    Dec 28, 2024
    Messages:
    44
    How about the odd random Mattress and old Washing Machine dumped on the verge ;)
     
    • Agree Agree x 1
  3. jscxnt

    jscxnt
    Expand Collapse

    Joined:
    Jul 14, 2024
    Messages:
    315
    Points of interest dont actually have a spawnpoint, they are basically only somewhere that you can set your gps route to. If you want somewhere to be spawnable its best to use a spawnsphere/playerdroppoint
     
  4. Willfa

    Willfa
    Expand Collapse

    Joined:
    Aug 17, 2023
    Messages:
    384
    I have knowledge of parked cars if you need help :)
    --- Post updated ---
    this helps me too. does the "unknown" just apply to all other types of fuel then (e.g electric or kerosene in the case of aircraft)
     
  5. jscxnt

    jscxnt
    Expand Collapse

    Joined:
    Jul 14, 2024
    Messages:
    315
    Im not entirely sure what unknown means because the script i included was copied from West Coast and only has gas and diesel at the pump, so i think unknown is just a placeholder that doesnt need to be there.
    There are 2 other types of energyType you can use though: "electricEnergy" for charging electric vehicles or "n2o" for refilling nitrous oxide.
     
  6. Willfa

    Willfa
    Expand Collapse

    Joined:
    Aug 17, 2023
    Messages:
    384
    this helps me too. does the "unknown" just apply to all other types of fuel then (e.g electric or kerosene in the case o
    Ah right ok. Makes sense. Ill just have to experiment to see what unknown is then
     
  7. uFiFAN

    uFiFAN
    Expand Collapse

    Joined:
    Jul 28, 2023
    Messages:
    45
    Ok, that's what I meant then. Can you help me with it?
     
  8. jscxnt

    jscxnt
    Expand Collapse

    Joined:
    Jul 14, 2024
    Messages:
    315
    Yeh no problem, what exactly isnt working?
     
  9. uFiFAN

    uFiFAN
    Expand Collapse

    Joined:
    Jul 28, 2023
    Messages:
    45
    Just explain how to add it please, because the tutorial I watched didn't work (or I did something wrong).
     
  10. jscxnt

    jscxnt
    Expand Collapse

    Joined:
    Jul 14, 2024
    Messages:
    315
    Basically you just have to add playerdroppoints from the world editor, then once youve done that, you need to go into the levels info.json and add the actual spawnpoints with a name and preview image.

    Code:
    {
        "title": "Title",
        "defaultSpawnPointName":"Default",
        "description": "",
        "previews": ["preview.png"],
        "size": [2048,2048],
        "biome": "",
        "roads": "",
        "suitablefor": "",
        "features": "",
    "spawnPoints":[
      {
        "translationId":"Spawn1 Name",
        "objectname":"Spawn1 Object Name",
        "preview":"Spawn1.png"
      },
      {
        "translationId":"Spawn2 Name",
        "objectname":"Spawn2 Object Name",
        "preview":"Spawn2.png"
      },
      {
        "translationId":"Spawn 3 Name",
        "objectname":"Spawn3 Object Name",
        "preview":"Spawn3.png"
      },
    
    
    
    ],
        "authors": "jscxnt"
    }
     
  11. Snaffi

    Snaffi
    Expand Collapse

    Joined:
    Dec 28, 2024
    Messages:
    44
    Just wondering if there any updates on how this is progressing?
     
  12. mimolli

    mimolli
    Expand Collapse

    Joined:
    Jan 27, 2025
    Messages:
    131
    Manchmal kann auch echte Werbung einbauen, zum Beispiel auf Lackierungen auf Autos

    sometimes you can also include real advertising, for example on car paintwork
     
  13. Worded_Gamer

    Worded_Gamer
    Expand Collapse

    Joined:
    Jan 31, 2025
    Messages:
    144
    yay an british map
    --- Post updated ---
    no curbs in town though?
     
  14. uFiFAN

    uFiFAN
    Expand Collapse

    Joined:
    Jul 28, 2023
    Messages:
    45
    Sorry, haven't worked on it for at least a month. I've started the curbs, some small improvements, but wasn't in the mood. Should I post a tiny update with like 5% of the curbs in the town?
     
    • Like Like x 2
  15. jscxnt

    jscxnt
    Expand Collapse

    Joined:
    Jul 14, 2024
    Messages:
    315
    yes please! i wanna see how its coming along
     
  16. Snaffi

    Snaffi
    Expand Collapse

    Joined:
    Dec 28, 2024
    Messages:
    44
    Remember for UK roads, we've going to need to select vehicles with good suspension to avoid damage hitting all the pot holes :)
     
  17. uFiFAN

    uFiFAN
    Expand Collapse

    Joined:
    Jul 28, 2023
    Messages:
    45
    Ok, sorry I took so long, (forgot) the file is updated you can use the same link.
     
    • Like Like x 2
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice