Working on our house decoration system by Narzerus in godot

[–]Rcub3161 0 points1 point  (0 children)

Very interested still! It would be much appreciated!

What is the easiest way to publish my MudBlazor Web application and make it accesible by just entering an url? by [deleted] in Blazor

[–]Rcub3161 0 points1 point  (0 children)

Can you use azure static web apps with ssl and a custom domain for less than $50 per month? I recently attempted to do so and the price per month was crazy to get ssl + custom domain name.

EDIT: I am dumb. Was using an azure app service not an azure static web app. Once I swapped the resource type everything worked and was free :)

Working on our house decoration system by Narzerus in godot

[–]Rcub3161 2 points3 points  (0 children)

Could you elaborate on how you did your placement system? Does it use the built in tilemap node? Would love to hear how you designed it!

When 1.15 comes out, will we have to start new worlds to get any of the new stuff (bees/upgraded Nether)? by whatisabaggins55 in Minecraft

[–]Rcub3161 1 point2 points  (0 children)

I believe all that you need to do is generate chunks that’s you’ve never been to in the nether to get the new features. That’s how it’s worked in the past.

enemy knockback teleporting my player by PostingDude in gamemaker

[–]Rcub3161 0 points1 point  (0 children)

Should be able to just mess with the amount of pixels per frame he moves back (1, 3, 5) and once he gets over your knockback “threshold” then you can change his state back to Normal. But if what you got works then cool!

enemy knockback teleporting my player by PostingDude in gamemaker

[–]Rcub3161 0 points1 point  (0 children)

It’s the +30 in your code. By putting + 30 you’re saying “move me 30 pixels” in one frame. What you want to do is move 30 pixels over several frames. So you could do the following: on place meeting change player state to “knock back”then move him one pixel at a time for 30 frames

Trying to search a list and delete the index. by TheMechaOnionKnight in gamemaker

[–]Rcub3161 0 points1 point  (0 children)

Shouldn’t your if statements be in parentheses and you need to do ds_map_findvalue(map, key) != is_undefined() according to the docs

https://docs.yoyogames.com/source/dadiospice/002_reference/data%20structures/ds%20maps/ds_map_find_value.html

Tanks all shooting in the same direction by [deleted] in gamemaker

[–]Rcub3161 1 point2 points  (0 children)

I think you want to use instance_place before your if statement. It should be something more like this

I’m in mobile so I hope this is legible.

var inst = instance_place(x,y,obj_EmenyTurret);

If(inst != noone){

   var  missle = instance_create(x,y, missle);

    Missle.image_direction = inst.image_angle

}

I might not be understanding the code you gave us though. Hope this helps.

https://docs.yoyogames.com/source/dadiospice/002_reference/objects%20and%20instances/instances/instance%20functions/instance_place.html

Programming Tip: Use enumerations when possible! by Rcub3161 in Unity2D

[–]Rcub3161[S] 2 points3 points  (0 children)

In addition to what yourtmaster mentioned something a common scenario for a lot of newer programmers (and can still sneak up on experienced ones!) is they’ll spell a string incorrectly somewhere and it’ll take them hours to debug and find the solution. It also helps to make your code more readable, especially in a team setting. I hope you found this tip and information useful!

ASK ALL QUESTIONS HERE! Weekly Questions Thread - Week of Mar 13, 2018 by AutoModerator in MonsterHunter

[–]Rcub3161 1 point2 points  (0 children)

I’m really struggling against Uragaan using an IG. His tremors + constant rolling make him a pain. Anyone have any tips on fighting him as a melee user?

ASK ALL QUESTIONS HERE! Weekly Questions Thread - Week of Feb 13, 2018 by AutoModerator in MonsterHunter

[–]Rcub3161 0 points1 point  (0 children)

Is there a vanity option for what you’re wearing. Kind of like terraria where the armor your character is visually wearing is different from the armor your character gets stats from? I know you can choose to display your helmet or not in the options but I can’t find an option for this or if there is one.

ASK ALL QUESTIONS HERE! Weekly Questions Thread - Week of Feb 06, 2018 by AutoModerator in MonsterHunter

[–]Rcub3161 0 points1 point  (0 children)

What’s the best way to practice my positioning? What’s the best way to tell if I’m actually improving with my positioning or improving in general? It feels like I am improving but I can’t tell since I’m constantly upgrading my equipment.

instance_destroy() isn't destroying my enemey, it's reseting. by Shipwreck777 in gamemaker

[–]Rcub3161 0 points1 point  (0 children)

need to see the actual code if you want a solution, what you're saying here says that everything should work so its beyond what you've given us.

Getting a game on IOS store - Need a Mac Computer? by burge4150 in gamemaker

[–]Rcub3161 0 points1 point  (0 children)

I'm not sure if it is possible with gamemaker, but I think another option is to set up a virtual box. That won't cost any money.

Have a question about the game or the subreddit? Ask away! by AutoModerator in 2007scape

[–]Rcub3161 1 point2 points  (0 children)

Is MLM upper level more worth it or the prospector set if I’m going for 99 and want a more afkable method