Login to ZARP





TOPIC: -textmode help?

-textmode help? 6 years 4 months ago #1069224

I want to base on multiple alts but not have the game properly running on them, I know that I can play the game through -textmode but I can't find anything related to gmod, only Tf2. I know it's the same principle and commands but obviously when it comes to actually being on the server I need to be able to buy printers etc.
  • Nafe
  • Nafe's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP
  • Posts: 18809
  • Thanks received: 8684
  • Karma: -379
Login or register to post a reply.

-textmode help? 6 years 4 months ago #1069820

bump
  • Nafe
  • Nafe's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP
  • Posts: 18809
  • Thanks received: 8684
  • Karma: -379
Login or register to post a reply.

-textmode help? 6 years 4 months ago #1069821

You should contact Vego, he got a good knowlegde about that topic
  • steeve ho you fat
  • steeve ho you fat's Avatar
  • Offline
  • Loyal Boarder
  • ZARP VIP
  • Posts: 9060
  • Thanks received: 2662
  • Karma: -105
Login or register to post a reply.

-textmode help? 6 years 4 months ago #1069822

Use commands like "say /buymoneyprinter1" i think etc, you can find them out when you spectate someone buying VIP printers and I think to drop specials is
_inven drop "printer_name"

Give that a try and let me know if it works
  • Clarky
  • Clarky's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP
  • I love Henny
  • Posts: 16970
  • Thanks received: 9651
  • Karma: 982
Login or register to post a reply.

-textmode help? 6 years 4 months ago #1069823

i had this issue for years but i found out the fix for this , at least for me
try to launch gmod from the files with sandboxie and not from steam
ofc you need to launch both steam and gmod ( from the files) with sandboxie
it worked for me, i also hope you understand my bed london
  • EDF Enjoyer
  • EDF Enjoyer's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • Posts: 2192
  • Thanks received: 390
  • Karma: -42
Login or register to post a reply.

-textmode help? 6 years 4 months ago #1069824

Clarky wrote:
Use commands like "say /buymoneyprinter1" i think etc, you can find them out when you spectate someone buying VIP printers and I think to drop specials is
_inven drop "printer_name"

Give that a try and let me know if it works



can't type here
  • Nafe
  • Nafe's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP
  • Posts: 18809
  • Thanks received: 8684
  • Karma: -379
Login or register to post a reply.

-textmode help? 6 years 4 months ago #1069825

Mr Red X wrote:
i had this issue for years but i found out the fix for this , at least for me
try to launch gmod from the files with sandboxie and not from steam
ofc you need to launch both steam and gmod ( from the files) with sandboxie
it worked for me, i also hope you understand my bed london
That's not the issue he is having? He needs to know what commands are needed to drop printers and such
  • Clarky
  • Clarky's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP
  • I love Henny
  • Posts: 16970
  • Thanks received: 9651
  • Karma: 982
Login or register to post a reply.

-textmode help? 6 years 4 months ago #1069826

Mr Red X wrote:
i had this issue for years but i found out the fix for this , at least for me
try to launch gmod from the files with sandboxie and not from steam
ofc you need to launch both steam and gmod ( from the files) with sandboxie
it worked for me, i also hope you understand my bed london

This is absolutely nothing to do with what you think it is.
  • Nafe
  • Nafe's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP
  • Posts: 18809
  • Thanks received: 8684
  • Karma: -379
Login or register to post a reply.

-textmode help? 6 years 4 months ago #1069865

It seems like you need to write a custom bat script that sends your commands to a config file that is being repeatedly read by your textmode executable instance: forum.facepunch.com/f/tf2/scks/Send-comm...o-TF2-in-textmode/1/

This example is for TF2 but surely it's the same idea, no?
  • .uzi
  • .uzi's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP
  • Foos yer doos?
  • Posts: 6010
  • Thanks received: 2445
  • Karma: 123
Last Edit: 6 years 4 months ago by .uzi.
Login or register to post a reply.

-textmode help? 6 years 4 months ago #1069927

You could probably create a cfg to do it.

This might work, haven't tried it myself tho
alias buyprinters "say /buymoneyprinter 1; echo Attempted To Buy a Printer"
buyprinters

Then put this in your launch options
-nosound -textmode +exec *name of the cfg you made*.cfg
  • bunnyslippers69
  • bunnyslippers69's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP
  • Posts: 3539
  • Thanks received: 1185
  • Karma: 0
Last Edit: 6 years 4 months ago by bunnyslippers69.
Login or register to post a reply.

-textmode help? 6 years 4 months ago #1070063

Bunnyslippers69 wrote:
You could probably create a cfg to do it.

This might work, haven't tried it myself tho
alias buyprinters "say /buymoneyprinter 1; echo Attempted To Buy a Printer"
buyprinters

Then put this in your launch options
-nosound -textmode +exec *name of the cfg you made*.cfg
The problem is the cfg will execute right away before he connects to the server, how can he exec it when he can't type in the console?
  • Clarky
  • Clarky's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP
  • I love Henny
  • Posts: 16970
  • Thanks received: 9651
  • Karma: 982
Login or register to post a reply.

-textmode help? 6 years 4 months ago #1070064

Currently the problems I have encountered:
- people who think they know the problem but it's completely unrelated and they don't know what they're talking about.
- can't type in the command prompt.
- can only join the server and after that won't be able to execute commands (nowhere to start them)

I'm not fussed about being able to move them to a base, I can figure that out.
  • Nafe
  • Nafe's Avatar
  • Offline
  • Former Community Manager
  • ZARP VIP
  • Posts: 18809
  • Thanks received: 8684
  • Karma: -379
Login or register to post a reply.

-textmode help? 6 years 4 months ago #1070071

Nafe wrote:
Currently the problems I have encountered:
- people who think they know the problem but it's completely unrelated and they don't know what they're talking about.
- can't type in the command prompt.
- can only join the server and after that won't be able to execute commands (nowhere to start them)

I'm not fussed about being able to move them to a base, I can figure that out.
Watch out red x might get offended
  • Tamaninja
  • Tamaninja's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • wag1
  • Posts: 2603
  • Thanks received: 3821
  • Karma: 245
Login or register to post a reply.
The following user(s) said Thank You: Micky

-textmode help? 6 years 4 months ago #1070096

Clarky wrote:
Bunnyslippers69 wrote:
You could probably create a cfg to do it.

This might work, haven't tried it myself tho
alias buyprinters "say /buymoneyprinter 1; echo Attempted To Buy a Printer"
buyprinters

Then put this in your launch options
-nosound -textmode +exec *name of the cfg you made*.cfg
The problem is the cfg will execute right away before he connects to the server, how can he exec it when he can't type in the console?

Becuase i'm a retard and typed it out wrong, lemme have another go.
"say /buymoneyprinter 1; echo Attempted To Buy a Printer"
exec *name of this cfg*

This will constantly execute the file and run the command over and over. Delete the cfg once all your printers have spawned.
  • bunnyslippers69
  • bunnyslippers69's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP
  • Posts: 3539
  • Thanks received: 1185
  • Karma: 0
Last Edit: 6 years 4 months ago by bunnyslippers69.
Login or register to post a reply.

-textmode help? 6 years 4 months ago #1070102

i didn't undestand what did you mean lol
sorry xd, i just tried to help
  • EDF Enjoyer
  • EDF Enjoyer's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • Posts: 2192
  • Thanks received: 390
  • Karma: -42
Login or register to post a reply.

-textmode help? 6 years 4 months ago #1070103

Tamaninja wrote:
Nafe wrote:
Currently the problems I have encountered:
- people who think they know the problem but it's completely unrelated and they don't know what they're talking about.
- can't type in the command prompt.
- can only join the server and after that won't be able to execute commands (nowhere to start them)

I'm not fussed about being able to move them to a base, I can figure that out.
Watch out red x might get offended
might ?? you ok ??
im already offended and making a demote request !a!!! !!
  • EDF Enjoyer
  • EDF Enjoyer's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • Posts: 2192
  • Thanks received: 390
  • Karma: -42
Login or register to post a reply.

Time to create page: 0.228 seconds

137 PLAYERS ONLINE

Connect to server View Gametracker DarkRP
8/127
Online
Connect to server View Gametracker Deathrun
0/40
Online
Connect to server View Gametracker TTT
0/47
Online
Connect to server View Gametracker Bhop
0/32
Online
Connect to server View Gametracker Surf
3/32
Online
Connect to server View Gametracker Prop Hunt
0/42
Online
Connect to server View Gametracker Sandbox
0/42
Online
Connect to server Discord
126/956
Online
Top