Jump to content

Couby

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by Couby

  1. That's exactly what I needed ! Thank you very much :"> .
  2. No way to code it directly with AutoIt ?
  3. Made by a router or a PC, the interest of the check is just to know if it is effectiv on the computer checked, just to warn the user if there is a problem. Then if it is not wroking it is the user responsability to do the necessary on his PC or router to get it working. I just want to check the port .
  4. That's done, I got it with autoit udf . How do you do that ?
  5. I'd like to build a fonction which would check specific port forwarding. This is to automate a check before launching a specific game, to ensure port forwarding which is necessary is correct. At the moment I have no idea on how to code that. If someone has any idea...
  6. Not at the moment. I'll do . Right my count post is not high, but not so new to AutoIt :"> . My first AutoIt "production" is the "Installe Un Click" script (http://www.freefalcon.com/forum/viewtopic.php?t=7670&highlight=iuc), 09/2004. Since this time I'm mainly working on a "game launcher" for an evolution of this modern combat flight sim called Falcon4 (OpenFalcon). The OpenFlacon project being underground in last years, I can't really share the work done on the launcher. What damn is doing this launcher ? Helping to set some command line parameters like bandwidth, host ips... and sharing it through the network so that players just have to get a file configuring and checking their sim for the flight. My friend Nanard developped a chat part in the launcher so that we have a sort of a lobby in which the host can check and set the sim settings of all pilots. Thanks to the developpement of Koda I integrated the possibility to use multi user interface, and some can submit new ones. Nanard also developped two online updaters. One for the launcher itself, and the second for the sim. They are very great. Now I'm working on a module which is analyzing a debrief.txt outpout of the sim in order to automaticaly update an online mysql db (thanks to the cdkid MysSQL UDFs), and also on an hardware check to prevent leaks of some work (thanks to your UDFs ). So not a lot of posts here, but not so new :"> . And I have to admit I'm a bit lazy , that's why I asked for some orientations. I'll take a look to _ComputerGetNetworkCards, _ComputerGetProcessors, and _ComputerGetDrives. Thanks for these UDFs, I'm convinced it is exactly what I need .
  7. Great :"> I'm interested in checking network card, cpu and hard drives. An exemple for such a use would be perfect :"> .
  8. Hi, this udf seems to be great :"> . I wonder if it could be use to identify the computer on which an app is running. For security reasons I would like a script to run on some computers, only if some hardware components are identified. I'm thinking about id checks on hard drive, network card and cpu. I'm not familiar with this udf and non tweakable hardware settings. Do someone could help me identifying hardware settings that woudl be interesting for such a use ?
  9. What a GREAT GREAT work. Thank you Lazycat :">
  10. Another litle thing, when adding a picture, in the generation code the path is generated fully. It would be interesting to get in the generated code a relative path.
  11. In my last post I asked about the generation of variables with Koda. You answered me to do with %var%, and I did. And it is working really fine . Thank you very much . Yet I'd like to use it also for hints. For the moment, despite the %var% option, it is generating "%var%" instead of $var. Would it be possible to implement this option for Hints too ? :">
  12. I find this tool defintely awesome . Yet I have a litle problem for the project I'm working on . I designed an UI so that depending on the OS language, texts of the ui are displayed in the same language. So texts of the ui are defined as variables. With Koda, entries in the Caption field are automatialy surrounded by "" when the code is generated. Did I miss something , or would it be possible for Koda to recognize when we're entering a variable in the caption field ?
×
×
  • Create New...