[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
VG Thought • View topic - How to break down courses

How to break down courses

This November, please play Wave Race 64. It's going to be fine.

How to break down courses

Postby Golem » Fri Nov 07, 2014 12:30 am

User avatar
Golem
 
Posts: 1001
Joined: Sun Oct 28, 2012 5:18 pm
Diplomacy: 0 : 1
Battle: 0 : 0

Re: How to break down courses

Postby Yourself » Fri Nov 07, 2014 1:50 am

I might split it up into two approaches. If you want to simplify walls/obstacles/buoys into one category of turn, that seems like an input-based approach - where holding right on the stick is holding right on the stick regardless of the associated freedom/challenge. It might lead to a discussion about "what is the solution to this course?". Looking at elements like wave size and their effect on the player seems like it would lead more to "what is the challenge of this course?". Kinda a high-level versus low-level thing? Maybe that's just me. Anyway, I'd break down the elements like this:

From an input-based perspective, maybe it could be:
- Forced turns, which prevent an incorrect steering input (composition of walls and obstacles)
- Bonus turns, which reward a correct steering input (the right side of yellow/red buoys)
- Jumps, which punish (but rarely prevent) an incorrect steering and/or acceleration input
- Waves, which reward a correct traction input

Basically, what contexts inform the translation of player inputs into speed.

Whereas an element-based perspective might take into account:
- Walls
- Boundaries (those outer buoy lines that you can only stay outside of for 5 seconds)
- Buoys
- Ramps
- Low surfaces (that you can ride over but lose handling/accerlation)
- Waves
- Turbulence
- Spike balls (these behave slightly differently than walls since they immediately knock you off no matter what your angle of approach)
- Ice bergs can kinda fit in with spike balls
- The placement and size of all these objects

I guess maybe composing those elements and their interaction seems like a lead-in to the higher level input-based comparison.
Yourself
 
Posts: 173
Joined: Wed Mar 05, 2014 2:24 am
Diplomacy: 1 : 1
Battle: 0 : 0

Re: How to break down courses

Postby Golem » Fri Nov 07, 2014 3:08 am

I see. The former analysis simply outlines the optimal run of a course, while you propose something that'll get at a gradation of playthroughs. The player that fails because he/she runs into a wall is different from the player that fails because he/she misses that fifth buoy. And the player that succeeds while hitting every buoy is different from the player that succeeds while missing a buoy here or there.

I'd like to see an analysis written up from your approach. For now, I'm going to mull over Sunny Beach and what a simpler analysis can say about it, just to get my sea legs.
User avatar
Golem
 
Posts: 1001
Joined: Sun Oct 28, 2012 5:18 pm
Diplomacy: 0 : 1
Battle: 0 : 0


Return to Wave Race 64

Who is online

Users browsing this forum: No registered users and 2 guests

cron