# beatmania IIDX 30 RESIDENT
!!! info "Last updated: June 7th, 2024"
!!! danger "Please make sure you downloaded your data from an appropriate source.
This guide is unable to troubleshoot any problems related to bad or poorly managed data."
---
### About ea3-config.xml
!!! tip ""
The `ea3-config.xml` file is located inside the `prop` folder.
Below is an explanation on what different sections of this file do.
The following lines change the PCBID and HARDID that your system reports to your e-amusement server.
There is ^^**no need to manually change this**^^ as `spice2x` will do it for us.
```xml
00010203040506070809
00010203040506070809
```
The following line determines what version of the game you are running.
^^**You should never change this**^^. It should always say `LDJ`.
```xml
LDJ
```
The following line determines the game's region.
^^**You should never change this**^^. As you can change the language in-game.
```xml
J
```
^^**You should never change this**^^. It should always say `A` for Epolis.
```xml
A
```
The following line determines your datecode.
^^**Always keep it up to date**^^ with your game's current version.
```xml
2024052100
```
The following line determine what remote service URL `spice2x` is supposed to connect to.
There is ^^**no need to manually change this**^^ as `spice2x` will do it for us.
```xml
http://localhost:8083
```