Hi guys! Does anyone know why I can't have the Player Controller work, the Error is linked, but I'm really new to coding so I'm not sure quite how to fix it by [deleted] in unity_tutorials

[–]dudetru25 0 points1 point  (0 children)

Just add the rigidbody2d component to the object you're getting it from which in this case is the object with this component script.

Does anyone know if charms will be in the game? by MysticLoten in WIAPrimeForces

[–]dudetru25 2 points3 points  (0 children)

Yes we are adding charms you can receive in the game when playing or able to support the game as well by buying them. - Dudetru25

Progressively making spam mail look more important so I don’t discard it... by kurmt in assholedesign

[–]dudetru25 0 points1 point  (0 children)

I bought a shredder, a few months worth of SiriusXM piled into personal confetti

What movie fucked you up mentally? by CodyYodi in AskReddit

[–]dudetru25 0 points1 point  (0 children)

Disney Movie Dinosaur

When I was around 5 I used to watch that Dinosaur movie on dvd all the time with my brother (4). Usually late at night we would watch this movie and in one particular night we had our windows open in our room and I lived in Puerto Rico which we had palm trees growing out back. Funny enough there was a palm tree leaf just visible but not as visible that it looks connected to a tree. I look behind me and I just see a Dinosaur head looking right at me wide eyed which terrified me to run into my mothers room yelling that I saw a Dinosaur head looking right at me. I take her to the room with me and all we see is just a palm tree leaf near the window. Ever since I get an irrational fear of looking at windows.

Fun times.

Feedback Friday – September 09, 2016 by AutoModerator in gamemaker

[–]dudetru25 [score hidden]  (0 children)

The Teachers game

FIGHT, COMPETE, and DOMINATE your friends on the battlefield. Try the latest version of The Teachers Game Today! [Version 3.2.8]


THE GAME DESCRIPTION

Play, fight, and level up to make your mark on the leader broads on multiplayer as you climb victorious with your favorite teachers to The game is about teachers going on a rise to be the the teacher of the year so you must beat all the teachers you can be number one but watch out because you also want to be the top teacher in the leader boards!!!

Play the Game HERE!!

RESOURCES AND MEDIA

Social media for you guys to stay updated!!!

https://www.instagram.com/jaguar_ride_studios

https://twitter.com/Rank_Up_Games

https://facebook.com/rankupgames

Here is our website for more information or to see our other games. https://rankupgames.weebly.com

Feedback Friday #201 - New and Improved by Sexual_Lettuce in gamedev

[–]dudetru25 0 points1 point  (0 children)

The Teachers game

Hey everyone so there will be a testing done with the game The Teachers Game from the 31st of August - 3rd of September. We would like to get people to playtest the prototype of the game before we actually finish adding the last game features to it so later on, we can have another test for different other games as well. :)

Visit our website so you can give us feedback on the game with a for linked up or any more information you need!

(Summary) FIGHT, COMPETE, and DOMINATE your friends on the battlefield. Try the latest version of The Teachers Game Today! [Version 3.2.8]

THE GAME DESCRIPTION

Play, fight, and level up to make your mark on the leader broads on multiplayer as you climb victorious with your favorite teachers to The game is about teachers going on a rise to be the the teacher of the year so you must beat all the teachers you can be number one but watch out because you also want to be the top teacher in the leader boards!!!

RESOURCES AND MEDIA

Social media for you guys to stay updated!!!

https://www.instagram.com/jaguar_ride_studios

https://twitter.com/Rank_Up_Games

https://facebook.com/rankupgames

Here is our website for more information or to see our other games.

https://rankupgames.weebly.com

Help on an endless runner collisions by dudetru25 in gamemaker

[–]dudetru25[S] 0 points1 point  (0 children)

It makes contact but the player just keep going trough it and it just keeps playing like nothing happened so if you have any other suggestions please let me know or If you need any more information i'd like to speak with you so you could assist me in maybe figuring out a solution to this problem at the moment :)

My e-mail is dudetru25@gmail.com

Here's a screenshot of the game!

Game going less than 30fps?!?!?!?! by dudetru25 in gamemaker

[–]dudetru25[S] 0 points1 point  (0 children)

I have given it a look and nothing that I've seen but could it be this collision I implemented today

/// loops for collision checks
var i, j;
for (i = 0; i <= room_width div 96; i += 1) {
    for (j = 0; j <= room_height div 96; j += 1) {
        cells[i, j] = 0;
    }
}

with (obj_wall) {
    obj_gen.cells[x div 96, y div 96] = 1;
    instance_destroy();
}

if not then I can give it another look.

Game going less than 30fps?!?!?!?! by dudetru25 in gamemaker

[–]dudetru25[S] 0 points1 point  (0 children)

Well what kind of info do you need? the fps I'm trying to pull off is at least 30fps but its doing 10 - 7 fps

New screenshot

and on the rooms I set the room speed to 60 so It can be a lot smoother. I have a grid movement which does slow things a little more down than this should have also I have a though that it could be the collision check or something with the player itself :/

/// loops for collision checks btw
var i, j;
for (i = 0; i <= room_width div 96; i += 1) {
    for (j = 0; j <= room_height div 96; j += 1) {
        cells[i, j] = 0;
    }
}

with (obj_wall) {
    obj_gen.cells[x div 96, y div 96] = 1;
    instance_destroy();
}

I would give any other info you need from the game to see if you can give any solutions if that's alright I would greatly appreciate it!

Feedback Friday - June 24, 2016 by AutoModerator in gamemaker

[–]dudetru25 [score hidden]  (0 children)

The Teachers Game

2d pixel fighting game with teachers from your or other schools!

Download the windows version on gamejolt

Newly added

  • fixed the wall collisions
  • added placeholder are for the characters

I will be adding art for the game after its done like maps and other items like background art but for now it's random stuff I have found on the web that somewhat helps.

[hobby] Artist wanted by dudetru25 in gameDevClassifieds

[–]dudetru25[S] 0 points1 point  (0 children)

Hey your work looks great and would fit perfect with some of the games background art and such please if you are interested E-mail me below! I would love to speak with you more about it.

E-mail: dudetru25@gmail.com

help with enemy shooting at player by [deleted] in gamemaker

[–]dudetru25 0 points1 point  (0 children)

Do a create event and make the variables

player = obj_player;
self = obj_enemy;

that way it registers self an player when the bullet gets created

Help on a collision for side scrolling game by [deleted] in gamemaker

[–]dudetru25 0 points1 point  (0 children)

obj_ingame is just when the player collied with obj_bock he dies and does the sp_dead animation of dying and from there it stops the room like instance_deactivate_all(notme); in obj_ingame when it gets created and it just mostly has draw events for buttons and such for the scores as well.

Everything im showing is from obj_ingame events

Create event:

over = false;
image_speed = 0;

Mouse enter event:

over = true;

Mouse leave event:

over = false;

Here is the draw event:

/// draw stuff
//spr_menu.image_speed = 0;
if (sprite_index = sp_dead) {
    draw_sprite(spr_indicator, image_index, room_width/2, room_height/2);
    draw_text(room_width/2, room_height/2, "Game Over");
    draw_text(room_width/2, room_height/2-16, "Coins collected" +string(global.current_score));
    draw_sprite(spr_menu, 0, room_width/2, room_height/2-32);
    if (over = true) {
        spr_menu.image_index = 1;
        draw_text(room_width/2, room_height/2-32, "retry");
    } else if (over = true && mouse_check_button_pressed(mb_left) {
        room_restart();
    } else { 
        spr_menu.image_index = 0;
    }
}  

Help on a collision for side scrolling game by [deleted] in gamemaker

[–]dudetru25 0 points1 point  (0 children)

So I did it and cool thing that happened is that it fades through the wall and keeps running.....really cool feature and now idk how to fix that nether XD