Results 1 to 10 of 15

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    New Member

    Join Date
    Nov 2015
    Posts
    21
    Thanked
    5
    Thanks
    166
    Butters, there you go:




    People should get exp by completing races, and yeah before you even think of it, shortcuts will be blocked on this mode

  2. The following 21 users say thank you to Vini for this useful post:

    Art (12-03-2015), autism (12-04-2015), Br0ak (12-09-2015), Castiel (12-03-2015), Colour (12-08-2015), Eran (12-04-2015), GeorgeGFX (12-03-2015), Hateshiganai (12-09-2015), Jonathan pls (12-04-2015), la flame (12-03-2015), Lenny (12-04-2015), Linzor (12-03-2015), Mex (12-03-2015), Michi (12-04-2015), Minato (12-03-2015), Rami (12-07-2015), Ryöu (12-04-2015), Shino (12-06-2015), Sonji (12-03-2015), SuperShotty (12-04-2015), ZoneStyle (12-03-2015)

  3. #2
    StephanM's Avatar 🌹

    Join Date
    May 2009
    Country
    Posts
    16,639
    Thanked
    1,736
    Thanks
    5,423
    Originally Posted by calabiyau View Post
    Butters, there you go:

    http://i.imgur.com/lp7GRz3.png
    http://i.imgur.com/letfo7T.png

    People should get exp by completing races, and yeah before you even think of it, shortcuts will be blocked on this mode
    Have fun remodeling the map .

  4. The following 2 users say thank you to StephanM for this useful post:

    SuperShotty (12-06-2015), Wookiee (12-22-2015)

  5. #3
    New Member

    Join Date
    Nov 2015
    Posts
    21
    Thanked
    5
    Thanks
    166
    Originally Posted by StephanM View Post
    Have fun remodeling the map .
    rvector MyCharacterPos = ZGetGame()->m_pMyCharacter->GetPosition();

    posx = static_cast<int>( MyCharacterPos.x );
    posy = static_cast<int>( MyCharacterPos.y );
    posz = static_cast<int>( MyCharacterPos.z );

    if( posz == 0 )
    {
    if( posx > 19955 && posx < 20617 && posy < -2801 && posy > -3452)


    haha!

  6. The following 18 users say thank you to Vini for this useful post:

    Art (12-04-2015), autism (12-05-2015), Br0ak (12-09-2015), braazts (12-04-2015), Camel (12-04-2015), Chicken (12-06-2015), Colour (12-08-2015), Hateshiganai (12-09-2015), Jiiigglypuff (12-04-2015), Jonathan pls (12-05-2015), Mex (12-06-2015), Michi (12-04-2015), Minato (12-05-2015), Pigglet (12-29-2015), Ryöu (12-05-2015), Shino (12-06-2015), SuperShotty (12-06-2015), Tzunami best0 (12-07-2015)

  7. #4
    StephanM's Avatar 🌹

    Join Date
    May 2009
    Country
    Posts
    16,639
    Thanked
    1,736
    Thanks
    5,423
    Originally Posted by calabiyau View Post
    rvector MyCharacterPos = ZGetGame()->m_pMyCharacter->GetPosition();

    posx = static_cast<int>( MyCharacterPos.x );
    posy = static_cast<int>( MyCharacterPos.y );
    posz = static_cast<int>( MyCharacterPos.z );

    if( posz == 0 )
    {
    if( posx > 19955 && posx < 20617 && posy < -2801 && posy > -3452)


    haha!
    Explain me how that stops the "cheat" on the Mario 3 map.

    Besides that it would be easier to remove the whole "bypass/cheat" Mario 3 race map if you would remake it.

    None the less all them people who "thanked" your post previously have no clue what you posted ;D.

  8. The following 3 users say thank you to StephanM for this useful post:

    Castiel (12-07-2015), Rami (12-07-2015), Vini (12-07-2015)

  9. #5
    New Member

    Join Date
    Nov 2015
    Posts
    21
    Thanked
    5
    Thanks
    166
    Originally Posted by StephanM View Post
    Explain me how that stops the "cheat" on the Mario 3 map.

    Besides that it would be easier to remove the whole "bypass/cheat" Mario 3 race map if you would remake it.

    None the less all them people who "thanked" your post previously have no clue what you posted ;D.

    These are the character 3D coordinates on the map, these coordinates form a cube, where when the player 'touches' or 'passes through' this cube he is re-spotted to the beginning of the race or to some other spot depending of the shortcut he's trying to take. I think it's easier to remodel the map like you said, really. Either way this code IS necessary for the team-run game type because, well you know that final cube in the end of supermario3? I have to check the first player to step on it so this code pretty much does it.

    I should've finished this system a few days ago if I had a computer at home...I'm using work computer during days when I'm not lecturing...so yeah.
    By day 20 I'll be on vacation for two weeks and I'll buy a new computer then I'll be able to do quite a good bunch during this time.
    Last edited by Vini; 12-07-2015 at 12:10 PM.

  10. The following 16 users say thank you to Vini for this useful post:

    autism (12-08-2015), Br0ak (12-09-2015), Bunny (12-09-2015), Camel (12-07-2015), Colour (12-08-2015), Gummi (12-07-2015), Hateshiganai (12-09-2015), Jiiigglypuff (12-07-2015), Jonathan pls (12-07-2015), Mex (12-07-2015), Michi (12-07-2015), Paul (12-07-2015), Rami (12-07-2015), Sonji (12-07-2015), SuperShotty (12-07-2015), Tzunami best0 (12-07-2015)

  11. #6
    StephanM's Avatar 🌹

    Join Date
    May 2009
    Country
    Posts
    16,639
    Thanked
    1,736
    Thanks
    5,423
    Originally Posted by calabiyau View Post
    These are the character 3D coordinates on the map, these coordinates form a cube, where when the player 'touches' or 'passes through' this cube he is re-spotted to the beginning of the race or to some other spot depending of the shortcut he's trying to take. I think it's easier to remodel the map like you said, really. Either way this code IS necessary for the team-run game type because, well you know that final cube in the end of supermario3? I have to check the first player to step on it so this code pretty much does it.

    I should've finished this system a few days ago if I had a computer at home...I'm using work computer during days when I'm not lecturing...so yeah.
    By day 20 I'll be on vacation for two weeks and I'll buy a new computer then I'll be able to do quite a good bunch during this time.
    I do understand some coding is needed, we will wait till you are back with some results so we can see how much of an addition you could be for FG.
    You have my interest already .

  12. The following 4 users say thank you to StephanM for this useful post:

    Art (12-07-2015), braazts (12-07-2015), Colour (12-08-2015), Rami (12-08-2015)

  13. #7
    New Member

    Join Date
    Nov 2015
    Posts
    21
    Thanked
    5
    Thanks
    166
    Originally Posted by StephanM View Post
    I do understand some coding is needed, we will wait till you are back with some results so we can see how much of an addition you could be for FG.
    You have my interest already .
    SOME???
    Wew, this application is no child's play, it's already taken a huge amount of programming, this source is a bit messy at some points.

  14. The following 5 users say thank you to Vini for this useful post:

    Camel (12-07-2015), Colour (12-08-2015), Jiiigglypuff (12-08-2015), Mex (12-07-2015), nightbloom (12-07-2015)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)