• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 20:18
CEST 02:18
KST 09:18
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Team TLMC #5 - Finalists & Open Tournaments0[ASL20] Ro16 Preview Pt2: Turbulence5Classic Games #3: Rogue vs Serral at BlizzCon9[ASL20] Ro16 Preview Pt1: Ascent10Maestros of the Game: Week 1/Play-in Preview12
Community News
Weekly Cups (Sept 8-14): herO & MaxPax split cups3WardiTV TL Team Map Contest #5 Tournaments1SC4ALL $6,000 Open LAN in Philadelphia7Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues29LiuLi Cup - September 2025 Tournaments3
StarCraft 2
General
Team Liquid Map Contest #21 - Presented by Monster Energy #1: Maru - Greatest Players of All Time Weekly Cups (Sept 8-14): herO & MaxPax split cups SpeCial on The Tasteless Podcast Team TLMC #5 - Finalists & Open Tournaments
Tourneys
WardiTV TL Team Map Contest #5 Tournaments Maestros of The Game—$20k event w/ live finals in Paris RSL: Revival, a new crowdfunded tournament series Sparkling Tuna Cup - Weekly Open Tournament SC4ALL $6,000 Open LAN in Philadelphia
Strategy
Custom Maps
External Content
Mutation # 491 Night Drive Mutation # 490 Masters of Midnight Mutation # 489 Bannable Offense Mutation # 488 What Goes Around
Brood War
General
[ASL20] Ro16 Preview Pt2: Turbulence BW General Discussion BGH Auto Balance -> http://bghmmr.eu/ ASL20 General Discussion Playing StarCraft as 2 people on the same network
Tourneys
[IPSL] ISPL Season 1 Winter Qualis and Info! [ASL20] Ro16 Group C Is there English video for group selection for ASL [ASL20] Ro16 Group B
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread Path of Exile General RTS Discussion Thread Nintendo Switch Thread Borderlands 3
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Canadian Politics Mega-thread Russo-Ukrainian War Thread The Big Programming Thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023
World Cup 2022
Tech Support
Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
BarCraft in Tokyo Japan for ASL Season5 Final The Automated Ban List
Blogs
The Personality of a Spender…
TrAiDoS
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1430 users

Game making progress -part 12-

Blogs > shannn
Post a Reply
shannn
Profile Blog Joined May 2010
Netherlands2891 Posts
April 09 2012 16:42 GMT
#1
Hello everyone!

It's time for a new update on my game making progress with lots of screenshots !!!
Leave some feedback or a question about my game.

Previous blogs about game making
(From newest to oldest)
- Game Making progress -part 11- 2012-03-30
- Game making progress -part 10-2012-02-18
- Game making progress -part 9- 2012-02-13
- Game making progress, almost done 2012-02-07
- Game making progress 2012-02-04
- Game making progress, school 2012-02-02
- School & game making progress 2012-01-31
- Math genius needed for game making 2012-01-11
- Making a game, progress 2012-01-06
- What makes a game interesting? 2012-01-03
- A new beginning 2011-12-31

Contents of blog:
- Stick to the plan!
- The grinding of game programming
- The fun side of game programming
- Implementations done since last blog
- Screenshot gallery
- Summary
- Index

Stick to the plan!
This section is for the aspiring game programmers among us that haven't made their first step yet into making their first game.

Every time something is not going to how you want something done then you're going to want to fix this. Stick to the plan (or your design document)! For the first time I've wanted to change some implementations which was not in line with my design document.
The design document is a good tool to have a structure and planning of your game making progress. You can divide tasks easier if you have team members in the future and/or if you are unable to complete a task then someone else can replace you and just look at the design document and complete what is asked from there on.

After a day of trying to implement/improve the new implementation I realized that the design document was there for a reason and I shouldn't have wasted a day on the new implementation. I can keep on trying to improve an implementation but then the game would never be done since I would constantly be trying to improve and I need to be focussed on the task at hand that is written by me. So again, stick to the plan! Don't have doubts unless you have a better implementation as in the code can be cleaner or the code will increase the game performance. If it isn't this then stick to the plan.

The grinding of game programming
Sometimes when you have bugs and you debug but it doesn't tell you a lot then you get frustrated really quickly. It becomes boring and when people get bored with a hobby they tend to leave it as is. I don't have this as I always just bite myself through it and this past week was no exception.

I spent about 10 hours banging my head to the wall what my bug[1] was and after figuring it out I moved on. Another obstacle I managed to overcome and learn a "new" thing lol.

The fun side of game programming
Not everything is boring about game programming. For me the most fun part is when I actually complete something the way I exactly envisioned it and specified this.

I managed to have a complete flow of talking to an NPC and have a conversation (see screenshot gallery for some fun placeholders I used ) and (almost implemented) accepting a quest.

When these things happen you feel like you're on top of the world only to realize you're standing in your room screaming of joy...
Nonetheless no one can take these moments of you when you achieve something you desire.

Implementations done since last blog
I've succesfully managed to have a conversation with any NPC with images and all that jazz and accept a quest after talking to an NPC.

Have a battle statistics page after a battle telling you the stats like the total damage or healing done but also the amount of loot and gold you have received.

Faking depth in game. You will now see that a character is behind another obstacle and make it look like there is depth (there are still some errors with this but it's more due to the pictures I'm using).

Screenshot gallery
Here are the screenshots of the implementations I've done since past week.

[image loading]
First try.

[image loading]
Second try without implementation of the auto RNG looting

[image loading]
Third try but using some stubbed text instead of the RNG looting

[image loading]
Finally managed to get the RNG looting on the 4th try (what a shame! I didn't loot anything )
Oh and as fun I wanted to have the text say: "It's over 9000" when the loot was over 9000 but I don't know if it's actually appropriate to do such things

[image loading]
First try with Itachi talking????? (No it's just fake text I used at this implementation try)

[image loading]
I see some glitches :X This is due to the image not actually being png lol

[image loading]
I'm a ninja, I can sneak behind people.

[image loading]
OH MY GAWD! The great Uchiha Itachi needs your help! (Second try with conversation text loaded this time).

[image loading]
Changed the text (3rd try)

[image loading]
LOL Sasuke has to help Itachi? (Conversation from the 3rd try of implementation)

[image loading]
Still the 3rd try of implementation and this was the conversation I made (2 lines or so from Itachi and a line from Sasuke.

[image loading]
The quest template of accepting a quest after having a conversation with an NPC.
Almost implemented as I haven't put text on the box yet and haven't positioned the boxes of accepting/declining a quest request. (1st try of implementation).

Summary
Done a lot of stuff and banged my head equally as much as I screamed in joy about completing stuff for my game.
Don't surrender easily when you get to the first obstacle. Many people give up and the rewards is really satisfying (in whatever you do, I know it's such a cliché).

Index
[1] The bug was that at runtime my object would not recognize the method that was being called on the object even though the class implementation has the method publicly listed.
Turns out that whenever I returned an object of this class it was of type id and thus at runtime it would not recognize the method since the object wasn't of the class I was trying to instantiate from. (Found this page and easily solved the problem).

***
http://www.teamliquid.net/forum/viewpost.php?post_id=6321864 Epic post.
0x64
Profile Blog Joined September 2002
Finland4567 Posts
April 09 2012 23:03 GMT
#2
Good stuff, it starting to shape up.
You have a really nice font btw.

So is the art now subcontracted or it something you are temporarly using?
Dump of assembler code from 0xffffffec to 0x64: End of assembler dump.
shannn
Profile Blog Joined May 2010
Netherlands2891 Posts
April 09 2012 23:27 GMT
#3
On April 10 2012 08:03 0x64 wrote:
Good stuff, it starting to shape up.
You have a really nice font btw.

So is the art now subcontracted or it something you are temporarly using?

Placeholders man

I'd love to learn doing game art as well just to broaden my skills but I think if it's anything like programming it'll take years to get some basics :<
http://www.teamliquid.net/forum/viewpost.php?post_id=6321864 Epic post.
0x64
Profile Blog Joined September 2002
Finland4567 Posts
April 10 2012 20:17 GMT
#4
http://gamasutra.com/blogs/author/ChrisHildenbrand/604065/

Start by going through these, it will get you very quickly to the point where you can make your own temp graphics... It's not that hard and doesn't require skills.
Dump of assembler code from 0xffffffec to 0x64: End of assembler dump.
Please log in or register to reply.
Live Events Refresh
OSC
00:00
Mid Season Playoffs #2
CranKy Ducklings27
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
NeuroSwarm 241
ROOTCatZ 55
SpeCial 52
CosmosSc2 43
RuFF_SC2 10
Vindicta 9
StarCraft: Brood War
Artosis 773
ggaemo 77
sSak 18
Counter-Strike
fl0m1199
Stewie2K385
Super Smash Bros
C9.Mang0195
Liquid`Ken79
Other Games
summit1g4498
Grubby3399
shahzam878
JimRising 364
ToD181
SortOf124
Maynarde113
Trikslyr71
Nathanias19
Organizations
Other Games
gamesdonequick776
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• davetesta30
• OhrlRock 1
• Kozan
• Migwel
• AfreecaTV YouTube
• sooper7s
• intothetv
• IndyKCrew
• LaughNgamezSOOP
StarCraft: Brood War
• blackmanpl 26
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• masondota22104
• WagamamaTV496
• Ler46
Other Games
• Scarra998
Upcoming Events
Sparkling Tuna Cup
9h 43m
Afreeca Starleague
9h 43m
Light vs Speed
Larva vs Soma
2v2
10h 43m
PiGosaur Monday
23h 43m
LiuLi Cup
1d 10h
RSL Revival
2 days
Maru vs Reynor
Cure vs TriGGeR
The PondCast
2 days
RSL Revival
3 days
Zoun vs Classic
Korean StarCraft League
4 days
BSL Open LAN 2025 - War…
4 days
[ Show More ]
RSL Revival
4 days
BSL Open LAN 2025 - War…
5 days
RSL Revival
5 days
Online Event
5 days
Wardi Open
6 days
Liquipedia Results

Completed

Proleague 2025-09-10
Chzzk MurlocKing SC1 vs SC2 Cup #2
HCC Europe

Ongoing

BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
RSL Revival: Season 2
Maestros of the Game
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1

Upcoming

2025 Chongqing Offline CUP
BSL World Championship of Poland 2025
IPSL Winter 2025-26
BSL Season 21
SC4ALL: Brood War
BSL 21 Team A
Stellar Fest
SC4ALL: StarCraft II
EC S1
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
MESA Nomadic Masters Fall
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.