bell notificationshomepageloginNewPostedit profile

Topic : Adding lines to a video game script to futureproof a project Sometimes, video game development can go awry, so I want to add extra lines in case there's a decision to add generic questlines - selfpublishingguru.com

10.01% popularity

Sometimes, video game development can go awry, so I want to add extra lines in case there's a decision to add generic questlines and new game mechanics. So how do you come up with a lot of lines that are likely to be useful and that can be spliced in several ways to futureproof the project?


Load Full (1)

Login to follow topic

More posts by @Cooney417

1 Comments

Sorted by latest first Latest Oldest Best

10% popularity

Without having very much information, I would suggest that you come up with a number of generic statements with variables instead of specific words such that they can be used in a multitude of situations. For example:

"Please, you have to help! X and Y!"

In that line, (X, Y) could be anything from ("my husband cheated on me", "I don't know how to go on") to ("the prince has been kidnapped", "the king has been assassinated"):

"Please, you have to help! My husband cheated on me and I don't know how to go on!"

"Please, you have to help! The prince has been kidnapped and the king has been assassinated!"

That single sentence structure just created two completely different scenarios with different intensities and expected difficulty levels. It's basic, but that's all you need for an initial idea. Later on you can tailor whatever generic ideas you come up with to better fit the specific storylines and the game in general.


Load Full (0)

Back to top