Search found 67 matches

by Ash
Thu Jul 01, 2021 10:20 pm
Forum: Track Editing
Topic: Upcoming Tracks and Track Objects #2
Replies: 13138
Views: 2019443

Re: Upcoming Tracks and Track Objects #2

New track javascript could open a new features :)
by Ash
Thu Jul 01, 2021 8:54 pm
Forum: Tutorials
Topic: track javascript info
Replies: 19
Views: 6970

Re: track javascript info

Ok, so no way to move object in solo mode. Bad news
by Ash
Thu Jul 01, 2021 1:59 pm
Forum: Tutorials
Topic: track javascript info
Replies: 19
Views: 6970

Re: track javascript info

Is it possible to get the position of object ? I don't find function for that and mx.get_position only works for rider.
by Ash
Thu Jul 01, 2021 6:41 am
Forum: Tutorials
Topic: track javascript info
Replies: 19
Views: 6970

Re: track javascript info

OK, I stop my project while this feature is not available. I hope it will not be too long
by Ash
Wed Jun 30, 2021 6:37 pm
Forum: Tutorials
Topic: track javascript info
Replies: 19
Views: 6970

Re: track javascript info

It must be linked to an activity in the game. You can't just do { Something(); } And expect the game to know what something is. I know that. But with custom command build with listener. example: mx.listencommand('customcommand', function() { //moveObject } I will be able to do what I want. On serve...
by Ash
Wed Jun 30, 2021 6:33 am
Forum: Tutorials
Topic: track javascript info
Replies: 19
Views: 6970

Re: track javascript info

jlv wrote: Tue Jun 29, 2021 11:31 pm No. Maybe make a button that you ride over to do it.
Is it hard to add custom command feature via Javascript for you?
by Ash
Tue Jun 29, 2021 11:01 am
Forum: Tutorials
Topic: track javascript info
Replies: 19
Views: 6970

Re: track javascript info

Hello,

1. Is it possible to add custom command with track javascript ? I would like to move object when player write on the chat, but it's not possible in solo.
by Ash
Tue Jun 29, 2021 10:56 am
Forum: Suggestion Box
Topic: [JS] Teleport Player
Replies: 13
Views: 3408

Re: [JS] Teleport Player

There would be some decisions to make about what to do for teleports that move the playing inside of another player or something it would collide with. For the collide, you just have to edit the X value of target position if it's inside object or player until the target position is clear. No very h...
by Ash
Mon Jun 28, 2021 6:58 am
Forum: Suggestion Box
Topic: [JS] Teleport Player
Replies: 13
Views: 3408

Re: [JS] Teleport Player

jlv wrote: Sun Jun 27, 2021 12:10 am "but it'd be something you'd have to be very careful with to not cause problems."
What problems it could be cause ?
by Ash
Sat Jun 26, 2021 9:33 pm
Forum: Suggestion Box
Topic: [JS] Teleport Player
Replies: 13
Views: 3408

Re: [JS] Teleport Player

New SkyMadness map I'm listening. *also all skymadness tracks comes with a version without the ramps* 8) I know for version without ramps. But just, imagine one second if teleportation are available. We can just go back on the last gate with command even if we play in multiplayer on it. It will be ...
by Ash
Tue Jun 22, 2021 6:02 am
Forum: Suggestion Box
Topic: [JS] Teleport Player
Replies: 13
Views: 3408

Re: [JS] Teleport Player

What you could do (this is what I do and it's a lot easier than what you're trying to do) is just build the compound in time trial mode, and move the timing gate before the finish timing gate to where you wanna go in the editor. I already know that, my suggestion is for Multiplayer. For example, wi...
by Ash
Mon Jun 21, 2021 2:14 pm
Forum: Suggestion Box
Topic: [JS] Teleport Player
Replies: 13
Views: 3408

Re: [JS] Teleport Player

jlv wrote: Mon Apr 26, 2021 12:44 am Wouldn't be hard to do but it'd be something you'd have to be very careful with to not cause problems.
Do you have news about my request ? I have so many idea of new concepts if this feature is available !
by Ash
Mon Apr 26, 2021 7:08 am
Forum: Suggestion Box
Topic: [JS] Teleport Player
Replies: 13
Views: 3408

Re: [JS] Teleport Player

Good news :D

What kind of problems we could have with this feature ?
by Ash
Mon Apr 26, 2021 7:07 am
Forum: Help / Troubleshooting
Topic: My game freezes when I record demo
Replies: 9
Views: 1524

Re: My game freezes when I record demo

I have already the AHCI STATA standard driver :?
by Ash
Sun Apr 25, 2021 10:48 am
Forum: Suggestion Box
Topic: [JS] Teleport Player
Replies: 13
Views: 3408

[JS] Teleport Player

Hello, Is it possible to teleport player with Javascript function like it's possible on timetrial ? For example : - Player write a specific command on the chat - Javascript function read this command and run function to teleport player on other coordinates. Like that, if we want to build huge compou...