Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Irish Potato Studios

30
Posts
1
Topics
2
Followers
12
Following
A member registered Jun 11, 2021 · View creator page →

Creator of

Recent community posts

I can see your game when I search for it, it may be something on itch.io’s end, but I’m pretty sure other people can find you games. I don’t think I have been in this situation before, as my games appear to show up. I think you have already solved the issue, so good job on that.

thank you! my game did pretty bad, so next time I will try to come with a finished product.

if you do, make sure to rate it.

Maybe I just suck at these sort of games lol.

Pretty fun. The game never really seems to progress or get harder. Very challenging, and the graphics are nice. The special object could be implemented better. Overall, cool, fun little game.

lol

great asset! perfect for my rpg game.

hello! this is loviekaldahl from scratch who you commented of my profile. i have been banned for quite some time now, due to radical political opinions. i am active on my itchio.

Well, the 1st question is, what game engine are you using? The options are many, but what system you use depends on whether it is 3d or not. For 2d games, I recommend gamemaker studio 2, which is very beginner friendly. As for 3d, try unity 3d or unreal engine.

Hello, and I am working on a GTA like game that is top down NES style graphics. I however, suck at art, so this is to purchase the asset pack. LINK: https://loviekaldahl.itch.io/funding-for-gta-like-game

i already did that, and nothing. go to this and download my version (the battle version very limited game world) and check. i think it might have something to do with the brackets, as when i close if(string_length(visible_string) < string_length(text_to_display)){ it closes everything beyond there except 1 bracket. is this a problem. https://loviekaldahl.itch.io/thing-for-gamemaker-rob hear is the link

did you see my details?

got any ideas?

the monster plays the hurt effect and it says “player hit _____ for _ damage!” but does nothing after that.

(1 edit)

How it is is you are pretty much unable to attack, or do anything after about 1 second, and even the text doesn’t progress any further.

so, i rewrote the code, and turns out when i press space when it enters the battle, it works, but wait 2 seconds, and it does not work. got any ideas on this?

ok I’m going the rewrite the last big part of code. time to grab lots of coffee (:

i have looked over the code, and still can not find the code. can u send me what ur code looks like?

try not using 2.3

If that is not working is there anything else you can do?

https://loviekaldahl.itch.io/thing-for-gamemaker-rob

here is the link to the thing

So I checked the values, but nothing seems wrong. I feel like such a noob lol

#region main

		option_state = global.option_text[selected_option];
		
		selected_option = 0;
		
		switch option_state{
			case "ATTACK":{
				scr_attack(global.pl_stats[e_pl_stats.attack], monster.defence, monster, hero);
				option_state = "DONE"
			}break;
			
			case "ITEM": max_options = 0; break
			
			case "MAGIC": max_options = ds_list_size(ds_magic_list); break;
			
			case "RUN" : {
				var ran_away = choose(true, false);
				visible_string = ""
				
				if (ran_away == true){
					text_to_display = "You ran away like the pathedic coward you are."
					
					victory_state = "PLAYER RAN"
					option_state = "BATTLE OVER"
				}else{
					text_to_display = "You try to run away but fall flat on your face."
					
					option_state = "DONE"
				}
				
			}break}
			#endregion

this is the code, I don’t see anything wrong but I am a noob so do you see anything wrong.

I’m working on the your YouTube tutorial of this, and at the end of the battle video when I test my game, I press space (or enter) on the buttons and nothing happens. I would hate to give up now, so do you know any way to solve this problem?

hello i love this game and enjoy ur games on scratch as well. I am using gamemaker to make a old fashioned turn based rpg. i also have a scratch account https://scratch.mit.edu/users/LovieKaldahl/ also for the next game, can the frog attack forward and backwards? thanks if you took the time to read this.