where is module path in godot 2.1.4

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By blackmumba

i want to use admob and he said ‘Drop the “admob” directory inside the “modules” directory on the Godot source.’
but i can’ find modules folder in C:\Users.…\AppData\Roaming\Godot.
I have no clue where it is.Some one please help me.
Thank you.

:bust_in_silhouette: Reply From: jospic

Module folder exists only in Godot source code.
Maybe you want to compile the engine to use the AdMob module?

If so, download the Godot sources, copy the AdMob folder to the modules directory and compile the engine:

Regards.
-j