Jump to content

Fastest way to read and work with a binary file - (Locked)


Recommended Posts

  • Developers

Ok...  had a quick look at the basics and it is the "For $i = 1 To $CharCount " loop that takes all the time, but...

lets start with another question: This all sounds very much like you are processing Game information... 
So I am back to my original question: What is the goal of this script and the new extracted file?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

1 minute ago, Jos said:

Ok...  had a quick look at the basics and it is the "For $i = 1 To $CharCount " loop that takes all the time, but...

lets start with another question: This all sounds very much like you are processing Game information... 
So I am back to my original question: What is the goal of this script and the new extracted file?

its a tool for extract string from localization file of cyberpunk and then import them back

Edited by Invicore
Link to comment
Share on other sites

  • Developers

Forgive me, but I am not a gamer, so what does that mean for this not being against our forumrules?

Quote

Forum Posting

1. Do not ask for help with AutoIt scripts, post links to, or start discussion topics on the following subjects:

  • Malware of any form - trojan, virus, keylogger, spam tool, "joke/spoof" script, etc.
  • Bypassing of security measures - log-in and security dialogs, CAPTCHAs, anti-bot agents, software activation, etc.
  • Automation of software/sites contrary to their EULA (see Reporting bullet below).
  • Launching, automation or script interaction with games or game servers, regardless of the game.
  • Running or injecting any code (in any form) intended to alter the original functionality of another process.
  • Decompilation of AutoIt scripts or details of decompiler software.

 

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

3 minutes ago, Jos said:

Forgive me, but I am not a gamer, so what does that mean for this not being against our forumrules?

 

no its a modding tool for game files (my script are only for local files and dont automation anything about game), and its  dont have anything to do with serever and etc

also as you maybe know cd project team are fully ok with modding, they even share some modding tool for working with game files

 

Edited by Invicore
Link to comment
Share on other sites

  • Developers
1 minute ago, Invicore said:

no its a modding tool for game files, and its  dont have anything to do with serever and etc

Don't know what that means.... try explaining it to somebody that doesn't play games and is way over 50. ;) 

2 minutes ago, Invicore said:

also as you maybe know cd project team are fully ok with modding

Not important to me.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

6 minutes ago, Jos said:

Don't know what that means.... try explaining it to somebody that doesn't play games and is way over 50. ;) 

Not important to me.

I mean there is nothing wrong with what I want to do

There is no problem in any way, also there is nothing illegal about it

I just wanted to know how can I speed up reading file in binary mode And look where we are now😂

Edited by Invicore
Link to comment
Share on other sites

  • Developers

Fine, BUT I need an answer first that clearly explains that this isn't against OUR forum rules, which means it needs to be explained how that is the case. 

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

14 minutes ago, Jos said:

Fine, BUT I need an answer first that clearly explains that this isn't against OUR forum rules, which means it needs to be explained how that is the case. 

OK

In official CD Project site there is a section about mods and modding tool, here is what it say

Quote

Mods. We’re happy for you to make mods for our games (i.e. software that modifies or works with our games – e.g. changing the UI or adding new mechanics) so long as it doesn’t breach the relevant game’s EULA (e.g. no cheating – this is especially important for GWENT!). If you want to make a mod for another game or service using our content, or make the mod a standalone product, ask us in advance via legal@cdprojektred.com (we just don’t want the next Soulkiller virus).

Link: https://cdprojektred.com/en/fan-content  --> SECTION 3 > C.Mods

as you can see it said it ok to create software that modifies or works with our games – e.g. changing the UI or adding new mechanics ( and its exactly what my tool gonna do)

Edited by Invicore
Link to comment
Share on other sites

  • Developers

Again, I am not interested whether or not they allow it and am only interested whether this goes against our forum rules: 
So...  Is this script part of process that goes against this rule?

39 minutes ago, Jos said:

Launching, automation or script interaction with games or game servers, regardless of the game.

 

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

13 minutes ago, Jos said:

Again, I am not interested whether or not they allow it and am only interested whether this goes against our forum rules: 
So...  Is this script part of process that goes against this rule?

 

Not at all, This script has nothing to do with the game itself

It can only extract and import local files, and script itself doesn't do any interaction with game  (game process, game server and ...)

Edited by Invicore
Link to comment
Share on other sites

  • Developers

I am sorry, but I am getting tired of this cat-and-mouse game answers, and have made it crystal-clear I am not simply going to take your word for it,  so for the very last time:
What is done with the output of this script and what is the result for the game? 
...and do not throw any slang, "cool" words or "it is allowed" at me but a proper explanation.

Jos 

 

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Just now, Jos said:

I am sorry, but I am getting tired of this cat-and-mouse game answers, and have made it crystal-clear I am not simply going to take your word for it,  so for the very last time:
What is done with the output of this script and what is the result for the game? 
...and do not throw any slang, "cool" words or "it is allowed" at me but a proper explanation.

Jos 

 

I do not think my words were wrong or vague, And I said only what was needed to say

as I said before output of this program use for create Localization MOD For cyberPunk2077 game

that all

 

Link to comment
Share on other sites

  • Developers

 

Ok...  I am done putting energy in this thread...  it could be legit ..or not ... but can't be bothered anymore...

Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked.

See you soon with a legitimate question I hope.

The Moderation team

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...