1

I'm starting to get into customizing OC3 for my needs, and see the benefit of putting extensions in OCMOD files.

I assume people test and debug their code by temporarily rewriting the core files, and only write the OCMODs after the extension is ready.

Given an original file and a version with a customized script or modification, is there a tool to compare them and generate the OCMOD xml automatically? (maybe based on diff)

Or extension developers do that manually?

Henry
  • 1,374
  • 2
  • 14
  • 24

2 Answers2

2

Try this repository in github. it automatically generates install.xml :

https://github.com/ataul/ocmod_generator

Ahmed
  • 57
  • 9
1

There are no tools available for OCMOD.

Extension Developers do that manually.

Mujahid Bhoraniya
  • 1,518
  • 10
  • 22