Recommended Posts

I was looking at TheBlazingAngel instructions on how to create your own module, but I'm stuck.

I'm trying to create a module for DVD Decrypter (something to start with and gain knowledge), and this is what I have so far.

post-40930-1129223918_thumb.jpg

post-40930-1129224094.jpg

Edited by EZRecovery

^

no, amp files are similar to zip files! amc files are similar to .txt files!

infact there not just similar, there the same but with the extensions changed!!

---

okay, to create the amc file from youve entered into the module editor, simply go to file > save as.

you then need to create the folder to keep the modules setup file(s) in.

create a folder in the same place you saved the amc file to, and give it the same name as the amc file plus "_files" on the end.

e.g. the folder for 'test.amc' would be 'test.amc_files'

now, you cant use C:\Program Files\... as the installation path because not everyone installs autopatcher to that location, and what about people running autopatcher from a CD???

instead, you can use the special autopatcher command 'Module:\'.

when you install a module with autopatcher, autopatcher will workout the path to the modules folder and put it in place of the command.

e.g. to install setup.exe, you would put "Module:\setup.exe"

to install \testfolder\setup.exe, you would put "Module:\testfolder\setup.exe"

note, sometimes modules for multiple versions of windows and lanuages use the same setup file. if your making such a folder, it does not need the same name as the one module.

to point to the setup file, instead use the "AutoPatcher:\" command which points to the folder containing autopatcher.exe itself. you can then point directly to the folder itself by adding subfolders.

e.g. "AutoPatcher:\modules\addons\test\setup.exe"

--

unique ID - you can actually ignore this field because we dont use it anymore, it will disappear fully in AP6.

ID's are now the name of the amc file itself (minus the extension)

parent id - if the module is to appear under something else in autopatcher (eg the shockwave player appears under addons) you need to give the ID of the module it appears under.

priority - this is used to create an order in which to load and install modules.

usualy the date something was released is used, but it doesnt really matter for anything other than updates, as long as the value is larger than that of the parents.

it should be an 8 figure number. for dates we enter in the format YYYYMMDD.

now, you cant use C:\Program Files\... as the installation path because not everyone installs autopatcher to that location, and what about people running autopatcher from a CD???

instead, you can use the special autopatcher command 'Module:\'.

when you install a module with autopatcher, autopatcher will workout the path to the modules folder and put it in place of the command.

e.g. to install setup.exe, you would put "Module:\setup.exe"

to install \testfolder\setup.exe, you would put "Module:\testfolder\setup.exe"

586667138[/snapback]

Thanks for the reply.

I opened a module and looked at the information for With Backups and Without Backups. Let me start :D

/EZ

Edited by EZRecovery

^ okay lest say you have the following:

C:\Program Files\AutoPatcher\modules\stand_alone section\test_module.amc

C:\Program Files\AutoPatcher\modules\stand_alone section\test_module.amc_files\setup.exe

now, you CAN NOT use the above path to the setup file in the installation instructions, because not everyone will have a copy in that exact location. if autopatcher is run off a CD, the setup files will be found on disk not in C:\Program\Files... !!!

so instead you would put the following in the instructions:

"Module:\setup.exe"

now, when autopatcher comes to install your module, it does the following:

- grabs the name of the amc file (test_module.amc)

- adds "_files" to the end (test_module.amc-files) to result in the name of the folder

- it then calculates the full path to that folder which solves the problem of different locations, such as runing from a CD!

- it then uses that full path to run the setup file.

---

now one thing you may want to do is to add switches to the setup instructions to get it to perform a silent installation.

find out what (if) there are any silent switches, then lets pretend '/quiet' is the switch, you would put as the instrcutions:

"Module:\setup.exe" /quite

Nevermind....got it.

Official releases are done by Flish (packaging and uploading).

585184247[/snapback]

I gotta pack it and send it to Flish according to nw_raptor on page 1

Thanks a lot

/EZ

edit: Testing the module now.

It works like a charm :p

Edited by EZRecovery

the amc file is looking good, you only need to finish off the registry detection fields.

now one thing i forgot to mention - when sending a module to us to be checked and encrypted, you must send the entire thing including the setup file(s). this is becase part of the encryption process gathers data from the setup file(s) and encrypts it to protect against tampering.

the amc file is looking good, you only need to finish off the registry detection fields.

586667953[/snapback]

I guess I'm having trouble on the registry part. :(

What do I need to look for?

now one thing i forgot to mention - when sending a module to us to be checked and encrypted, you must send the entire thing including the setup file(s). this is becase part of the encryption process gathers data from the setup file(s) and encrypts it to protect against tampering.

586667953[/snapback]

I thought I ZIP it with the .exe file. I can repack it again with the .exe in it once I get the registry worked on (when I figure it out). :laugh:

in your registry, go to the registry key path that you specified in the amc file, right click on the last part of the key - "DVD Decrypter", select export and save the file.

then attach the file to an email and send it to me at theblazingangel 'at' aol.com (replace 'at' with @)

ill then have a look for something to use, if not ill just install the software myself here and have a deeper look.

I thought Firefox 1.0.7 couldn't be installed silently?

586657328[/snapback]

not with the official Mozilla installer, but if it's repackaged then it can

The offical Mozilla installer can be installed sillently since either 1.0.4 or 1.0.6.

firefox-107-enu.exe -ms -ira (or whatever the install is called)

in your registry, go to the registry key path that you specified in the amc file, right click on the last part of the key - "DVD Decrypter", select export and save the file.

then attach the file to an email and send it to me at theblazingangel 'at' aol.com (replace 'at' with @)

ill then have a look for something to use, if not ill just install the software myself here and have a deeper look.

586669020[/snapback]

Repack it again with the .exe in it & the registry file. Hopefully it is correct this time. I thank you for your help. It is my first time doing this.

Sent you an email to your account, and the updated file is also on the link I sent you yesterday.

/EZ

Edited by EZRecovery
Is there still a Stand-Alone version availible?? I want to play around a bit till I can download the WIndows 2000 & XP full package.

586669138[/snapback]

Seems that the links I tried to get it from are dead. Probably the programmers are coming with a new version so they pull out all the working links.

You can download from here though.

/EZ

Link removed, check the link in the first post for a new download of version 5.1.0.34>

Edited by TheBlazingAngel
I tried downloading the msp apply to module and I get an error message saying that the domain name expired on 09/14/2005 and is pending renewal or deletion. Does anyone know where I can get this module from?

the_guy

586686712[/snapback]

Found a working link here

AutoPatcher_5.1.0.34_Stand-Alone in case you need it.

/EZ

Edited by EZRecovery
  • 5 weeks later...
  • 2 weeks later...
IS there a guide to show how to make your own module?

586824373[/snapback]

Nope, for making stand-alone modules we haven't a guide. Not yet. It's not that hard to do. Almost the same as the information you can read here. The difference is that the Stand-Alone modules are not included in AutoPatcher and that you must have the AutoPatcher_5.1.0.34_Stand-Alone for starting your " home made" modules.

Just play with it, if you want to have more information. Just ask!

  • 2 weeks later...

Is there a working download for a module for SpyBot Search and Destroy and/or Ad-Aware Personal Edition SE? I check the entire thread and see none for Ad-Aware, and the one for Spybot is a broken download.

For Ad-Aware no "standalone" module available. And Spybot....what can I say? We don't have a dedicated server or better our own server. That means that a few items are not available when you want them or just need them! You could make the Spybot "Ad-Aware " module.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Kdenlive 26.04.2 by Razvan Serea Kdenlive is an acronym for KDE Non-Linear Video Editor. It works on GNU/Linux, Windows and BSD. Through the MLT framework, Kdenlive integrates many plugin effects for video and sound processing or creation. Furthermore Kdenlive brings a powerful titling tool, a DVD authoring (menus) solution, and can then be used as a complete studio for video creation. Kdenlive supports all of the formats supported by FFmpeg or libav (such as QuickTime, AVI, WMV, MPEG, and Flash Video, among others), and also supports 4:3 and 16:9 aspect ratios for both PAL, NTSC and various HD standards, including HDV and AVCHD. Video can also be exported to DV devices, or written to a DVD with chapters and a simple menu. Video editing features: Multi-track editing with a timeline and supports an unlimited number of video and audio tracks. A built-in title editor and tools to create, move, crop and delete video clips, audio clips, text clips and image clips. Ability to add custom effects and transitions. A wide range of effects and transitions. Audio signal processing capabilities include normalization, phase and pitch shifting, limiting, volume adjustment, reverb and equalization filters as well as others. Visual effects include options for masking, blue-screen, distortions, rotations, colour tools, blurring, obscuring and others. Configurable keyboard shortcuts and interface layouts. Rendering is done using a separate non-blocking process so it can be stopped, paused and restarted. Kdenlive also provides a script called the Kdenlive Builder Wizard (KBW) that compiles the latest developer version of the software and its main dependencies from source, to allow users to try to test new features and report problems on the bug tracker. Project files are stored in XML format. An archiving feature allows exporting a project among all assets into a single folder or compressed archive. Built-in audio mixer Kdenlive 26.04.2 changelog: Remove not needed actions from render info, fix rough size calculation for rendering. Fix clip sometimes not inserted in timeline when moving vertically in bin drag. Fix transcoding from clip properties. Cleanup render profile audio quality. Use percent based value for audio quality, and adjust the range accordingly per codec. Fixes bug #520750 Enforce even numbers for render width/height. Fixes bug #520737 Fix nightly flatpak - disable rnnoise until implemented. Fix missing initialization. Edit mediacapture.cpp. Fix document unnecessarily marked as modified on opening, triggering a backup request. Fix incorrect detection of missing and remote clips causing unwanted backups. Fixes issue #2194 Fix tests. Fix tmp files copied to wrong location when setting project folder. Fixes bug #467740 Fix color clips not selected on creation. Use QFileInfo instead of QUrl/QDir to try fixing Windows shared drives. Fixes bug #451413 Fix timeline preview incorrectly invalidated when a track with effect duration changed. Fixes bug #514541 Fix missing var. Display paths in native format in render widget. Fixes bug #520428 Simple splash: fix pressing return always triggered the same button. Minor update to simple splash. Fix unwanted clips added to timeline and cleanup. Fixes issue #2190 Minor layout improvements to welcome screen, add Quit and Open shortcuts. Fix broken welcome dialog layout in tiling compositors. (craft) Limit the number of CPU cores used during a Windows build with mingw as some .cpp files are memory intensive to build. (kde-ci) Limit the number of CPU cores used during a build as some .cpp files are memory intensive to build. (kde-ci) Cleanup old entries. Another fix for animation crash. Fix uninitialized function - crash on create animation. Another attempt to fix MacOS permissions. MacOS: fix bundle release version. Fix MacOS plist path. Fix MacOS build. Explicitely link against Qt::Core. Download: Kdenlive 26.04.2 | 128.0 MB (Open Source) Download: Standalone Executable View: Kdenlive Home page Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Here's how to watch the Xbox Games Showcase today and what to expect by Pulasthi Ariyasinghe The June games showcase week has been a packed one, with everything from major presentations like Sony and Summer Game Fest to indie-focused reveals coming in almost every day. Now, it's almost time for another big one, with Microsoft bringing its Xbox Games Showcase back later today. This is a double feature too, with a Gears of War E-Day deep dive also being attached to it. For anyone wanting to tune in online, the 2026 Xbox Games Showcase is kicking off at 10 AM PT | 1 PM ET | 6 PM BST | 7 PM CEST later today, June 7. The event will be available to watch on the official Xbox YouTube (4K 60FPS), Twitch, Facebook, Steam, Amazon Live, and other portals. Separate livestreams for American Sign Language and Audio Description will also be available. "This year marks 25 years of XBOX, and this Showcase is poised to be a true celebration, offering world premieres, new gameplay, fresh updates, and more for a swathe of projects we cannot wait to share," said Microsoft about this presentation. With a new CEO behind it that is pulling off some interesting moves, Xbox may have some surprises to reveal today. New looks at first-party games like Halo Campaign Evolved from Halo studios, Fable from Playground Games, InXile Entertainment's Clockwork Revolution, Mojang's Minecraft Dungeons II, and Call of Duty: Modern Warfare 4 from Infinity Ward are to be expected here. We may finally get to see the new Blade from Arcane Studios in action and a new Persona game from Atlus at the showcase too. Surprise announcements may also arrive from other Microsoft-owned studios like Bethesda, MachineGames, Ninja Theory, Obsidian, Rare, World's Edge, or Blizzard. Considering how every new release nowadays is staying away from November and December to avoid Grand Theft Auto VI's release, any launch dates Microsoft announces will probably skip those months as well. Once the Xbox Games Showcase ends, Microsoft will immediately kick off the Gears of War: E-Day Direct. This deep dive into the upcoming prequel from The Coalition should attach gameplay footage and perhaps a release window to the highly anticipated project.
    • People in the '50s and '60s had the same attitude, and we're still here over a half century later.
    • So after some fiddling I was able to get it to run at a pretty stable 30FPS. I'm slightly surprised about how much fiddling I had to do to get there though given what I thought was reasonable hardware: Processors: 16 × AMD Ryzen 7 7840HS w/ Radeon 780M Graphics Memory: 16 GiB of RAM Graphics Processor 1: AMD Radeon 780M Graphics Graphics Processor 2: AMD Radeon RX 7700S I think I could do it better if I use Linux rather than Windows, Windows RAM usage is stupid without stripping the system down. But once I got it working in a reasonable state, it was so awesome! I felt like a new Bond! If anyone has any advice to get things going a bit smoother FPS-wise, I'd appreciate it.
    • Something is rotten in the state of Denmark Australia
  • Recent Achievements

    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
    • Rising Star
      olavinto went up a rank
      Rising Star
    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      482
    2. 2
      PsYcHoKiLLa
      256
    3. 3
      Steven P.
      74
    4. 4
      +Edouard
      70
    5. 5
      FloatingFatMan
      69
  • Tell a friend

    Love Neowin? Tell a friend!