-
Content Count
1161 -
Joined
-
Last visited
-
Medals
-
Medals
Everything posted by Tom_48_97
-
Poseidon: advanced text editor for Scripts & Configs
Tom_48_97 replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Announcement Here a quick update, nothing to say about this one, all is in the change log ;) Take note that there will be another update within 2 weeks :cool: What's new? ADDED: Commands for Arma 3 1.21+ (some of these may not be yet available ingame) CHNGD: Install.exe has been reworked for upcoming features IMPVD: Shared library IMPVD: "Arma 3 Community Tools" support IMPVD: Bracket highlighter IMPVD: Magic key (F8) command IMPVD: Profile file FIXED: File association FIXED: "cache purge" was moving file to the recycle bin (yeah, one more time :rolleyes:) FIXED: When Poseidon was started with an file opening, time to time, it wasn't able to run an external process FIXED: Some maths commands were displayed as error in SQF files FIXED: scriptedFSM config for Arma 3 FIXED: log opening Known issues: Update action won't work until version 0.70.X restoreDefault can crash at the end of the process, ignore it, the job is done Debug stdout is displayed by default Download Poseidon Tools @ tom4897.info - 0.68.1306, 01/06/2014 Poseidon Tools @ armaholic.com - 0.68.1306, 01/06/2014 -------------------- Replies -------------------- @Tankbuster: I found your issue, it should be fixed by now @Wiggum: Let me know if you have the issue with restoreDefault (shouldn't be the case but...). Also, your problem with FSM files should fixed. -
Poseidon: advanced text editor for Scripts & Configs
Tom_48_97 replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Indeed, cause confirmed :) By the way, here the default headers I use, that's why I've (and probably most of users) never encountered this issue ^^ Script: scriptName "test"; /*-------------------------------------------------------------------- file: test.sqf ============== Author: Tom_48_97 <********@**.***> Description: --------------------------------------------------------------------*/ #define __filename "test.sqf" Function: scriptName ""; /* Author: Tom_48_97 Description: Describe your function Parameter(s): #0 OBJECT - Description Returns: BOOL - TRUE when done */ On the fly, you can set your own name and address in your settings (Preferences >> Profile). As for the issue itself, I don't know if I will get the time to fix it since it's a very minor one and a blank line is enough to fix it :) -
Poseidon: advanced text editor for Scripts & Configs
Tom_48_97 replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Always nice to read such comment. Regarding your issue; this is because of the stars (*) at the beginning of each lines of the comment block. If you remove these stars, you won't have the problem anymore. About the comment shortcut to comment an ext line, yep, just an oversight, I will try to fix that for the next update ;) (misspelling fixed) -
Poseidon: advanced text editor for Scripts & Configs
Tom_48_97 replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
1: Indeed, I fixed this issue within restoreDefault but I moved the function to poseidon.dll (shared libs) and I didn't fixed it inside the DLL, my bad :) 2: It's not supposed to start fsmeditor.exe but run.exe. This has been fixed for the next version And this is not caused by your file locations but by a broken env value from Poseidon Tools when it's started with a file opening. -
Poseidon: advanced text editor for Scripts & Configs
Tom_48_97 replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Yes, like GIT & HG, just related to the way it detects if it's inside a repository and if can commit. What's the given block (before and after that line)? Must be related to the experimental feature "IMPVD: <experimental> SQF Syntax, Some syntax error like too many =, | etc…".you're welcome :cool: -
Poseidon: advanced text editor for Scripts & Configs
Tom_48_97 replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
@SerialMum: This is a false positive, probably because it retrieve files from the dll to copy them in your Poseidon Tools installation and add keys to your registry. In all cases, nothing appears on my side. https://www.virustotal.com/fr/file/beb3103fb7a563a07c574c70d8fcc5a67630119f3b816fdbb3abc8d5b0c19098/analysis/1401208135/ @Katipo66: I will setup a Win 7 environment and investigate this issue but the described behavior is really weird, never heard of such effects caused by Poseidon Tools, maybe a remain from a past association... To be continue ^^ @Foxhound: Thanks for mirror :) -
Poseidon: advanced text editor for Scripts & Configs
Tom_48_97 replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Announcement Today, it's patch day for Poseidon Tools... time to release the version 0.67.1269. First highlight of this version is the fix of the SVN/GIT support, just configure your preferences (>> Tortoise) (some of you may need to set "git_tgit_path" to get GIT support working) and take a look at the shortcuts. Then, second highlight is the very ((very*n)) beginning (means: early experimental) of the syntax checker. For now, it's very basic, it just checks if there are too many = or + and some others. It needs to be tested and tested again in very large files (2k+ lines) / projects (2k+ files) before anything, just to determine if this implementation is appropriate or if it needs another way of work. Installer and restoreDefault applications were updated and now share the same library (poseidon.dll). By the way, soon (some day, of a some month), the installer will allow you to change the lang of the menus. By the way, if you're willing to spend some time on translation (we talk of +/- 800 items) for your native or preferred language, feel free to let me know here. On the fly, French is being translated by Yourry (from Arma3.fr), thanks to him ;) Finally, this update adds some features that can meet your needs like an improved support of batch files (.bat) and syntax highlighter for configuration files of Poseidon Tools itself. As usual, the full change log is available here: http://poseidon.arma3.fr/changelog/ Note: Like before, a clean install should be done (must rerun install.exe), if not, you may encounter some unexpected issues! Keep in mind that Poseidon is not an official tool, use at your own risk. What's new? ADDED: Valve Data Format (.vdf) for BI games IMPVD: <experimental> SQF Syntax, Some syntax error like too many =, | etc… ADDED: SQF Syntax, Hightlight of keywords Todo, Note and issue (see screenshot bellow) IMPVD: Support of batch scripts FIXED: fsm editor, scriptedFSM for Arma 3 FIXED: GIT wasn’t working FIXED: SVN file operations were erroneous FIXED: Various issues on the versioning support CHNGD: Versioning support, actions won’t appear the file opened is not in a repository ADDED: Auto completion, Commands of Arma 3 (export from 1.21.124478) ADDED: Auto completion, Function of Arma 3 (export from 1.21.124478) ADDED: Install.exe performs a quick check of the installation ADDED: Install.exe asks for closing Poseidon if it’s running IMPVD: Installation exe IMPVD: RestoreDefault.exe FIXED: restoreDefault was moving file to the recycle bin CHNGD: All executables now share a dll (Poseidon.dll) FIXED: File type association was erroneous on Win VISTA IMPVD: fsmEditor.exe IMPVD: TexView 2.exe CHNGD: File and folder structure ADDED: Shortcuts list (Help >> View Shortcuts) ADDED: New option to “View†menu ADDED: New option to “Preferences†menu RESTORED: Ability to open / save with charset Central European (ISO 8859-2); used in Czeck republic ADDED: Syntax highlighting for settings and keymap files of Posiedon Tools Download Poseidon Tools @ tom4897.info - 0.67.1269, 26/05/2014 Poseidon Tools @ armaholic.com - Link soon -------------------- Replies -------------------- @Tankbuster:You're welcome :cool: -
Poseidon: advanced text editor for Scripts & Configs
Tom_48_97 replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
@Tankbuster: I screwed up a block of the code, but... after, an extract of the change log from the upcoming version (release is planned for the upcoming week). FIXED: GIT wasn't working FIXED: SVN file operations were erroneous FIXED: Various issues on the versioning support (I'm too lazy to list them all) @super-truite: You're not first to ask but, as mp5gosu wrote it, license questions would be painful and because there is "links" from Poseidon to "Arma 3 Commnuty Tools" and the invert is also true... yes, it would easier to get it, but beside that, I don't really see what this would really change. Also, "Poseidon Tools" is a "community project", there would be more complex involvements... In consequence, for now, I must decline the suggestion for all these reasons. This isn't a "no" firm and final... :rolleyes: By the way, the next update of Poseidon should take date on next Wednesday or Thursday :cool: -
Poseidon: advanced text editor for Scripts & Configs
Tom_48_97 replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
@Das Attorney: You're welcome, always nice to read such message :) @mp5gosu: For the moment, we cannot talk of "support", it's more like "links". I will improve this aspect later but I need to work on "externals" first like an "exe" to define user parameters... Poseidon Tools is still far from its version 1.0 :p @Foxhound: Thanks for mirror ! -
Poseidon: advanced text editor for Scripts & Configs
Tom_48_97 replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Announcement Today, it's patch day ;) Poseidon Tools is now in its version 0.66 and this version include some features and as usual a lot of fixes... and bugs of course :icon_twisted: Major point of this update is the GIT/SVN support, no need to write lines and lines, just go into "preferences >> Tortoise" to learn more about. Also, the good old issue regarding the log opening (#122) has been solved! An important note about this version, each time you move / update / get Poseidon Tools, you must run "install.exe" from the root directory of Poseidon. It handles the setup and file association. Also, if you experience some troubles with your session (error at startup, incorrect file parsing), I urge you to run "restoreDefault" before anything. As usual, the full change log is available here: http://poseidon.arma3.fr/changelog/ Note: Another update will come soon for the comref of Arma 3. Like before, a clean install should be done, if not, you may encounter some unexpected issues! Keep in mind that Poseidon is not an official tool, use at your own risk. What's new? ADDED: SVN / GIT Support (see shortcuts in Preferences) ADDED: Oxygen² & Object Builder script are now read as SQF ADDED: Poseidon now requires to run install.exe (root directory) in order to update its path and version ADDED: Registry key >> "HKEY_CURRENT_USER\SOFTWARE\Bohemia Interactive\Poseidon Tools", "version" ADDED: Registry key >> "HKEY_CURRENT_USER\SOFTWARE\Bohemia Interactive\Poseidon Tools", "path" ADDED: Poseidon is able to open latest Bulldozer log ADDED: Poseidon is able to open latest Arma 3 server log FIXED: CMD layout FIXED: "Open CMD here" (External programs) now sets the path correctly CHNGD: "Preferences" is now available from the main menu CHNGD: "resetSetting" not longer waits after user confirmation FIXED: "resetSetting" now uses .Net framework 4 instead of 4.5 CHNGD: "resetSetting" was renanmed as "restoreDefault" FIXED: When Poseidon was launched while opening a file, it wasn't able to open logs ADDED: <experimental> User can open Arma 3 tools from the menu FIXED: FileDiff was not working properly CHNGD: XML syntax highlighter CHNGD: RPT syntax highlighter (User log (bis_fnc_log) entries are now blue or green) FXIED: Scope highlighter was not working properly with dark color scheme Download Poseidon Tools @ tom4897.info - 0.66, 22/05/2014 Poseidon Tools @ armaholic.com - Link soon -------------------- Replies -------------------- @Bumgie: Like I said, issue fixed :) -
Good to read, keep it up ;)
-
Buldozer Keeps Crashing - Getting Error Messages I Don't Understand
Tom_48_97 replied to Patrick N's topic in ARMA 3 - BI TOOLS - TROUBLESHOOTING
Have you got the same issue with the game? If not, you can refresh the files used by "buldozer". (Steam >> Arma 3 Tools >> play >> DevP (Misc) >> "Perform a clean install" or run devP.bat -cleanInstall) This can fix your issue but not sure, it can be related to your hardware. -
Poseidon: advanced text editor for Scripts & Configs
Tom_48_97 replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Note this won't be applicable anymore after the next update because I'm wanting to redo this system from scratch; but in brief, it: - Scans the folder where logs are stored - Sorts the result by date of creation - Selects the latest rpt file - Opens it with Poseidon If it's about the issue mentioned earlier, it's just a matter of path and working dir. When you start Poseidon with the exe (or a shortcut) itself, the working dir is the installation dir, but when you start it by opening a file (file assoc), the directory where the file is stored becomes the workdir, and because the script uses relatives paths (remember, Poseidon has no installer), the script is not able to find poseidon.exe. This will be fixed in the upcoming update :cool: -
Poseidon: advanced text editor for Scripts & Configs
Tom_48_97 replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
In order to close our short off topic, that's normal, each signature is displayed once per page. -
Poseidon: advanced text editor for Scripts & Configs
Tom_48_97 replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Ah, Poseidon Tools is already in my signature: To promote a little more Poseidon Tools, I posted a tweet but I think this one won't be read so much since it's not a feature nor a news :DFor your suggestion, you dug out a point that can be very interesting, but would require a load of work pretty huge. Remember - Poseidon Tools is still a community project, not an official tool. But, in the meantime, maybe I will investigate this feature, you can extract A3 with Arma3ToP (By Mikero), add p:\a3 to Poseidon and finally, perform a search within the project (with mask: *.cpp,*.hpp,*.h). -
Poseidon: advanced text editor for Scripts & Configs
Tom_48_97 replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Your guide looks complete, nice job on it! Otherwise, I'm not sure to understand your last sentence. What do you want to add in my signature? :) You're welcomeFor the moment, there isn't `easy` way to customize snippets but this is a planned feature. Later, maybe 0.67 or 0.68, there will be a `configuration` application that will allow users to define custom snippets, parameters and so on… As usual, patience is the master word ;) ATM, This `application` will permit to: - Customize / Add snippets - Define user settings (e.g. name, email address for file headers) - Update Poseidon (without bothering with file deletion etc...) - If Poseidon must use Arma 3 Tools or not But this is only a temp list, in consequence, if you think it should manage other stuff, just let me know :icon_twisted: -
Poseidon: advanced text editor for Scripts & Configs
Tom_48_97 replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Thanks :cool: Regarding the issue with the log opening, it's not because of the batch, but because of the way you open Poseidon Tools, I have to redo the way it works with external application/software and this will come with an installer (nothing more than adding a node to the registry). By the way, you read correctly, SVN support is planned for the next update, for GIT, it's solely a plan, nothing sure here. The next update should occur within 10 days if everything goes right of course. :computer: For the visibility of Poseidon, I must admit that's something I never took in consideration, if you have any ideas, I'm listening :rolleyes: -
Buldozer no longer connecting
Tom_48_97 replied to frankltcol's topic in ARMA 3 - TERRAIN - (BUILDER)
Does it start or not? If yes, run DevP or check manually your steam_appid.txt, its content must be "107410" -
Anyone getting missing MSVCP110.dll in TB after last update ?
Tom_48_97 replied to 1para{god-father}'s topic in ARMA 3 - TERRAIN - (BUILDER)
It seems Arma 3 installer didn't edited your registry, you can define your new path in settings.ini [Arma3] ;User custom path for Arma 3? A3_User=1 A3_Path="C:\Steamgames\steamapps\common\Arma 3" Like I said: Problem >> Solution :cool: Happy 1st May -
Prepare P:Drive not working, cannot find registry key or value error.
Tom_48_97 replied to Juhansson's topic in ARMA 3 - BI TOOLS - TROUBLESHOOTING
Your diag output looks weird, so, I invite you to verify the integrity of tools cache, then, run the diag one more time. Note the diag tools and P hot fix are included in the Arma 3 tools. Also, during the final step of the diag, you must hit [sPACE], not CTRL+C ;) -
Anyone getting missing MSVCP110.dll in TB after last update ?
Tom_48_97 replied to 1para{god-father}'s topic in ARMA 3 - TERRAIN - (BUILDER)
What's your OS? A try to do, copy manually the missing file. In the archive linked bellow, you will find the dll, in 32 and 64 bits. Just copy them into C:\Windows\. If you are on a 32 bits OS, just ignore sysWOW64 folder. http://tom4897.info/?attachment_id=2256 Edit: if after that, if no joy, I think the hammer would become a nice idea, even perhaps necessary. Seriously if after that, it does not work, means the problem is deeper and there is a missing link/entry somewhere… but the problems exist because solutions exist too, no worries ^^ -
Poseidon: advanced text editor for Scripts & Configs
Tom_48_97 replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
yes, this is a known issue, I must rewrite some scripts. In fact, it depends if you started Poseidon by clicking on a file or a shortcut to Poseidon, just a matter of system paths ^^ I will fix it for the next release ;) -
Anyone getting missing MSVCP110.dll in TB after last update ?
Tom_48_97 replied to 1para{god-father}'s topic in ARMA 3 - TERRAIN - (BUILDER)
You need to install Visual C++ Redistributable for Visual Studio 2012 Update 4 http://www.microsoft.com/en-us/download/details.aspx?id=30679 -
Prepare P:Drive not working, cannot find registry key or value error.
Tom_48_97 replied to Juhansson's topic in ARMA 3 - BI TOOLS - TROUBLESHOOTING
Have you tried to run directly mapDisk.bat and/or run DevP twice? The error 3 means P: Drive was not mounted after execution. You can also try to define your paths here: settings.ini If it's still no working, download and run Arma3Tools_diag_retail, then, post the result. -
Poseidon: advanced text editor for Scripts & Configs
Tom_48_97 replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Announcement It's time to update Poseidon Tools, this time, a little bit before the deadline :) The bases of Poseidon Tools are now ready and next step will add more features. So, you can expect to new features, like SVN support (plus, maybe GIT) and some interactions with Arma 3 Tools, among others. Then, will come the turn of the syntax parser, but you will need to be patient because there is a lot of work to do here :icon_twisted: Note: because I made some edits lately and not with a Windows PC, Some features may not work, if so, I invite you to tell me what the issue is here. Please, keep in mind that Poseidon is not an official tool, so, use at your own risk. What's new? CHNGD: File association (now in Poseidon\Extra\FileAssoc.exe) CHNGD: File type is now named BIStudio Script (was Arma File) RMVED: Run_once folder FIXED: the generation of the default session was faulty CHNGD: Recent items are now split into "Open Recent File" and "Open Recent Folder" IMPVD: Bracket highlighter FIXED: the bracket highlighter was not working with large class (max is now 65536 characters within a single scope) ADDED: Shortcut to Toggle high visibility of current scope (ALT+B) FIXED: Time to time, Poseidon was not able to open SQM with Arma 3 ADDED: Auto completion, Commands for the latest version of Arma 3 (1.19.123773) ADDED: Auto completion, Function for the latest version of Arma 3 (1.19.123771) CHNGD: Scroll speed increased for SQF file type CHNGD: Margin size for SQF file type CHNGD: Debug script has been rewritten and renamed (_resetSettings in the root directory of Poseidon) ADDED: Auto completion for cfg name (test) from sqf files (e.g. "CfgAmmo") IMPVD: Magic key (F8) command has been reworked ADDED: FSM Editor executable in the root directory of Poseidon ADDED: TexView 2 executable in the root directory of Poseidon FIXED: Some file type were not displayed in the project explorer CHNGD: Main directory renamed from "Poseidon" to "Poseidon Tools" CHNGD: Preference menu is now directly in the main menu CHNGD: Menu, "Poseidon" was renamed to "Logs" ADDED: "New view of this file" (clone view) is now available from file and tab context menu ADDED: Shortcut for "clone view", right click into the file content then hit "e" Known issue fileassoc can be detected as a potential threat by some anti-virus. Just ignore it, this is just because it write in the Windows registry. Download Poseidon Tools @ tom4897.info - 0.65, 29/04/2014 Poseidon Tools @ armaholic.com - Link soon -------------------- Replies -------------------- @mp5gosu: It looks like :rolleyes: thanks :cool: @TankBuster: Reading this (#112), I hope you will enjoy this update.