Author Topic: <-- Archived --> (Exploration/Tiles Concept)  (Read 7791 times)

0 Members and 1 Guest are viewing this topic.

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
<-- Archived --> (Exploration/Tiles Concept)
« on: August 12, 2013, 01:26:35 PM »
Just wanted to create a spot for questions and discussions about exploration. I've updated DB with a very fresh version since I had some time today to write some new code and wrap things up a bit. Simple battle tiles can be created in json format and loaded but I'll have to put those on the map manually for now (especially since we haven't decided for 100% what kind of map/maps we will go with).
« Last Edit: April 24, 2016, 08:02:11 AM by Xela »
Like what we're doing?

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Exploration/Tiles Concept
« Reply #1 on: August 12, 2013, 01:26:56 PM »
--- Reserved ---
Like what we're doing?

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: Exploration/Tiles Concept
« Reply #2 on: August 13, 2013, 08:35:13 AM »
We always can take maps from other games, especially for alpha.

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Exploration/Tiles Concept
« Reply #3 on: August 31, 2013, 11:40:08 AM »
We always can take maps from other games, especially for alpha.


This would require to much work (matching those graphics to tiles) as well as per room graphic extraction from that game.

When you get back as well, I want to discuss map/tiles building. Basically we can go two ways, JSON or script, both have advantages and disadvantages. If you are up to constructing the whole map tile by tile in JSON yourself as you did with items/traits, I will code game logic required and leave the rest to you (updating the code as we go, same as we did with items). While you work on the exploration, I can start putting some girlmeets texts that CW found into the game.

I'll take a break for the rest of the day and resume work on map/exploration tomorrow if I feel up to it.
Like what we're doing?

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: Exploration/Tiles Concept
« Reply #4 on: August 31, 2013, 01:43:04 PM »
And what do you mean by script way then?

Basically, I do not mind to create maps, however I wonder if it possible to create complex maps without a map editor of some kind, especially since tiles have a lot of properties. I'm afraid my imagination and short-term memory are not good enough for purely text-based 2d modeling.
« Last Edit: August 31, 2013, 01:53:27 PM by DarkTl »

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Exploration/Tiles Concept
« Reply #5 on: August 31, 2013, 04:05:19 PM »
And what do you mean by script way then?

Code, instead of JSON/XML, plain code is used.

Basically, I do not mind to create maps, however I wonder if it possible to create complex maps without a map editor of some kind, especially since tiles have a lot of properties. I'm afraid my imagination and short-term memory are not good enough for purely text-based 2d modeling.

Would be a good memory training exercise then :)

Writing an editor is not hard but would prolly be to time consuming, especially before we see the "endversion" to current exploration system. If it sucks or gets boring to quickly, we may switch to something completely different in the future.

Also, just like with traits and items, tiles will have default values so not everything will have to be filled. Basically, I think that one large advantage of you designing the map in JSON is that you'll have something to do (since most items and traits are ready). Largest advantage of me doing it (without or with limited JSON) is that I can take a number of shortcuts with code that will make a good map for Alpha much faster.

Either way, loads of work remains to be done for the exploration system...
Like what we're doing?

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: Exploration/Tiles Concept
« Reply #6 on: September 01, 2013, 08:57:48 AM »
I'm back home today  8)

I think that one large advantage of you designing the map in JSON is that you'll have something to do (since most items and traits are ready).
Sure, it would be handy. It's not like I don't have something to do though, while you were busy with exploration I've finished another big pack.

But don't expect 40x40 maps without an editor from me. If you want huge maps, be my guest and use script way  :)

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Exploration/Tiles Concept
« Reply #7 on: September 01, 2013, 10:18:34 AM »
I'm back home today  8)
Sure, it would be handy. It's not like I don't have something to do though, while you were busy with exploration I've finished another big pack.

But don't expect 40x40 maps without an editor from me. If you want huge maps, be my guest and use script way  :)

Oki, I'll continue with scripting using JSON where convenient for now. I might need your help hunting extra resources when you have time.
Like what we're doing?

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: Exploration/Tiles Concept
« Reply #8 on: September 01, 2013, 01:32:10 PM »
I might need your help hunting extra resources when you have time.
Yup, let me know if you need something.

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Exploration/Tiles Concept
« Reply #9 on: September 01, 2013, 04:28:23 PM »
Yup, let me know if you need something.

When you have time, see if you can find a forest encampment background? I have some ideas for the entrance (couple of warriors to be recruited, events, quests, maybe a shop).

Decent peace of software btw: http://sourceforge.net/projects/tiled/

We might switch to something like that in the future.
Like what we're doing?

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: Exploration/Tiles Concept
« Reply #10 on: September 02, 2013, 12:14:29 PM »
That's one of those things that easy to imagine but hard to find. I've found several pics today, but not too decent ones. Look for camp folder inside forest section.

Decent peace of software btw
Screenshots look promising, especially the first one.

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Exploration/Tiles Concept
« Reply #11 on: September 02, 2013, 04:30:00 PM »
Screenshots look promising, especially the first one.

Yeah, it shouldn't be hard to replace the map with better graphics and tiles + a map maker. Maybe even a proper rpg engine, there is a good amount of code written for Tiled in python, we can use some of the logic and write custom displayables for renpy to load for graphics. All past 1.0.
Like what we're doing?

Offline ninjinto

  • Newbie
  • *
  • Posts: 11
Re: Exploration/Tiles Concept
« Reply #12 on: September 08, 2013, 01:57:27 PM »
One thing I'd just like to add: hobby developers seem more prone to making maps too big/complicated rather than too small/simple. What ends up happening is that they become a chore to walk through over and over, and a lot of the filler content serves no purpose. Homes you can't enter, fences that make you take the long way around, and a long slow path just to get from home to the next adventure spot.

It helps to think in terms of how long it gets from one point to another. Dungeons shouldn't be over extremely fast but they shouldn't be a tedious slog either. If it's a map you use many times, like a key town, then what you'd want is to have exits all over the place and close together so that getting to any destination is fast and simple.

One other common mistake in map-making: misleading exit areas. As a general rule bare patches should be reserved for actual exits; empty edges should be filled with something impassable like shrubs or water.

Also, make first and improve second. Trying to think of the *best* map often keeps people from getting any map at all early on due to indecisiveness. This applies to all aspects of gamedev; things can always start out crude and lacking then be refined later on.

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Exploration/Tiles Concept
« Reply #13 on: September 08, 2013, 02:31:57 PM »
We've decided to postpone exploration in favor of Arena so it will be a while until we have to address this topic, also right now the whole exploration code is a prototype similar to that of a rouge-like than rpg-maker like.
Like what we're doing?