-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to remove the fog of war? #36
Comments
Console command: ‘jointeam spec’ |
Thanks! |
I notice in the previous version there is a function adding jointeam spec , it is much more convenient than typing in the game console, so why delete this? dotaservice/dotaservice/dotaservice.py Lines 161 to 173 in 5184c8e
|
That didnt work sadly
…On Thu, Jan 10, 2019, 19:14 sijia xu ***@***.*** wrote:
Reopened #36 <#36>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#36 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHXSROgx9Ee-2AKev9WgbKlBmNx-LNLYks5vCAGTgaJpZM4Z5GR1>
.
|
ok, it doesn't matter. |
Did you (or anyone) figure out how to submit Dota 2 console commands (e.g. spec_track) via
|
No stdin write doesnt work if the gui is enabled
…On Sat, May 25, 2019, 12:18 Rylan Schaeffer ***@***.***> wrote:
Did you (or anyone) figure out how to submit Dota 2 console commands (e.g.
spec_track) via process.stdin.write() or via terminal when launching Dota
2? I'm trying to automate changing the spectator mode, but none of the
following worked when appended to the end of my terminal command:
+dota_spectator_mode 3
-dota_spectator_mode 3
dota_spectator_mode 3
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#36?email_source=notifications&email_token=AB25ERDM5TGGLMV4GTFXCYTPXGGHLA5CNFSM4GPEMR22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWHXUNQ#issuecomment-495942198>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB25ERET4TG5WVQCSCUEZC3PXGGHLANCNFSM4GPEMR2Q>
.
|
What about the second part of the question? Why do some console commands not work when Dota is launched from terminal and the console commands are appended to the end of the terminal command? For instance, |
I use 'HOST_MODE_GUI' to launch dota, everything goes fine except I can't see the hero, it seems the fog of war cover the map.
I have tried add launch option '-render True' or '-allvision', but not work...
The text was updated successfully, but these errors were encountered: