Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Resource Groups

Featured Replies

I've been having trouble making an install.xml file for a mod.

 

I have successfully made a few LML install.xml's in the past, even successfully utilising Resource Groups. Even after cross-referncing files made by others and myself, I cannot work out why this install.xml refuses to utilise the resource groups. I'm assuming it's an incompability with the file type, but I've found no documentation on it if that's the case. I'd appreaciate any and all help.

 

Thank you!

 

Spoiler

<?xml version="1.0" encoding="utf-8"?>
<EasyInstall>
	<Name>Taser X26</Name>
	<Author>BufordT</Author>
	<Version>1.1.0</Version>
	<Link>https://www.lcpdfr.com/downloads/gta5mods/misc/9789-taser-x26/</Link>
	<Metadata></Metadata>
	<MountName>tazer</MountName>
	
	<ResourceGroups>
	
		<ResourceGroup name="Base" scriptName="grp_base">
			<Description>The X26 Tazer base model </Description>
			<Resources>
				<Resource>basetazer</Resource>
			</Resources>
		</ResourceGroup>
		
		<ResourceGroup name="Cam" scriptName="grp_cam" disabledByDefault="true">
			<Description>The X26 Tazer with a camera</Description>
			<Resources>
				<Resource>camtazer</Resource>
			</Resources>
		</ResourceGroup>
		
		<ResourceGroup name="XDPM" scriptName="grp_xdpm" disabledByDefault="true">
			<Description>The X26 Tazer with an extended magazine</Description>
			<Resources>
				<Resource>xdpmtazer</Resource>
			</Resources>
		
		</ResourceGroup>
	</ResourceGroups>
	
	<Resources>

		<Resource name="Base Tazer" scriptname="basetazer">
			<StreamingFiles>Base</StreamingFiles>
		</Resource>
		
		<Resource name="Cam Tazer" scriptname="camtazer">
			<StreamingFiles>Cam</StreamingFiles>
		</Resource>
		
		<Resource name="XDPM Tazer" scriptname="xdpmtazer">
			<StreamingFiles>XDPM</StreamingFiles>
		</Resource>
	
	</Resources>
</EasyInstall>

 

 

 

install.xml

Edited by 1000Phoenix
Updated

  • Management Team

You have a minor typo, causing it not to find the resources. Each resource has an attribute called "scriptname", but it should be "scriptName". Then it should detect them.

Please do not PM me unless really necessary (knowing you helps). If you think you need my attention in a topic, tag me.

This is a support topic.
Only reply here to offer help or assistance to 1000Phoenix. Off-topic or "me too" replies will be removed.

Need support yourself? Make a new topic instead.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.